Backup and DR Service v1 API - Enum AllocationAffinity.Types.Type (1.2.0)

public enum AllocationAffinity.Types.Type

Reference documentation and code samples for the Backup and DR Service v1 API enum AllocationAffinity.Types.Type.

Indicates whether to consume from a reservation or not.

Namespace

Google.Cloud.BackupDR.V1

Assembly

Google.Cloud.BackupDR.V1.dll

Fields

Name Description
AnyReservation

Consume any allocation available.

NoReservation

Do not consume from any allocated capacity.

SpecificReservation

Must consume from a specific reservation. Must specify key value fields for specifying the reservations.

Unspecified

Default value. This value is unused.