Google Cloud OS Config v1alpha API - Class OSPolicy.Types.ResourceGroup (2.0.0-alpha04)

public sealed class OSPolicy.Types.ResourceGroup : IMessage<OSPolicy.Types.ResourceGroup>, IEquatable<OSPolicy.Types.ResourceGroup>, IDeepCloneable<OSPolicy.Types.ResourceGroup>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud OS Config v1alpha API class OSPolicy.Types.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.

Inheritance

object > OSPolicy.Types.ResourceGroup

Namespace

Google.Cloud.OsConfig.V1Alpha

Assembly

Google.Cloud.OsConfig.V1Alpha.dll

Constructors

ResourceGroup()

public ResourceGroup()

ResourceGroup(ResourceGroup)

public ResourceGroup(OSPolicy.Types.ResourceGroup other)
Parameter
NameDescription
otherOSPolicyTypesResourceGroup

Properties

InventoryFilters

public RepeatedField<OSPolicy.Types.InventoryFilter> InventoryFilters { get; }

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.

Property Value
TypeDescription
RepeatedFieldOSPolicyTypesInventoryFilter

OsFilter

[Obsolete]
public OSPolicy.Types.OSFilter OsFilter { get; set; }

Deprecated. Use the inventory_filters field instead. Used to specify the OS filter for a resource group

Property Value
TypeDescription
OSPolicyTypesOSFilter

Resources

public RepeatedField<OSPolicy.Types.Resource> Resources { get; }

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

Property Value
TypeDescription
RepeatedFieldOSPolicyTypesResource