Class ReservationAffinity
Reservation Affinity for consuming Zonal reservation.
Implements
Inherited Members
Namespace: Google.Apis.Dataproc.v1.Data
Assembly: Google.Apis.Dataproc.v1.dll
Syntax
public class ReservationAffinity : IDirectResponseSchema
Properties
ConsumeReservationType
Optional. Type of reservation to 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 reservation resource.
Declaration
[JsonProperty("key")]
public virtual string Key { get; set; }
Property Value
Type | Description |
---|---|
string |
Values
Optional. Corresponds to the label values of reservation resource.
Declaration
[JsonProperty("values")]
public virtual IList<string> Values { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |