NamedResourcesInstancePatchArgs

data class NamedResourcesInstancePatchArgs(val attributes: Output<List<NamedResourcesAttributePatchArgs>>? = null, val name: Output<String>? = null) : ConvertibleToJava<NamedResourcesInstancePatchArgs>

NamedResourcesInstance represents one individual hardware instance that can be selected based on its attributes.

Constructors

Link copied to clipboard
constructor(attributes: Output<List<NamedResourcesAttributePatchArgs>>? = null, name: Output<String>? = null)

Properties

Link copied to clipboard

Attributes defines the attributes of this resource instance. The name of each attribute must be unique.

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.

Functions

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