Package com.ibm.cloud.is.vpc.v1.model
Class ReservedIPReference
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.is.vpc.v1.model.ReservedIPReference
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class ReservedIPReference extends com.ibm.cloud.sdk.core.service.model.GenericModelReservedIPReference.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceReservedIPReference.ResourceTypeThe resource type.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAddress()Gets the address.ReservedIPReferenceDeletedgetDeleted()Gets the deleted.StringgetHref()Gets the href.StringgetId()Gets the id.StringgetName()Gets the name.StringgetResourceType()Gets the resourceType.
-
-
-
Method Detail
-
getAddress
public String getAddress()
Gets the address. The IP address. If the address has not yet been selected, the value will be `0.0.0.0`. This property may add support for IPv6 addresses in the future. When processing a value in this property, verify that the address is in an expected format. If it is not, log an error. Optionally halt processing and surface the error, or bypass the resource on which the unexpected IP address format was encountered.- Returns:
- the address
-
getDeleted
public ReservedIPReferenceDeleted getDeleted()
Gets the deleted. If present, this property indicates the referenced resource has been deleted, and provides some supplementary information.- Returns:
- the deleted
-
getHref
public String getHref()
Gets the href. The URL for this reserved IP.- Returns:
- the href
-
getId
public String getId()
Gets the id. The unique identifier for this reserved IP.- Returns:
- the id
-
getName
public String getName()
Gets the name. The name for this reserved IP. The name is unique across all reserved IPs in a subnet.- Returns:
- the name
-
getResourceType
public String getResourceType()
Gets the resourceType. The resource type.- Returns:
- the resourceType
-
-