OsPolicyAssignmentInstanceFilterExclusionLabelArgs

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

Constructors

constructor(labels: Output<Map<String, String>>? = null)

Properties

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

Labels are identified by key/value pairs in this map. A VM should contain all the key/value pairs specified in this map to be selected.

Functions

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