Compute Engine v1 API - Enum Reservation.Types.ProtectionTier (3.22.0)

public enum Reservation.Types.ProtectionTier

Reference documentation and code samples for the Compute Engine v1 API enum Reservation.Types.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).

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Fields

Name Description
CapacityOptimized

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.

Standard

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.

UndefinedProtectionTier

A value indicating that the enum field is not set.

Unspecified

Unspecified protection tier.