Module: Google::Cloud::Recommender::V1::ReliabilityProjection::RiskType

Defined in:
proto_docs/google/cloud/recommender/v1/recommendation.rb

Overview

The risk associated with the reliability issue.

Constant Summary collapse

RISK_TYPE_UNSPECIFIED =

Default unspecified risk. Don't use directly.

0
SERVICE_DISRUPTION =

Potential service downtime.

1
DATA_LOSS =

Potential data loss.

2
ACCESS_DENY =

Potential access denial. The service is still up but some or all clients can't access it.

3