GoogleApi.OSConfig.V1.Model.PatchInstanceFilterGroupLabel (google_api_os_config v0.17.0) View Source
Targets a group of VM instances by using their assigned labels. Labels are key-value pairs. A GroupLabel
is a combination of labels that is used to target VMs for a patch job. For example, a patch job can target VMs that have the following GroupLabel
: {"env":"test", "app":"web"}
. This means that the patch job is applied to VMs that have both the labels env=test
and app=web
.
Attributes
-
labels
(type:map()
, default:nil
) - Compute Engine instance labels that must be present for a VM instance to be targeted by this filter.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.OSConfig.V1.Model.PatchInstanceFilterGroupLabel{ labels: map() | nil }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.