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 \ ReservationMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
UNDEFINED_PROTECTION_TIER
Value: 0A value indicating that the enum field is not set.
Generated from protobuf enum UNDEFINED_PROTECTION_TIER = 0;
CAPACITY_OPTIMIZED
Value: 17430466CAPACITY_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: 262261984Unspecified protection tier.
Generated from protobuf enum PROTECTION_TIER_UNSPECIFIED = 262261984;
STANDARD
Value: 484642493STANDARD 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;