Compute V1 Client - Class ProtectionTier (2.3.0)

Reference documentation and code samples for the Compute V1 Client class ProtectionTier.

Protection tier for the workload which specifies the workload expectations in the event of infrastructure failures at data center (e.g. power and/or cooling failures).

Protobuf type google.cloud.compute.v1.Reservation.ProtectionTier

Namespace

Google \ Cloud \ Compute \ V1 \ Reservation

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

UNDEFINED_PROTECTION_TIER

Value: 0

A value indicating that the enum field is not set.

Generated from protobuf enum UNDEFINED_PROTECTION_TIER = 0;

CAPACITY_OPTIMIZED

Value: 17430466

CAPACITY_OPTIMIZED capacity leverages redundancies (e.g. power, cooling) at the data center during normal operating conditions. In the event of infrastructure failures at data center (e.g. power and/or cooling failures), this workload may be disrupted. As a consequence, it has a weaker availability SLO than STANDARD.

Generated from protobuf enum CAPACITY_OPTIMIZED = 17430466;

PROTECTION_TIER_UNSPECIFIED

Value: 262261984

Unspecified protection tier.

Generated from protobuf enum PROTECTION_TIER_UNSPECIFIED = 262261984;

STANDARD

Value: 484642493

STANDARD protection for workload that should be protected by redundancies (e.g. power, cooling) at the data center level. In the event of infrastructure failures at data center (e.g. power and/or cooling failures), this workload is expected to continue as normal using the redundancies.

Generated from protobuf enum STANDARD = 484642493;