Package com.pulumi.gcp.osconfig.outputs
Class OsPolicyAssignmentOsPolicyResourceGroup
- java.lang.Object
-
- com.pulumi.gcp.osconfig.outputs.OsPolicyAssignmentOsPolicyResourceGroup
-
public final class OsPolicyAssignmentOsPolicyResourceGroup extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
OsPolicyAssignmentOsPolicyResourceGroup.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static OsPolicyAssignmentOsPolicyResourceGroup.Builder
builder()
static OsPolicyAssignmentOsPolicyResourceGroup.Builder
builder(OsPolicyAssignmentOsPolicyResourceGroup defaults)
java.util.List<OsPolicyAssignmentOsPolicyResourceGroupInventoryFilter>
inventoryFilters()
java.util.List<OsPolicyAssignmentOsPolicyResourceGroupResource>
resources()
-
-
-
Method Detail
-
inventoryFilters
public java.util.List<OsPolicyAssignmentOsPolicyResourceGroupInventoryFilter> inventoryFilters()
- 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. Structure is documented below.
-
resources
public java.util.List<OsPolicyAssignmentOsPolicyResourceGroupResource> resources()
- Returns:
- List of resources configured for this resource group. The resources are executed in the exact order specified here. Structure is documented below.
-
builder
public static OsPolicyAssignmentOsPolicyResourceGroup.Builder builder()
-
builder
public static OsPolicyAssignmentOsPolicyResourceGroup.Builder builder(OsPolicyAssignmentOsPolicyResourceGroup defaults)
-
-