MetadataLabelsArgs

data class MetadataLabelsArgs(val labelName: Output<String>, val labelValue: Output<String>) : ConvertibleToJava<MetadataLabelsArgs>

Defines a name-pair value for a single label.

Constructors

Link copied to clipboard
fun MetadataLabelsArgs(labelName: Output<String>, labelValue: Output<String>)

Functions

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

Properties

Link copied to clipboard
val labelName: Output<String>

Label name presented as key in xDS Node Metadata.

Link copied to clipboard
val labelValue: Output<String>

Label value presented as value corresponding to the above key, in xDS Node Metadata.