Recommender V1 Client - Class RiskType (1.10.0)

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 \ ReliabilityProjection

Methods

static::name

Parameter
NameDescription
value mixed

static::value

Parameter
NameDescription
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;