Interface VPNGatewayRouteMode.HealthState

  • Enclosing class:
    VPNGatewayRouteMode

    public static interface VPNGatewayRouteMode.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.