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.GenericModelPublicGateway.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfacePublicGateway.ResourceTypeThe resource type.static interfacePublicGateway.StatusThe status of this public gateway.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DategetCreatedAt()Gets the createdAt.StringgetCrn()Gets the crn.PublicGatewayFloatingIpgetFloatingIp()Gets the floatingIp.StringgetHref()Gets the href.StringgetId()Gets the id.StringgetName()Gets the name.ResourceGroupReferencegetResourceGroup()Gets the resourceGroup.StringgetResourceType()Gets the resourceType.StringgetStatus()Gets the status.VPCReferencegetVpc()Gets the vpc.ZoneReferencegetZone()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
-
-