Reference documentation and code samples for the Recommender V1 Client class RiskType.
The risk associated with the reliability issue.
Protobuf type google.cloud.recommender.v1.ReliabilityProjection.RiskType
Namespace
Google \ Cloud \ Recommender \ V1 \ ReliabilityProjectionMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
RISK_TYPE_UNSPECIFIED
Value: 0
Default unspecified risk. Don't use directly.
Generated from protobuf enum RISK_TYPE_UNSPECIFIED = 0;
SERVICE_DISRUPTION
Value: 1
Potential service downtime.
Generated from protobuf enum SERVICE_DISRUPTION = 1;
DATA_LOSS
Value: 2
Potential data loss.
Generated from protobuf enum DATA_LOSS = 2;
ACCESS_DENY
Value: 3
Potential access denial. The service is still up but some or all clients can't access it.
Generated from protobuf enum ACCESS_DENY = 3;