Package com.ibm.cloud.is.vpc.v1.model
Class FloatingIP
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.is.vpc.v1.model.FloatingIP
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class FloatingIP extends com.ibm.cloud.sdk.core.service.model.GenericModel
FloatingIP.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
FloatingIP.Status
The status of the floating IP.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getAddress()
Gets the address.Date
getCreatedAt()
Gets the createdAt.String
getCrn()
Gets the crn.String
getHref()
Gets the href.String
getId()
Gets the id.String
getName()
Gets the name.ResourceGroupReference
getResourceGroup()
Gets the resourceGroup.String
getStatus()
Gets the status.FloatingIPTarget
getTarget()
Gets the target.ZoneReference
getZone()
Gets the zone.
-
-
-
Method Detail
-
getAddress
public String getAddress()
Gets the address. The globally unique IP address.- Returns:
- the address
-
getCreatedAt
public Date getCreatedAt()
Gets the createdAt. The date and time that the floating IP was created.- Returns:
- the createdAt
-
getCrn
public String getCrn()
Gets the crn. The CRN for this floating IP.- Returns:
- the crn
-
getHref
public String getHref()
Gets the href. The URL for this floating IP.- Returns:
- the href
-
getId
public String getId()
Gets the id. The unique identifier for this floating IP.- Returns:
- the id
-
getName
public String getName()
Gets the name. The name for this floating IP. The name is unique across all floating IPs in the region.- Returns:
- the name
-
getResourceGroup
public ResourceGroupReference getResourceGroup()
Gets the resourceGroup. The resource group for this floating IP.- Returns:
- the resourceGroup
-
getStatus
public String getStatus()
Gets the status. The status of the floating IP. The enumerated values for this property may [expand](https://cloud.ibm.com/apidocs/vpc#property-value-expansion) in the future.- Returns:
- the status
-
getTarget
public FloatingIPTarget getTarget()
Gets the target. The target of this floating IP.- Returns:
- the target
-
getZone
public ZoneReference getZone()
Gets the zone. The zone this floating IP resides in.- Returns:
- the zone
-
-