Package com.ibm.cloud.is.vpc.v1.model
Interface VPNGatewayMember.HealthState
-
- Enclosing class:
- VPNGatewayMember
public static interface VPNGatewayMember.HealthState
The health of this resource: - `ok`: No abnormal behavior detected - `degraded`: Experiencing compromised performance, capacity, or connectivity - `faulted`: Completely unreachable, inoperative, or otherwise entirely incapacitated - `inapplicable`: The health state does not apply because of the current lifecycle state. A resource with a lifecycle state of `failed` or `deleting` will have a health state of `inapplicable`. A `pending` resource may also have this state.
-
-
Field Detail
-
DEGRADED
static final String DEGRADED
degraded.- See Also:
- Constant Field Values
-
FAULTED
static final String FAULTED
faulted.- See Also:
- Constant Field Values
-
INAPPLICABLE
static final String INAPPLICABLE
inapplicable.- See Also:
- Constant Field Values
-
OK
static final String OK
ok.- See Also:
- Constant Field Values
-
-