class Google::Apis::OsconfigV1beta::PatchInstanceFilterGroupLabel
Represents a group of VMs that can be identified as having all these labels, for example “env=prod and app=web”.
Attributes
labels[RW]
Compute Engine instance labels that must be present for a VM instance to be targeted by this filter. Corresponds to the JSON property `labels` @return [Hash<String,String>]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/osconfig_v1beta/classes.rb, line 1227 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/osconfig_v1beta/classes.rb, line 1232 def update!(**args) @labels = args[:labels] if args.key?(:labels) end