Guest Policies Assignment
data class GuestPoliciesAssignment(val groupLabels: List<GuestPoliciesAssignmentGroupLabel>? = null, val instanceNamePrefixes: List<String>? = null, val instances: List<String>? = null, val osTypes: List<GuestPoliciesAssignmentOsType>? = null, val zones: List<String>? = null)
Constructors
Link copied to clipboard
fun GuestPoliciesAssignment(groupLabels: List<GuestPoliciesAssignmentGroupLabel>? = null, instanceNamePrefixes: List<String>? = null, instances: List<String>? = null, osTypes: List<GuestPoliciesAssignmentOsType>? = null, zones: List<String>? = null)
Types
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.