Enum Reservation.ProtectionTier (1.91.0)

public enum Reservation.ProtectionTier extends Enum<Reservation.ProtectionTier> implements ProtocolMessageEnum

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 enum google.cloud.compute.v1.Reservation.ProtectionTier

Implements

ProtocolMessageEnum

Static Fields

Name Description
CAPACITY_OPTIMIZED

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.

CAPACITY_OPTIMIZED = 17430466;

CAPACITY_OPTIMIZED_VALUE

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.

CAPACITY_OPTIMIZED = 17430466;

PROTECTION_TIER_UNSPECIFIED

Unspecified protection tier.

PROTECTION_TIER_UNSPECIFIED = 262261984;

PROTECTION_TIER_UNSPECIFIED_VALUE

Unspecified protection tier.

PROTECTION_TIER_UNSPECIFIED = 262261984;

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.

STANDARD = 484642493;

STANDARD_VALUE

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.

STANDARD = 484642493;

UNDEFINED_PROTECTION_TIER

A value indicating that the enum field is not set.

UNDEFINED_PROTECTION_TIER = 0;

UNDEFINED_PROTECTION_TIER_VALUE

A value indicating that the enum field is not set.

UNDEFINED_PROTECTION_TIER = 0;

UNRECOGNIZED

Static Methods

Name Description
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

Name Description
getDescriptorForType()
getNumber()
getValueDescriptor()