Google Cloud OsConfig V1 Client - Class ResourceGroup (2.1.0)

Reference documentation and code samples for the Google Cloud OsConfig V1 Client class 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.

Generated from protobuf message google.cloud.osconfig.v1.OSPolicy.ResourceGroup

Namespace

Google \ Cloud \ OsConfig \ V1 \ OSPolicy

Methods

__construct

Constructor.

Parameters
Name
Description
data
array

Optional. Data for populating the Message object.

↳ inventory_filters
array< 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 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.

↳ resources
array< Resource >

Required. List of resources configured for this resource group. The resources are executed in the exact order specified here.

getInventoryFilters

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.

Returns
Type
Description

setInventoryFilters

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.

Parameter
Name
Description
var
array< InventoryFilter >
Returns
Type
Description
$this

getResources

Required. List of resources configured for this resource group.

The resources are executed in the exact order specified here.

Returns
Type
Description

setResources

Required. List of resources configured for this resource group.

The resources are executed in the exact order specified here.

Parameter
Name
Description
var
array< Resource >
Returns
Type
Description
$this
Design a Mobile Site
View Site in Mobile | Classic
Share by: