NamedResourcesAttributePatchArgs

data class NamedResourcesAttributePatchArgs(val bool: Output<Boolean>? = null, val int: Output<Int>? = null, val intSlice: Output<NamedResourcesIntSlicePatchArgs>? = null, val name: Output<String>? = null, val quantity: Output<String>? = null, val string: Output<String>? = null, val stringSlice: Output<NamedResourcesStringSlicePatchArgs>? = null, val version: Output<String>? = null) : ConvertibleToJava<NamedResourcesAttributePatchArgs>

NamedResourcesAttribute is a combination of an attribute name and its value.

Constructors

Link copied to clipboard
constructor(bool: Output<Boolean>? = null, int: Output<Int>? = null, intSlice: Output<NamedResourcesIntSlicePatchArgs>? = null, name: Output<String>? = null, quantity: Output<String>? = null, string: Output<String>? = null, stringSlice: Output<NamedResourcesStringSlicePatchArgs>? = null, version: Output<String>? = null)

Properties

Link copied to clipboard
val bool: Output<Boolean>? = null

BoolValue is a true/false value.

Link copied to clipboard
val int: Output<Int>? = null

IntValue is a 64-bit integer.

Link copied to clipboard

IntSliceValue is an array of 64-bit integers.

Link copied to clipboard
val name: Output<String>? = null

Name is unique identifier among all resource instances managed by the driver on the node. It must be a DNS subdomain.

Link copied to clipboard
val quantity: Output<String>? = null

QuantityValue is a quantity.

Link copied to clipboard
val string: Output<String>? = null

StringValue is a string.

Link copied to clipboard

StringSliceValue is an array of strings.

Link copied to clipboard
val version: Output<String>? = null

VersionValue is a semantic version according to semver.org spec 2.0.0.

Functions

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