Class: Google::Cloud::Compute::V1::SchedulingNodeAffinity
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::SchedulingNodeAffinity
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Overview
Node Affinity: the configuration of desired nodes onto which this Instance could be scheduled.
Defined Under Namespace
Modules: Operator
Instance Attribute Summary collapse
-
#key ⇒ ::String
Corresponds to the label key of Node resource.
-
#operator ⇒ ::String
Defines the operation of node selection.
-
#values ⇒ ::Array<::String>
Corresponds to the label values of Node resource.
Instance Attribute Details
#key ⇒ ::String
Returns Corresponds to the label key of Node resource.
32430 32431 32432 32433 32434 32435 32436 32437 32438 32439 32440 32441 32442 32443 32444 32445 32446 32447 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 32430 class SchedulingNodeAffinity include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Defines the operation of node selection. Valid operators are IN for affinity and NOT_IN for anti-affinity. module Operator # A value indicating that the enum field is not set. UNDEFINED_OPERATOR = 0 # Requires Compute Engine to seek for matched nodes. IN = 2341 # Requires Compute Engine to avoid certain nodes. NOT_IN = 161_144_369 OPERATOR_UNSPECIFIED = 128_892_924 end end |
#operator ⇒ ::String
Returns Defines the operation of node selection. Valid operators are IN for affinity and NOT_IN for anti-affinity. Check the Operator enum for the list of possible values.
32430 32431 32432 32433 32434 32435 32436 32437 32438 32439 32440 32441 32442 32443 32444 32445 32446 32447 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 32430 class SchedulingNodeAffinity include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Defines the operation of node selection. Valid operators are IN for affinity and NOT_IN for anti-affinity. module Operator # A value indicating that the enum field is not set. UNDEFINED_OPERATOR = 0 # Requires Compute Engine to seek for matched nodes. IN = 2341 # Requires Compute Engine to avoid certain nodes. NOT_IN = 161_144_369 OPERATOR_UNSPECIFIED = 128_892_924 end end |
#values ⇒ ::Array<::String>
Returns Corresponds to the label values of Node resource.
32430 32431 32432 32433 32434 32435 32436 32437 32438 32439 32440 32441 32442 32443 32444 32445 32446 32447 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 32430 class SchedulingNodeAffinity include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Defines the operation of node selection. Valid operators are IN for affinity and NOT_IN for anti-affinity. module Operator # A value indicating that the enum field is not set. UNDEFINED_OPERATOR = 0 # Requires Compute Engine to seek for matched nodes. IN = 2341 # Requires Compute Engine to avoid certain nodes. NOT_IN = 161_144_369 OPERATOR_UNSPECIFIED = 128_892_924 end end |