Reference documentation and code samples for the Google Cloud Backup Dr V1 Client class Type.
Indicates whether to consume from a reservation or not.
Protobuf type google.cloud.backupdr.v1.AllocationAffinity.Type
Namespace
Google \ Cloud \ BackupDR \ V1 \ AllocationAffinityMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
TYPE_UNSPECIFIED
Value: 0
Default value. This value is unused.
Generated from protobuf enum TYPE_UNSPECIFIED = 0;
NO_RESERVATION
Value: 1
Do not consume from any allocated capacity.
Generated from protobuf enum NO_RESERVATION = 1;
ANY_RESERVATION
Value: 2
Consume any allocation available.
Generated from protobuf enum ANY_RESERVATION = 2;
SPECIFIC_RESERVATION
Value: 3
Must consume from a specific reservation. Must specify key value fields for specifying the reservations.
Generated from protobuf enum SPECIFIC_RESERVATION = 3;