Migrate for Compute Engine V1 API - Class Google::Cloud::VMMigration::V1::SchedulingNodeAffinity (v0.2.0)

Reference documentation and code samples for the Migrate for Compute Engine V1 API class Google::Cloud::VMMigration::V1::SchedulingNodeAffinity.

Node Affinity: the configuration of desired nodes onto which this Instance could be scheduled. Based on https://cloud.google.com/compute/docs/reference/rest/v1/instances/setScheduling

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#key

def key() -> ::String
Returns
  • (::String) — The label key of Node resource to reference.

#key=

def key=(value) -> ::String
Parameter
  • value (::String) — The label key of Node resource to reference.
Returns
  • (::String) — The label key of Node resource to reference.

#operator

def operator() -> ::Google::Cloud::VMMigration::V1::SchedulingNodeAffinity::Operator
Returns

#operator=

def operator=(value) -> ::Google::Cloud::VMMigration::V1::SchedulingNodeAffinity::Operator
Parameter
Returns

#values

def values() -> ::Array<::String>
Returns
  • (::Array<::String>) — Corresponds to the label values of Node resource.

#values=

def values=(value) -> ::Array<::String>
Parameter
  • value (::Array<::String>) — Corresponds to the label values of Node resource.
Returns
  • (::Array<::String>) — Corresponds to the label values of Node resource.