Package version:

Extended location of the resource.

interface RegisteredClusterNodes {
    biosId?: string;
    clusterNodeFqdn?: string;
    isSharedDiskVirtualNode?: boolean;
    machineId?: string;
}

Properties

biosId?: string

The BIOS ID.

clusterNodeFqdn?: string

The cluster node name.

isSharedDiskVirtualNode?: boolean

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

machineId?: string

The machine ID.