Named Resources Instance Patch Args
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)