Guest Policy Args
data class GuestPolicyArgs(val assignment: Output<AssignmentArgs>? = null, val description: Output<String>? = null, val etag: Output<String>? = null, val guestPolicyId: Output<String>? = null, val name: Output<String>? = null, val packageRepositories: Output<List<PackageRepositoryArgs>>? = null, val packages: Output<List<PackageArgs>>? = null, val project: Output<String>? = null, val recipes: Output<List<SoftwareRecipeArgs>>? = null) : ConvertibleToJava<GuestPolicyArgs>
Create an OS Config guest policy.
Constructors
Link copied to clipboard
fun GuestPolicyArgs(assignment: Output<AssignmentArgs>? = null, description: Output<String>? = null, etag: Output<String>? = null, guestPolicyId: Output<String>? = null, name: Output<String>? = null, packageRepositories: Output<List<PackageRepositoryArgs>>? = null, packages: Output<List<PackageArgs>>? = null, project: Output<String>? = null, recipes: Output<List<SoftwareRecipeArgs>>? = null)
Functions
Properties
Link copied to clipboard
Specifies the VM instances that are assigned to this policy. This allows you to target sets or groups of VM instances by different parameters such as labels, names, OS, or zones. If left empty, all VM instances underneath this policy are targeted. At the same level in the resource hierarchy (that is within a project), the service prevents the creation of multiple policies that conflict with each other. For more information, see how the service /compute/docs/os-config-management/create-guest-policy#handle-conflicts.
Link copied to clipboard