Class: Google::Cloud::Compute::V1::GlobalVmExtensionPolicyInstanceSelector
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::GlobalVmExtensionPolicyInstanceSelector
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Overview
Selector to target VMs for a zone VM extension policy.
Instance Attribute Summary collapse
Instance Attribute Details
#label_selector ⇒ ::Google::Cloud::Compute::V1::GlobalVmExtensionPolicyLabelSelector
Returns Optional. Labels within the LabelSelector are OR'd.
25913 25914 25915 25916 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 25913 class GlobalVmExtensionPolicyInstanceSelector include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |