RegisteredClusterNodesArgs

data class RegisteredClusterNodesArgs(val biosId: Output<String>? = null, val clusterNodeFqdn: Output<String>? = null, val isSharedDiskVirtualNode: Output<Boolean>? = null, val machineId: Output<String>? = null) : ConvertibleToJava<RegisteredClusterNodesArgs>

Extended location of the resource.

Constructors

Link copied to clipboard
constructor(biosId: Output<String>? = null, clusterNodeFqdn: Output<String>? = null, isSharedDiskVirtualNode: Output<Boolean>? = null, machineId: Output<String>? = null)

Properties

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

The BIOS ID.

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

The cluster node name.

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

A value indicating whether this represents virtual entity hosting all the shared disks.

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

The machine ID.

Functions

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