Get Guest Policy Result
data class GetGuestPolicyResult(val assignment: AssignmentResponse, val createTime: String, val description: String, val etag: String, val name: String, val packageRepositories: List<PackageRepositoryResponse>, val packages: List<PackageResponse>, val recipes: List<SoftwareRecipeResponse>, val updateTime: String)
Constructors
Link copied to clipboard
fun GetGuestPolicyResult(assignment: AssignmentResponse, createTime: String, description: String, etag: String, name: String, packageRepositories: List<PackageRepositoryResponse>, packages: List<PackageResponse>, recipes: List<SoftwareRecipeResponse>, updateTime: String)
Types
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
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard