Class EndpointGatewayLifecycleReason
java.lang.Object
com.ibm.cloud.sdk.core.service.model.GenericModel
com.ibm.cloud.is.vpc.v1.model.EndpointGatewayLifecycleReason
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class EndpointGatewayLifecycleReason
extends com.ibm.cloud.sdk.core.service.model.GenericModel
EndpointGatewayLifecycleReason.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interface
A reason code for this lifecycle state: - `access_denied`: endpoint gateway access was denied - `access_expired`: endpoint gateway access has expired - `access_pending`: endpoint gateway access is pending - `dns_resolution_binding_pending`: the DNS resolution binding is being set up - `internal_error`: internal error (contact IBM support) - `resource_suspended_by_provider`: The resource has been suspended (contact IBM support) The enumerated values for this property may [expand](https://cloud.ibm.com/apidocs/vpc#property-value-expansion) in the future. -
Method Summary
Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModel
equals, hashCode, toString
-
Method Details
-
getCode
Gets the code. A reason code for this lifecycle state: - `access_denied`: endpoint gateway access was denied - `access_expired`: endpoint gateway access has expired - `access_pending`: endpoint gateway access is pending - `dns_resolution_binding_pending`: the DNS resolution binding is being set up - `internal_error`: internal error (contact IBM support) - `resource_suspended_by_provider`: The resource has been suspended (contact IBM support) The enumerated values for this property may [expand](https://cloud.ibm.com/apidocs/vpc#property-value-expansion) in the future.- Returns:
- the code
-
getMessage
Gets the message. An explanation of the reason for this lifecycle state.- Returns:
- the message
-
getMoreInfo
Gets the moreInfo. Link to documentation about the reason for this lifecycle state.- Returns:
- the moreInfo
-