Reference documentation and code samples for the Cloud OS Config V1alpha API class Google::Cloud::OsConfig::V1alpha::OSPolicy::ResourceGroup.
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.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#inventory_filters
def inventory_filters() -> ::Array<::Google::Cloud::OsConfig::V1alpha::OSPolicy::InventoryFilter>
-
(::Array<::Google::Cloud::OsConfig::V1alpha::OSPolicy::InventoryFilter>) — 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
orCentOS
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.
#inventory_filters=
def inventory_filters=(value) -> ::Array<::Google::Cloud::OsConfig::V1alpha::OSPolicy::InventoryFilter>
-
value (::Array<::Google::Cloud::OsConfig::V1alpha::OSPolicy::InventoryFilter>) — 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
orCentOS
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.
-
(::Array<::Google::Cloud::OsConfig::V1alpha::OSPolicy::InventoryFilter>) — 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
orCentOS
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.
#os_filter
def os_filter() -> ::Google::Cloud::OsConfig::V1alpha::OSPolicy::OSFilter
-
(::Google::Cloud::OsConfig::V1alpha::OSPolicy::OSFilter) — Deprecated. Use the
inventory_filters
field instead. Used to specify the OS filter for a resource group
#os_filter=
def os_filter=(value) -> ::Google::Cloud::OsConfig::V1alpha::OSPolicy::OSFilter
-
value (::Google::Cloud::OsConfig::V1alpha::OSPolicy::OSFilter) — Deprecated. Use the
inventory_filters
field instead. Used to specify the OS filter for a resource group
-
(::Google::Cloud::OsConfig::V1alpha::OSPolicy::OSFilter) — Deprecated. Use the
inventory_filters
field instead. Used to specify the OS filter for a resource group
#resources
def resources() -> ::Array<::Google::Cloud::OsConfig::V1alpha::OSPolicy::Resource>
- (::Array<::Google::Cloud::OsConfig::V1alpha::OSPolicy::Resource>) — Required. List of resources configured for this resource group. The resources are executed in the exact order specified here.
#resources=
def resources=(value) -> ::Array<::Google::Cloud::OsConfig::V1alpha::OSPolicy::Resource>
- value (::Array<::Google::Cloud::OsConfig::V1alpha::OSPolicy::Resource>) — Required. List of resources configured for this resource group. The resources are executed in the exact order specified here.
- (::Array<::Google::Cloud::OsConfig::V1alpha::OSPolicy::Resource>) — Required. List of resources configured for this resource group. The resources are executed in the exact order specified here.