Class PrivatePathServiceGatewayEndpointGatewayBinding
java.lang.Object
com.ibm.cloud.sdk.core.service.model.GenericModel
com.ibm.cloud.is.vpc.v1.model.PrivatePathServiceGatewayEndpointGatewayBinding
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class PrivatePathServiceGatewayEndpointGatewayBinding
extends com.ibm.cloud.sdk.core.service.model.GenericModel
PrivatePathServiceGatewayEndpointGatewayBinding.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interface
The lifecycle state of the endpoint gateway binding.static interface
The resource type.static interface
The status of the endpoint gateway binding: - `abandoned`: endpoint gateway binding is inactive, awaiting deletion. -
Method Summary
Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModel
equals, hashCode, toString
-
Method Details
-
getAccount
Gets the account. The account that created the endpoint gateway.- Returns:
- the account
-
getCreatedAt
Gets the createdAt. The date and time that the endpoint gateway binding was created.- Returns:
- the createdAt
-
getExpirationAt
Gets the expirationAt. The expiration date and time for the endpoint gateway binding. At binding creation, this property will be set to 14 days after the creation time, and will remain while the `status` of the binding is `pending`. If the date and time are reached while the binding is still `pending`, the binding will transition to `expired`. This property will be present if the `status` is `pending` or `expired`.- Returns:
- the expirationAt
-
getHref
-
getId
Gets the id. The unique identifier for this endpoint gateway binding.- Returns:
- the id
-
getLifecycleState
Gets the lifecycleState. The lifecycle state of the endpoint gateway binding.- Returns:
- the lifecycleState
-
getResourceType
-
getStatus
Gets the status. The status of the endpoint gateway binding: - `abandoned`: endpoint gateway binding is inactive, awaiting deletion. - `denied`: endpoint gateway binding was denied - `expired`: endpoint gateway binding has expired - `pending`: endpoint gateway binding is awaiting review - `permitted`: endpoint gateway binding was permitted An endpoint gateway binding will be automatically deleted when its associated endpoint gateway is deleted. The enumerated values for this property may [expand](https://cloud.ibm.com/apidocs/vpc#property-value-expansion) in the future.- Returns:
- the status
-