@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class IpamResourceDiscovery extends Object implements Serializable, Cloneable
A resource discovery is an IPAM component that enables IPAM to manage and monitor resources that belong to the owning account.
Constructor and Description |
---|
IpamResourceDiscovery() |
Modifier and Type | Method and Description |
---|---|
IpamResourceDiscovery |
clone() |
boolean |
equals(Object obj) |
String |
getDescription()
The resource discovery description.
|
String |
getIpamResourceDiscoveryArn()
The resource discovery Amazon Resource Name (ARN).
|
String |
getIpamResourceDiscoveryId()
The resource discovery ID.
|
String |
getIpamResourceDiscoveryRegion()
The resource discovery Region.
|
Boolean |
getIsDefault()
Defines if the resource discovery is the default.
|
List<IpamOperatingRegion> |
getOperatingRegions()
The operating Regions for the resource discovery.
|
String |
getOwnerId()
The ID of the owner.
|
String |
getState()
The lifecycle state of the resource discovery.
|
List<Tag> |
getTags()
A tag is a label that you assign to an Amazon Web Services resource.
|
int |
hashCode() |
Boolean |
isDefault()
Defines if the resource discovery is the default.
|
void |
setDescription(String description)
The resource discovery description.
|
void |
setIpamResourceDiscoveryArn(String ipamResourceDiscoveryArn)
The resource discovery Amazon Resource Name (ARN).
|
void |
setIpamResourceDiscoveryId(String ipamResourceDiscoveryId)
The resource discovery ID.
|
void |
setIpamResourceDiscoveryRegion(String ipamResourceDiscoveryRegion)
The resource discovery Region.
|
void |
setIsDefault(Boolean isDefault)
Defines if the resource discovery is the default.
|
void |
setOperatingRegions(Collection<IpamOperatingRegion> operatingRegions)
The operating Regions for the resource discovery.
|
void |
setOwnerId(String ownerId)
The ID of the owner.
|
void |
setState(String state)
The lifecycle state of the resource discovery.
|
void |
setTags(Collection<Tag> tags)
A tag is a label that you assign to an Amazon Web Services resource.
|
String |
toString()
Returns a string representation of this object.
|
IpamResourceDiscovery |
withDescription(String description)
The resource discovery description.
|
IpamResourceDiscovery |
withIpamResourceDiscoveryArn(String ipamResourceDiscoveryArn)
The resource discovery Amazon Resource Name (ARN).
|
IpamResourceDiscovery |
withIpamResourceDiscoveryId(String ipamResourceDiscoveryId)
The resource discovery ID.
|
IpamResourceDiscovery |
withIpamResourceDiscoveryRegion(String ipamResourceDiscoveryRegion)
The resource discovery Region.
|
IpamResourceDiscovery |
withIsDefault(Boolean isDefault)
Defines if the resource discovery is the default.
|
IpamResourceDiscovery |
withOperatingRegions(Collection<IpamOperatingRegion> operatingRegions)
The operating Regions for the resource discovery.
|
IpamResourceDiscovery |
withOperatingRegions(IpamOperatingRegion... operatingRegions)
The operating Regions for the resource discovery.
|
IpamResourceDiscovery |
withOwnerId(String ownerId)
The ID of the owner.
|
IpamResourceDiscovery |
withState(IpamResourceDiscoveryState state)
The lifecycle state of the resource discovery.
|
IpamResourceDiscovery |
withState(String state)
The lifecycle state of the resource discovery.
|
IpamResourceDiscovery |
withTags(Collection<Tag> tags)
A tag is a label that you assign to an Amazon Web Services resource.
|
IpamResourceDiscovery |
withTags(Tag... tags)
A tag is a label that you assign to an Amazon Web Services resource.
|
public void setOwnerId(String ownerId)
The ID of the owner.
ownerId
- The ID of the owner.public String getOwnerId()
The ID of the owner.
public IpamResourceDiscovery withOwnerId(String ownerId)
The ID of the owner.
ownerId
- The ID of the owner.public void setIpamResourceDiscoveryId(String ipamResourceDiscoveryId)
The resource discovery ID.
ipamResourceDiscoveryId
- The resource discovery ID.public String getIpamResourceDiscoveryId()
The resource discovery ID.
public IpamResourceDiscovery withIpamResourceDiscoveryId(String ipamResourceDiscoveryId)
The resource discovery ID.
ipamResourceDiscoveryId
- The resource discovery ID.public void setIpamResourceDiscoveryArn(String ipamResourceDiscoveryArn)
The resource discovery Amazon Resource Name (ARN).
ipamResourceDiscoveryArn
- The resource discovery Amazon Resource Name (ARN).public String getIpamResourceDiscoveryArn()
The resource discovery Amazon Resource Name (ARN).
public IpamResourceDiscovery withIpamResourceDiscoveryArn(String ipamResourceDiscoveryArn)
The resource discovery Amazon Resource Name (ARN).
ipamResourceDiscoveryArn
- The resource discovery Amazon Resource Name (ARN).public void setIpamResourceDiscoveryRegion(String ipamResourceDiscoveryRegion)
The resource discovery Region.
ipamResourceDiscoveryRegion
- The resource discovery Region.public String getIpamResourceDiscoveryRegion()
The resource discovery Region.
public IpamResourceDiscovery withIpamResourceDiscoveryRegion(String ipamResourceDiscoveryRegion)
The resource discovery Region.
ipamResourceDiscoveryRegion
- The resource discovery Region.public void setDescription(String description)
The resource discovery description.
description
- The resource discovery description.public String getDescription()
The resource discovery description.
public IpamResourceDiscovery withDescription(String description)
The resource discovery description.
description
- The resource discovery description.public List<IpamOperatingRegion> getOperatingRegions()
The operating Regions for the resource discovery. Operating Regions are Amazon Web Services Regions where the IPAM is allowed to manage IP address CIDRs. IPAM only discovers and monitors resources in the Amazon Web Services Regions you select as operating Regions.
public void setOperatingRegions(Collection<IpamOperatingRegion> operatingRegions)
The operating Regions for the resource discovery. Operating Regions are Amazon Web Services Regions where the IPAM is allowed to manage IP address CIDRs. IPAM only discovers and monitors resources in the Amazon Web Services Regions you select as operating Regions.
operatingRegions
- The operating Regions for the resource discovery. Operating Regions are Amazon Web Services Regions where
the IPAM is allowed to manage IP address CIDRs. IPAM only discovers and monitors resources in the Amazon
Web Services Regions you select as operating Regions.public IpamResourceDiscovery withOperatingRegions(IpamOperatingRegion... operatingRegions)
The operating Regions for the resource discovery. Operating Regions are Amazon Web Services Regions where the IPAM is allowed to manage IP address CIDRs. IPAM only discovers and monitors resources in the Amazon Web Services Regions you select as operating Regions.
NOTE: This method appends the values to the existing list (if any). Use
setOperatingRegions(java.util.Collection)
or withOperatingRegions(java.util.Collection)
if you
want to override the existing values.
operatingRegions
- The operating Regions for the resource discovery. Operating Regions are Amazon Web Services Regions where
the IPAM is allowed to manage IP address CIDRs. IPAM only discovers and monitors resources in the Amazon
Web Services Regions you select as operating Regions.public IpamResourceDiscovery withOperatingRegions(Collection<IpamOperatingRegion> operatingRegions)
The operating Regions for the resource discovery. Operating Regions are Amazon Web Services Regions where the IPAM is allowed to manage IP address CIDRs. IPAM only discovers and monitors resources in the Amazon Web Services Regions you select as operating Regions.
operatingRegions
- The operating Regions for the resource discovery. Operating Regions are Amazon Web Services Regions where
the IPAM is allowed to manage IP address CIDRs. IPAM only discovers and monitors resources in the Amazon
Web Services Regions you select as operating Regions.public void setIsDefault(Boolean isDefault)
Defines if the resource discovery is the default. The default resource discovery is the resource discovery automatically created when you create an IPAM.
isDefault
- Defines if the resource discovery is the default. The default resource discovery is the resource discovery
automatically created when you create an IPAM.public Boolean getIsDefault()
Defines if the resource discovery is the default. The default resource discovery is the resource discovery automatically created when you create an IPAM.
public IpamResourceDiscovery withIsDefault(Boolean isDefault)
Defines if the resource discovery is the default. The default resource discovery is the resource discovery automatically created when you create an IPAM.
isDefault
- Defines if the resource discovery is the default. The default resource discovery is the resource discovery
automatically created when you create an IPAM.public Boolean isDefault()
Defines if the resource discovery is the default. The default resource discovery is the resource discovery automatically created when you create an IPAM.
public void setState(String state)
The lifecycle state of the resource discovery.
create-in-progress
- Resource discovery is being created.
create-complete
- Resource discovery creation is complete.
create-failed
- Resource discovery creation has failed.
modify-in-progress
- Resource discovery is being modified.
modify-complete
- Resource discovery modification is complete.
modify-failed
- Resource discovery modification has failed.
delete-in-progress
- Resource discovery is being deleted.
delete-complete
- Resource discovery deletion is complete.
delete-failed
- Resource discovery deletion has failed.
isolate-in-progress
- Amazon Web Services account that created the resource discovery has been
removed and the resource discovery is being isolated.
isolate-complete
- Resource discovery isolation is complete.
restore-in-progress
- Amazon Web Services account that created the resource discovery and was
isolated has been restored.
state
- The lifecycle state of the resource discovery.
create-in-progress
- Resource discovery is being created.
create-complete
- Resource discovery creation is complete.
create-failed
- Resource discovery creation has failed.
modify-in-progress
- Resource discovery is being modified.
modify-complete
- Resource discovery modification is complete.
modify-failed
- Resource discovery modification has failed.
delete-in-progress
- Resource discovery is being deleted.
delete-complete
- Resource discovery deletion is complete.
delete-failed
- Resource discovery deletion has failed.
isolate-in-progress
- Amazon Web Services account that created the resource discovery has
been removed and the resource discovery is being isolated.
isolate-complete
- Resource discovery isolation is complete.
restore-in-progress
- Amazon Web Services account that created the resource discovery and was
isolated has been restored.
IpamResourceDiscoveryState
public String getState()
The lifecycle state of the resource discovery.
create-in-progress
- Resource discovery is being created.
create-complete
- Resource discovery creation is complete.
create-failed
- Resource discovery creation has failed.
modify-in-progress
- Resource discovery is being modified.
modify-complete
- Resource discovery modification is complete.
modify-failed
- Resource discovery modification has failed.
delete-in-progress
- Resource discovery is being deleted.
delete-complete
- Resource discovery deletion is complete.
delete-failed
- Resource discovery deletion has failed.
isolate-in-progress
- Amazon Web Services account that created the resource discovery has been
removed and the resource discovery is being isolated.
isolate-complete
- Resource discovery isolation is complete.
restore-in-progress
- Amazon Web Services account that created the resource discovery and was
isolated has been restored.
create-in-progress
- Resource discovery is being created.
create-complete
- Resource discovery creation is complete.
create-failed
- Resource discovery creation has failed.
modify-in-progress
- Resource discovery is being modified.
modify-complete
- Resource discovery modification is complete.
modify-failed
- Resource discovery modification has failed.
delete-in-progress
- Resource discovery is being deleted.
delete-complete
- Resource discovery deletion is complete.
delete-failed
- Resource discovery deletion has failed.
isolate-in-progress
- Amazon Web Services account that created the resource discovery has
been removed and the resource discovery is being isolated.
isolate-complete
- Resource discovery isolation is complete.
restore-in-progress
- Amazon Web Services account that created the resource discovery and
was isolated has been restored.
IpamResourceDiscoveryState
public IpamResourceDiscovery withState(String state)
The lifecycle state of the resource discovery.
create-in-progress
- Resource discovery is being created.
create-complete
- Resource discovery creation is complete.
create-failed
- Resource discovery creation has failed.
modify-in-progress
- Resource discovery is being modified.
modify-complete
- Resource discovery modification is complete.
modify-failed
- Resource discovery modification has failed.
delete-in-progress
- Resource discovery is being deleted.
delete-complete
- Resource discovery deletion is complete.
delete-failed
- Resource discovery deletion has failed.
isolate-in-progress
- Amazon Web Services account that created the resource discovery has been
removed and the resource discovery is being isolated.
isolate-complete
- Resource discovery isolation is complete.
restore-in-progress
- Amazon Web Services account that created the resource discovery and was
isolated has been restored.
state
- The lifecycle state of the resource discovery.
create-in-progress
- Resource discovery is being created.
create-complete
- Resource discovery creation is complete.
create-failed
- Resource discovery creation has failed.
modify-in-progress
- Resource discovery is being modified.
modify-complete
- Resource discovery modification is complete.
modify-failed
- Resource discovery modification has failed.
delete-in-progress
- Resource discovery is being deleted.
delete-complete
- Resource discovery deletion is complete.
delete-failed
- Resource discovery deletion has failed.
isolate-in-progress
- Amazon Web Services account that created the resource discovery has
been removed and the resource discovery is being isolated.
isolate-complete
- Resource discovery isolation is complete.
restore-in-progress
- Amazon Web Services account that created the resource discovery and was
isolated has been restored.
IpamResourceDiscoveryState
public IpamResourceDiscovery withState(IpamResourceDiscoveryState state)
The lifecycle state of the resource discovery.
create-in-progress
- Resource discovery is being created.
create-complete
- Resource discovery creation is complete.
create-failed
- Resource discovery creation has failed.
modify-in-progress
- Resource discovery is being modified.
modify-complete
- Resource discovery modification is complete.
modify-failed
- Resource discovery modification has failed.
delete-in-progress
- Resource discovery is being deleted.
delete-complete
- Resource discovery deletion is complete.
delete-failed
- Resource discovery deletion has failed.
isolate-in-progress
- Amazon Web Services account that created the resource discovery has been
removed and the resource discovery is being isolated.
isolate-complete
- Resource discovery isolation is complete.
restore-in-progress
- Amazon Web Services account that created the resource discovery and was
isolated has been restored.
state
- The lifecycle state of the resource discovery.
create-in-progress
- Resource discovery is being created.
create-complete
- Resource discovery creation is complete.
create-failed
- Resource discovery creation has failed.
modify-in-progress
- Resource discovery is being modified.
modify-complete
- Resource discovery modification is complete.
modify-failed
- Resource discovery modification has failed.
delete-in-progress
- Resource discovery is being deleted.
delete-complete
- Resource discovery deletion is complete.
delete-failed
- Resource discovery deletion has failed.
isolate-in-progress
- Amazon Web Services account that created the resource discovery has
been removed and the resource discovery is being isolated.
isolate-complete
- Resource discovery isolation is complete.
restore-in-progress
- Amazon Web Services account that created the resource discovery and was
isolated has been restored.
IpamResourceDiscoveryState
public List<Tag> getTags()
A tag is a label that you assign to an Amazon Web Services resource. Each tag consists of a key and an optional value. You can use tags to search and filter your resources or track your Amazon Web Services costs.
public void setTags(Collection<Tag> tags)
A tag is a label that you assign to an Amazon Web Services resource. Each tag consists of a key and an optional value. You can use tags to search and filter your resources or track your Amazon Web Services costs.
tags
- A tag is a label that you assign to an Amazon Web Services resource. Each tag consists of a key and an
optional value. You can use tags to search and filter your resources or track your Amazon Web Services
costs.public IpamResourceDiscovery withTags(Tag... tags)
A tag is a label that you assign to an Amazon Web Services resource. Each tag consists of a key and an optional value. You can use tags to search and filter your resources or track your Amazon Web Services costs.
NOTE: This method appends the values to the existing list (if any). Use
setTags(java.util.Collection)
or withTags(java.util.Collection)
if you want to override the
existing values.
tags
- A tag is a label that you assign to an Amazon Web Services resource. Each tag consists of a key and an
optional value. You can use tags to search and filter your resources or track your Amazon Web Services
costs.public IpamResourceDiscovery withTags(Collection<Tag> tags)
A tag is a label that you assign to an Amazon Web Services resource. Each tag consists of a key and an optional value. You can use tags to search and filter your resources or track your Amazon Web Services costs.
tags
- A tag is a label that you assign to an Amazon Web Services resource. Each tag consists of a key and an
optional value. You can use tags to search and filter your resources or track your Amazon Web Services
costs.public String toString()
toString
in class Object
Object.toString()
public IpamResourceDiscovery clone()