google_api_compute v0.6.0 GoogleApi.Compute.V1.Model.SchedulingNodeAffinity View Source

Node Affinity: the configuration of desired nodes onto which this Instance could be scheduled.

Attributes

  • key (String.t): Corresponds to the label key of Node resource. Defaults to: null.
  • operator (String.t): Defines the operation of node selection. Defaults to: null.

    • Enum - one of [IN, NOT_IN, OPERATOR_UNSPECIFIED]
  • values ([String.t]): Corresponds to the label values of Node resource. Defaults to: null.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t() View Source
t() :: %GoogleApi.Compute.V1.Model.SchedulingNodeAffinity{
  key: any(),
  operator: any(),
  values: [any()]
}

Link to this section Functions

Link to this function

decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.