NamedResourcesInstanceArgs

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

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

Constructors

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

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>

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(): NamedResourcesInstanceArgs