Class AllocationAffinity
Specifies the reservations that this instance can consume from.
Implements
Inherited Members
Namespace: Google.Apis.Backupdr.v1.Data
Assembly: Google.Apis.Backupdr.v1.dll
Syntax
public class AllocationAffinity : IDirectResponseSchema
Properties
ConsumeReservationType
Optional. Specifies the type of reservation from which this instance can consume
Declaration
[JsonProperty("consumeReservationType")]
public virtual string ConsumeReservationType { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Key
Optional. Corresponds to the label key of a reservation resource.
Declaration
[JsonProperty("key")]
public virtual string Key { get; set; }
Property Value
Type | Description |
---|---|
string |
Values
Optional. Corresponds to the label values of a reservation resource.
Declaration
[JsonProperty("values")]
public virtual IList<string> Values { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |