Package com.ibm.cloud.is.vpc.v1.model
Interface VPNGatewayHealthReason.Code
-
- Enclosing class:
- VPNGatewayHealthReason
public static interface VPNGatewayHealthReason.Code
A reason code for this health state: - `cannot_create_vpc_route`: VPN cannot create route (check for conflict) - `cannot_reserve_ip_address`: IP address exhaustion (release addresses on the VPN's subnet) - `internal_error`: Internal error (contact IBM support) The enumerated values for this property may [expand](https://cloud.ibm.com/apidocs/vpc#property-value-expansion) in the future.
-
-
Field Summary
Fields Modifier and Type Field Description static String
CANNOT_CREATE_VPC_ROUTE
cannot_create_vpc_route.static String
CANNOT_RESERVE_IP_ADDRESS
cannot_reserve_ip_address.static String
INTERNAL_ERROR
internal_error.
-
-
-
Field Detail
-
CANNOT_CREATE_VPC_ROUTE
static final String CANNOT_CREATE_VPC_ROUTE
cannot_create_vpc_route.- See Also:
- Constant Field Values
-
CANNOT_RESERVE_IP_ADDRESS
static final String CANNOT_RESERVE_IP_ADDRESS
cannot_reserve_ip_address.- See Also:
- Constant Field Values
-
INTERNAL_ERROR
static final String INTERNAL_ERROR
internal_error.- See Also:
- Constant Field Values
-
-