AssignmentGroupLabelResponse

data class AssignmentGroupLabelResponse(val labels: Map<String, String>)

Represents a group of VM intances that can be identified as having all these labels, for example "env=prod and app=web".

Constructors

Link copied to clipboard
constructor(labels: Map<String, String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Google Compute Engine instance labels that must be present for an instance to be included in this assignment group.