Class 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.
    • 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