Class NodeAffinity
Node Affinity: the configuration of desired nodes onto which this Instance could be scheduled.
Implements
Inherited Members
Namespace: Google.Apis.Backupdr.v1.Data
Assembly: Google.Apis.Backupdr.v1.dll
Syntax
public class NodeAffinity : IDirectResponseSchema
Properties
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 Node resource.
Declaration
[JsonProperty("key")]
public virtual string Key { get; set; }
Property Value
Type | Description |
---|---|
string |
Operator__
Optional. Defines the operation of node selection.
Declaration
[JsonProperty("operator")]
public virtual string Operator__ { get; set; }
Property Value
Type | Description |
---|---|
string |
Values
Optional. Corresponds to the label values of Node resource.
Declaration
[JsonProperty("values")]
public virtual IList<string> Values { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |