Package com.ibm.cloud.is.vpc.v1.model
Class PublicGateway
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.is.vpc.v1.model.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.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
PublicGateway.ResourceType
The resource type.static interface
PublicGateway.Status
The status of this public gateway.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Date
getCreatedAt()
Gets the createdAt.String
getCrn()
Gets the crn.PublicGatewayFloatingIp
getFloatingIp()
Gets the floatingIp.String
getHref()
Gets the href.String
getId()
Gets the id.String
getName()
Gets the name.ResourceGroupReference
getResourceGroup()
Gets the resourceGroup.String
getResourceType()
Gets the resourceType.String
getStatus()
Gets the status.VPCReference
getVpc()
Gets the vpc.ZoneReference
getZone()
Gets the zone.
-
-
-
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
-
-