Guest Policies Assignment Args
data class GuestPoliciesAssignmentArgs(val groupLabels: Output<List<GuestPoliciesAssignmentGroupLabelArgs>>? = null, val instanceNamePrefixes: Output<List<String>>? = null, val instances: Output<List<String>>? = null, val osTypes: Output<List<GuestPoliciesAssignmentOsTypeArgs>>? = null, val zones: Output<List<String>>? = null) : ConvertibleToJava<GuestPoliciesAssignmentArgs>
Constructors
Link copied to clipboard
fun GuestPoliciesAssignmentArgs(groupLabels: Output<List<GuestPoliciesAssignmentGroupLabelArgs>>? = null, instanceNamePrefixes: Output<List<String>>? = null, instances: Output<List<String>>? = null, osTypes: Output<List<GuestPoliciesAssignmentOsTypeArgs>>? = null, zones: Output<List<String>>? = null)
Functions
Properties
Link copied to clipboard
Targets any of the instances specified. Instances are specified by their URI in the form zones/ZONE/instances/INSTANCE_NAME. Instance targeting is uncommon and is supported to facilitate the management of changes by the instance or to target specific VM instances for development and testing. Only supported for project-level policies and must reference instances within this project.