azure-docs-sdk-java/legacy/docs-ref-autogen/com.microsoft.azure.managem...

126 строки
7.4 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.azurestackhci.v2020_10_01.ClusterNode"
fullName: "com.microsoft.azure.management.azurestackhci.v2020_10_01.ClusterNode"
name: "ClusterNode"
nameWithType: "ClusterNode"
summary: "Cluster node details."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "<xref href=\"java.lang.Object?alt=java.lang.Object&text=Object\" data-throw-if-not-resolved=\"False\" />"
methodsRef:
- "<xref href=\"java.lang.Object.clone()?alt=java.lang.Object.clone&text=clone\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.equals(java.lang.Object)?alt=java.lang.Object.equals&text=equals\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.finalize()?alt=java.lang.Object.finalize&text=finalize\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.getClass()?alt=java.lang.Object.getClass&text=getClass\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.hashCode()?alt=java.lang.Object.hashCode&text=hashCode\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.notify()?alt=java.lang.Object.notify&text=notify\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.notifyAll()?alt=java.lang.Object.notifyAll&text=notifyAll\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.toString()?alt=java.lang.Object.toString&text=toString\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait()?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait(long)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait(long,int)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
syntax: "public class **ClusterNode**"
constructors:
- uid: "com.microsoft.azure.management.azurestackhci.v2020_10_01.ClusterNode.ClusterNode()"
fullName: "com.microsoft.azure.management.azurestackhci.v2020_10_01.ClusterNode.ClusterNode()"
name: "ClusterNode()"
nameWithType: "ClusterNode.ClusterNode()"
syntax: "public ClusterNode()"
methods:
- uid: "com.microsoft.azure.management.azurestackhci.v2020_10_01.ClusterNode.coreCount()"
fullName: "com.microsoft.azure.management.azurestackhci.v2020_10_01.ClusterNode.coreCount()"
name: "coreCount()"
nameWithType: "ClusterNode.coreCount()"
summary: "Get number of physical cores on the cluster node."
syntax: "public Double coreCount()"
desc: "Get number of physical cores on the cluster node."
returns:
description: "the coreCount value"
type: "<xref href=\"java.lang.Double?alt=java.lang.Double&text=Double\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.azurestackhci.v2020_10_01.ClusterNode.id()"
fullName: "com.microsoft.azure.management.azurestackhci.v2020_10_01.ClusterNode.id()"
name: "id()"
nameWithType: "ClusterNode.id()"
summary: "Get id of the node in the cluster."
syntax: "public Double id()"
desc: "Get id of the node in the cluster."
returns:
description: "the id value"
type: "<xref href=\"java.lang.Double?alt=java.lang.Double&text=Double\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.azurestackhci.v2020_10_01.ClusterNode.manufacturer()"
fullName: "com.microsoft.azure.management.azurestackhci.v2020_10_01.ClusterNode.manufacturer()"
name: "manufacturer()"
nameWithType: "ClusterNode.manufacturer()"
summary: "Get manufacturer of the cluster node hardware."
syntax: "public String manufacturer()"
desc: "Get manufacturer of the cluster node hardware."
returns:
description: "the manufacturer value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.azurestackhci.v2020_10_01.ClusterNode.memoryInGiB()"
fullName: "com.microsoft.azure.management.azurestackhci.v2020_10_01.ClusterNode.memoryInGiB()"
name: "memoryInGiB()"
nameWithType: "ClusterNode.memoryInGiB()"
summary: "Get total available memory on the cluster node (in GiB)."
syntax: "public Double memoryInGiB()"
desc: "Get total available memory on the cluster node (in GiB)."
returns:
description: "the memoryInGiB value"
type: "<xref href=\"java.lang.Double?alt=java.lang.Double&text=Double\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.azurestackhci.v2020_10_01.ClusterNode.model()"
fullName: "com.microsoft.azure.management.azurestackhci.v2020_10_01.ClusterNode.model()"
name: "model()"
nameWithType: "ClusterNode.model()"
summary: "Get model name of the cluster node hardware."
syntax: "public String model()"
desc: "Get model name of the cluster node hardware."
returns:
description: "the model value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.azurestackhci.v2020_10_01.ClusterNode.name()"
fullName: "com.microsoft.azure.management.azurestackhci.v2020_10_01.ClusterNode.name()"
name: "name()"
nameWithType: "ClusterNode.name()"
summary: "Get name of the cluster node."
syntax: "public String name()"
desc: "Get name of the cluster node."
returns:
description: "the name value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.azurestackhci.v2020_10_01.ClusterNode.osName()"
fullName: "com.microsoft.azure.management.azurestackhci.v2020_10_01.ClusterNode.osName()"
name: "osName()"
nameWithType: "ClusterNode.osName()"
summary: "Get operating system running on the cluster node."
syntax: "public String osName()"
desc: "Get operating system running on the cluster node."
returns:
description: "the osName value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.azurestackhci.v2020_10_01.ClusterNode.osVersion()"
fullName: "com.microsoft.azure.management.azurestackhci.v2020_10_01.ClusterNode.osVersion()"
name: "osVersion()"
nameWithType: "ClusterNode.osVersion()"
summary: "Get version of the operating system running on the cluster node."
syntax: "public String osVersion()"
desc: "Get version of the operating system running on the cluster node."
returns:
description: "the osVersion value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.azurestackhci.v2020_10_01.ClusterNode.serialNumber()"
fullName: "com.microsoft.azure.management.azurestackhci.v2020_10_01.ClusterNode.serialNumber()"
name: "serialNumber()"
nameWithType: "ClusterNode.serialNumber()"
summary: "Get immutable id of the cluster node."
syntax: "public String serialNumber()"
desc: "Get immutable id of the cluster node."
returns:
description: "the serialNumber value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Cluster node details."
metadata: {}
package: "com.microsoft.azure.management.azurestackhci.v2020_10_01"
artifact: com.microsoft.azure.azurestackhci.v2020_10_01:azure-mgmt-azurestackhci:1.0.0