Class: Google::Cloud::OsConfig::V1alpha::OSPolicy::ResourceGroup
- Inherits:
-
Object
- Object
- Google::Cloud::OsConfig::V1alpha::OSPolicy::ResourceGroup
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/osconfig/v1alpha/os_policy.rb
Overview
Resource groups provide a mechanism to group OS policy resources.
Resource groups enable OS policy authors to create a single OS policy to be applied to VMs running different operating Systems.
When the OS policy is applied to a target VM, the appropriate resource
group within the OS policy is selected based on the OSFilter
specified
within the resource group.
Instance Attribute Summary collapse
-
#inventory_filters ⇒ ::Array<::Google::Cloud::OsConfig::V1alpha::OSPolicy::InventoryFilter>
List of inventory filters for the resource group.
-
#os_filter ⇒ ::Google::Cloud::OsConfig::V1alpha::OSPolicy::OSFilter
deprecated
Deprecated.
This field is deprecated and may be removed in the next major version update.
-
#resources ⇒ ::Array<::Google::Cloud::OsConfig::V1alpha::OSPolicy::Resource>
Required.
Instance Attribute Details
#inventory_filters ⇒ ::Array<::Google::Cloud::OsConfig::V1alpha::OSPolicy::InventoryFilter>
Returns List of inventory filters for the resource group.
The resources in this resource group are applied to the target VM if it satisfies at least one of the following inventory filters.
For example, to apply this resource group to VMs running either RHEL
or
CentOS
operating systems, specify 2 items for the list with following
values:
inventory_filters[0].os_short_name='rhel' and
inventory_filters[1].os_short_name='centos'
If the list is empty, this resource group will be applied to the target VM unconditionally.
596 597 598 599 |
# File 'proto_docs/google/cloud/osconfig/v1alpha/os_policy.rb', line 596 class ResourceGroup include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#os_filter ⇒ ::Google::Cloud::OsConfig::V1alpha::OSPolicy::OSFilter
This field is deprecated and may be removed in the next major version update.
Returns Deprecated. Use the inventory_filters
field instead.
Used to specify the OS filter for a resource group.
596 597 598 599 |
# File 'proto_docs/google/cloud/osconfig/v1alpha/os_policy.rb', line 596 class ResourceGroup include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#resources ⇒ ::Array<::Google::Cloud::OsConfig::V1alpha::OSPolicy::Resource>
Returns Required. List of resources configured for this resource group. The resources are executed in the exact order specified here.
596 597 598 599 |
# File 'proto_docs/google/cloud/osconfig/v1alpha/os_policy.rb', line 596 class ResourceGroup include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |