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.GenericModelFloatingIP.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceFloatingIP.StatusThe status of the floating IP.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAddress()Gets the address.DategetCreatedAt()Gets the createdAt.StringgetCrn()Gets the crn.StringgetHref()Gets the href.StringgetId()Gets the id.StringgetName()Gets the name.ResourceGroupReferencegetResourceGroup()Gets the resourceGroup.StringgetStatus()Gets the status.FloatingIPTargetgetTarget()Gets the target.ZoneReferencegetZone()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.- 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
-
-