RegisteredClusterNodesResponse

data class RegisteredClusterNodesResponse(val biosId: String? = null, val clusterNodeFqdn: String? = null, val isSharedDiskVirtualNode: Boolean? = null, val machineId: String? = null)

Extended location of the resource.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val biosId: String? = null

The BIOS ID.

Link copied to clipboard
val clusterNodeFqdn: String? = null

The cluster node name.

Link copied to clipboard

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

Link copied to clipboard
val machineId: String? = null

The machine ID.