PatchInstanceFilterGroupLabelArgs

data class PatchInstanceFilterGroupLabelArgs(val labels: Output<Map<String, String>>? = null) : ConvertibleToJava<PatchInstanceFilterGroupLabelArgs>

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

Constructors

Link copied to clipboard
constructor(labels: Output<Map<String, String>>? = null)

Properties

Link copied to clipboard
val labels: Output<Map<String, String>>? = null

Compute Engine instance labels that must be present for a VM instance to be targeted by this filter.

Functions

Link copied to clipboard
open override fun toJava(): PatchInstanceFilterGroupLabelArgs