Interface OSPolicy.ResourceGroupOrBuilder (2.55.0)

public static interface OSPolicy.ResourceGroupOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getInventoryFilters(int index)

public abstract OSPolicy.InventoryFilter getInventoryFilters(int index)

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.

repeated .google.cloud.osconfig.v1.OSPolicy.InventoryFilter inventory_filters = 1;

Parameter
Name Description
index int
Returns
Type Description
OSPolicy.InventoryFilter

getInventoryFiltersCount()

public abstract int getInventoryFiltersCount()

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.

repeated .google.cloud.osconfig.v1.OSPolicy.InventoryFilter inventory_filters = 1;

Returns
Type Description
int

getInventoryFiltersList()

public abstract List<OSPolicy.InventoryFilter> getInventoryFiltersList()

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.

repeated .google.cloud.osconfig.v1.OSPolicy.InventoryFilter inventory_filters = 1;

Returns
Type Description
List<InventoryFilter>

getInventoryFiltersOrBuilder(int index)

public abstract OSPolicy.InventoryFilterOrBuilder getInventoryFiltersOrBuilder(int index)

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.

repeated .google.cloud.osconfig.v1.OSPolicy.InventoryFilter inventory_filters = 1;

Parameter
Name Description
index int
Returns
Type Description
OSPolicy.InventoryFilterOrBuilder