Class PublicGateway

  • All Implemented Interfaces:
    com.ibm.cloud.sdk.core.service.model.ObjectModel

    public class PublicGateway
    extends com.ibm.cloud.sdk.core.service.model.GenericModel
    PublicGateway.
    • Method Detail

      • getCreatedAt

        public Date getCreatedAt()
        Gets the createdAt. The date and time that the public gateway was created.
        Returns:
        the createdAt
      • getCrn

        public String getCrn()
        Gets the crn. The CRN for this public gateway.
        Returns:
        the crn
      • getFloatingIp

        public PublicGatewayFloatingIp getFloatingIp()
        Gets the floatingIp. The floating IP bound to this public gateway.
        Returns:
        the floatingIp
      • getHref

        public String getHref()
        Gets the href. The URL for this public gateway.
        Returns:
        the href
      • getId

        public String getId()
        Gets the id. The unique identifier for this public gateway.
        Returns:
        the id
      • getName

        public String getName()
        Gets the name. The name for this public gateway. The name is unique across all public gateways in the VPC.
        Returns:
        the name
      • getResourceGroup

        public ResourceGroupReference getResourceGroup()
        Gets the resourceGroup. The resource group for this public gateway.
        Returns:
        the resourceGroup
      • getResourceType

        public String getResourceType()
        Gets the resourceType. The resource type.
        Returns:
        the resourceType
      • getStatus

        public String getStatus()
        Gets the status. The status of this public gateway.
        Returns:
        the status
      • getVpc

        public VPCReference getVpc()
        Gets the vpc. The VPC this public gateway resides in.
        Returns:
        the vpc
      • getZone

        public ZoneReference getZone()
        Gets the zone. The zone this public gateway resides in.
        Returns:
        the zone