225 строки
16 KiB
YAML
225 строки
16 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.resourcemanager.networkcloud.models.KubernetesClusterNode"
|
|
fullName: "com.azure.resourcemanager.networkcloud.models.KubernetesClusterNode"
|
|
name: "KubernetesClusterNode"
|
|
nameWithType: "KubernetesClusterNode"
|
|
summary: "Kubernetes<wbr>Cluster<wbr>Node represents the details of a node in a Kubernetes cluster."
|
|
inheritances:
|
|
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
|
inheritedClassMethods:
|
|
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
|
|
methodsRef:
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--\">clone</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-\">equals</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--\">finalize</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode--\">hashCode</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#toString--\">toString</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
|
|
syntax: "public final class **KubernetesClusterNode**"
|
|
constructors:
|
|
- uid: "com.azure.resourcemanager.networkcloud.models.KubernetesClusterNode.KubernetesClusterNode()"
|
|
fullName: "com.azure.resourcemanager.networkcloud.models.KubernetesClusterNode.KubernetesClusterNode()"
|
|
name: "KubernetesClusterNode()"
|
|
nameWithType: "KubernetesClusterNode.KubernetesClusterNode()"
|
|
summary: "Creates an instance of Kubernetes<wbr>Cluster<wbr>Node class."
|
|
syntax: "public KubernetesClusterNode()"
|
|
desc: "Creates an instance of KubernetesClusterNode class."
|
|
methods:
|
|
- uid: "com.azure.resourcemanager.networkcloud.models.KubernetesClusterNode.agentPoolId()"
|
|
fullName: "com.azure.resourcemanager.networkcloud.models.KubernetesClusterNode.agentPoolId()"
|
|
name: "agentPoolId()"
|
|
nameWithType: "KubernetesClusterNode.agentPoolId()"
|
|
summary: "Get the agent<wbr>Pool<wbr>Id property: The resource ID of the agent pool that this node belongs to."
|
|
syntax: "public String agentPoolId()"
|
|
desc: "Get the agentPoolId property: The resource ID of the agent pool that this node belongs to. This value is not represented on control plane nodes."
|
|
returns:
|
|
description: "the agentPoolId value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.networkcloud.models.KubernetesClusterNode.availabilityZone()"
|
|
fullName: "com.azure.resourcemanager.networkcloud.models.KubernetesClusterNode.availabilityZone()"
|
|
name: "availabilityZone()"
|
|
nameWithType: "KubernetesClusterNode.availabilityZone()"
|
|
summary: "Get the availability<wbr>Zone property: The availability zone this node is running within."
|
|
syntax: "public String availabilityZone()"
|
|
desc: "Get the availabilityZone property: The availability zone this node is running within."
|
|
returns:
|
|
description: "the availabilityZone value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.networkcloud.models.KubernetesClusterNode.bareMetalMachineId()"
|
|
fullName: "com.azure.resourcemanager.networkcloud.models.KubernetesClusterNode.bareMetalMachineId()"
|
|
name: "bareMetalMachineId()"
|
|
nameWithType: "KubernetesClusterNode.bareMetalMachineId()"
|
|
summary: "Get the bare<wbr>Metal<wbr>Machine<wbr>Id property: The resource ID of the bare metal machine that hosts this node."
|
|
syntax: "public String bareMetalMachineId()"
|
|
desc: "Get the bareMetalMachineId property: The resource ID of the bare metal machine that hosts this node."
|
|
returns:
|
|
description: "the bareMetalMachineId value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.networkcloud.models.KubernetesClusterNode.cpuCores()"
|
|
fullName: "com.azure.resourcemanager.networkcloud.models.KubernetesClusterNode.cpuCores()"
|
|
name: "cpuCores()"
|
|
nameWithType: "KubernetesClusterNode.cpuCores()"
|
|
summary: "Get the cpu<wbr>Cores property: The number of CPU cores configured for this node, derived from the VM SKU specified."
|
|
syntax: "public Long cpuCores()"
|
|
desc: "Get the cpuCores property: The number of CPU cores configured for this node, derived from the VM SKU specified."
|
|
returns:
|
|
description: "the cpuCores value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Long.html\">Long</a>"
|
|
- uid: "com.azure.resourcemanager.networkcloud.models.KubernetesClusterNode.detailedStatus()"
|
|
fullName: "com.azure.resourcemanager.networkcloud.models.KubernetesClusterNode.detailedStatus()"
|
|
name: "detailedStatus()"
|
|
nameWithType: "KubernetesClusterNode.detailedStatus()"
|
|
summary: "Get the detailed<wbr>Status property: The detailed state of this node."
|
|
syntax: "public KubernetesClusterNodeDetailedStatus detailedStatus()"
|
|
desc: "Get the detailedStatus property: The detailed state of this node."
|
|
returns:
|
|
description: "the detailedStatus value."
|
|
type: "<xref href=\"com.azure.resourcemanager.networkcloud.models.KubernetesClusterNodeDetailedStatus?alt=com.azure.resourcemanager.networkcloud.models.KubernetesClusterNodeDetailedStatus&text=KubernetesClusterNodeDetailedStatus\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.networkcloud.models.KubernetesClusterNode.detailedStatusMessage()"
|
|
fullName: "com.azure.resourcemanager.networkcloud.models.KubernetesClusterNode.detailedStatusMessage()"
|
|
name: "detailedStatusMessage()"
|
|
nameWithType: "KubernetesClusterNode.detailedStatusMessage()"
|
|
summary: "Get the detailed<wbr>Status<wbr>Message property: The descriptive message about the current detailed status."
|
|
syntax: "public String detailedStatusMessage()"
|
|
desc: "Get the detailedStatusMessage property: The descriptive message about the current detailed status."
|
|
returns:
|
|
description: "the detailedStatusMessage value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.networkcloud.models.KubernetesClusterNode.diskSizeGB()"
|
|
fullName: "com.azure.resourcemanager.networkcloud.models.KubernetesClusterNode.diskSizeGB()"
|
|
name: "diskSizeGB()"
|
|
nameWithType: "KubernetesClusterNode.diskSizeGB()"
|
|
summary: "Get the disk<wbr>SizeGB property: The size of the disk configured for this node."
|
|
syntax: "public Long diskSizeGB()"
|
|
desc: "Get the diskSizeGB property: The size of the disk configured for this node."
|
|
returns:
|
|
description: "the diskSizeGB value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Long.html\">Long</a>"
|
|
- uid: "com.azure.resourcemanager.networkcloud.models.KubernetesClusterNode.image()"
|
|
fullName: "com.azure.resourcemanager.networkcloud.models.KubernetesClusterNode.image()"
|
|
name: "image()"
|
|
nameWithType: "KubernetesClusterNode.image()"
|
|
summary: "Get the image property: The machine image used to deploy this node."
|
|
syntax: "public String image()"
|
|
desc: "Get the image property: The machine image used to deploy this node."
|
|
returns:
|
|
description: "the image value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.networkcloud.models.KubernetesClusterNode.kubernetesVersion()"
|
|
fullName: "com.azure.resourcemanager.networkcloud.models.KubernetesClusterNode.kubernetesVersion()"
|
|
name: "kubernetesVersion()"
|
|
nameWithType: "KubernetesClusterNode.kubernetesVersion()"
|
|
summary: "Get the kubernetes<wbr>Version property: The currently running version of Kubernetes and bundled features running on this node."
|
|
syntax: "public String kubernetesVersion()"
|
|
desc: "Get the kubernetesVersion property: The currently running version of Kubernetes and bundled features running on this node."
|
|
returns:
|
|
description: "the kubernetesVersion value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.networkcloud.models.KubernetesClusterNode.labels()"
|
|
fullName: "com.azure.resourcemanager.networkcloud.models.KubernetesClusterNode.labels()"
|
|
name: "labels()"
|
|
nameWithType: "KubernetesClusterNode.labels()"
|
|
summary: "Get the labels property: The list of labels on this node that have been assigned to the agent pool containing this node."
|
|
syntax: "public List<KubernetesLabel> labels()"
|
|
desc: "Get the labels property: The list of labels on this node that have been assigned to the agent pool containing this node."
|
|
returns:
|
|
description: "the labels value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a><<xref href=\"com.azure.resourcemanager.networkcloud.models.KubernetesLabel?alt=com.azure.resourcemanager.networkcloud.models.KubernetesLabel&text=KubernetesLabel\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.networkcloud.models.KubernetesClusterNode.memorySizeGB()"
|
|
fullName: "com.azure.resourcemanager.networkcloud.models.KubernetesClusterNode.memorySizeGB()"
|
|
name: "memorySizeGB()"
|
|
nameWithType: "KubernetesClusterNode.memorySizeGB()"
|
|
summary: "Get the memory<wbr>SizeGB property: The amount of memory configured for this node, derived from the vm SKU specified."
|
|
syntax: "public Long memorySizeGB()"
|
|
desc: "Get the memorySizeGB property: The amount of memory configured for this node, derived from the vm SKU specified."
|
|
returns:
|
|
description: "the memorySizeGB value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Long.html\">Long</a>"
|
|
- uid: "com.azure.resourcemanager.networkcloud.models.KubernetesClusterNode.mode()"
|
|
fullName: "com.azure.resourcemanager.networkcloud.models.KubernetesClusterNode.mode()"
|
|
name: "mode()"
|
|
nameWithType: "KubernetesClusterNode.mode()"
|
|
summary: "Get the mode property: The mode of the agent pool containing this node."
|
|
syntax: "public AgentPoolMode mode()"
|
|
desc: "Get the mode property: The mode of the agent pool containing this node. Not applicable for control plane nodes."
|
|
returns:
|
|
description: "the mode value."
|
|
type: "<xref href=\"com.azure.resourcemanager.networkcloud.models.AgentPoolMode?alt=com.azure.resourcemanager.networkcloud.models.AgentPoolMode&text=AgentPoolMode\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.networkcloud.models.KubernetesClusterNode.name()"
|
|
fullName: "com.azure.resourcemanager.networkcloud.models.KubernetesClusterNode.name()"
|
|
name: "name()"
|
|
nameWithType: "KubernetesClusterNode.name()"
|
|
summary: "Get the name property: The name of this node, as realized in the Kubernetes cluster."
|
|
syntax: "public String name()"
|
|
desc: "Get the name property: The name of this node, as realized in the Kubernetes cluster."
|
|
returns:
|
|
description: "the name value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.networkcloud.models.KubernetesClusterNode.networkAttachments()"
|
|
fullName: "com.azure.resourcemanager.networkcloud.models.KubernetesClusterNode.networkAttachments()"
|
|
name: "networkAttachments()"
|
|
nameWithType: "KubernetesClusterNode.networkAttachments()"
|
|
summary: "Get the network<wbr>Attachments property: The Network<wbr>Attachments made to this node."
|
|
syntax: "public List<NetworkAttachment> networkAttachments()"
|
|
desc: "Get the networkAttachments property: The NetworkAttachments made to this node."
|
|
returns:
|
|
description: "the networkAttachments value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a><<xref href=\"com.azure.resourcemanager.networkcloud.models.NetworkAttachment?alt=com.azure.resourcemanager.networkcloud.models.NetworkAttachment&text=NetworkAttachment\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.networkcloud.models.KubernetesClusterNode.powerState()"
|
|
fullName: "com.azure.resourcemanager.networkcloud.models.KubernetesClusterNode.powerState()"
|
|
name: "powerState()"
|
|
nameWithType: "KubernetesClusterNode.powerState()"
|
|
summary: "Get the power<wbr>State property: The power state of this node."
|
|
syntax: "public KubernetesNodePowerState powerState()"
|
|
desc: "Get the powerState property: The power state of this node."
|
|
returns:
|
|
description: "the powerState value."
|
|
type: "<xref href=\"com.azure.resourcemanager.networkcloud.models.KubernetesNodePowerState?alt=com.azure.resourcemanager.networkcloud.models.KubernetesNodePowerState&text=KubernetesNodePowerState\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.networkcloud.models.KubernetesClusterNode.role()"
|
|
fullName: "com.azure.resourcemanager.networkcloud.models.KubernetesClusterNode.role()"
|
|
name: "role()"
|
|
nameWithType: "KubernetesClusterNode.role()"
|
|
summary: "Get the role property: The role of this node in the cluster."
|
|
syntax: "public KubernetesNodeRole role()"
|
|
desc: "Get the role property: The role of this node in the cluster."
|
|
returns:
|
|
description: "the role value."
|
|
type: "<xref href=\"com.azure.resourcemanager.networkcloud.models.KubernetesNodeRole?alt=com.azure.resourcemanager.networkcloud.models.KubernetesNodeRole&text=KubernetesNodeRole\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.networkcloud.models.KubernetesClusterNode.taints()"
|
|
fullName: "com.azure.resourcemanager.networkcloud.models.KubernetesClusterNode.taints()"
|
|
name: "taints()"
|
|
nameWithType: "KubernetesClusterNode.taints()"
|
|
summary: "Get the taints property: The list of taints that have been assigned to the agent pool containing this node."
|
|
syntax: "public List<KubernetesLabel> taints()"
|
|
desc: "Get the taints property: The list of taints that have been assigned to the agent pool containing this node."
|
|
returns:
|
|
description: "the taints value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a><<xref href=\"com.azure.resourcemanager.networkcloud.models.KubernetesLabel?alt=com.azure.resourcemanager.networkcloud.models.KubernetesLabel&text=KubernetesLabel\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.networkcloud.models.KubernetesClusterNode.validate()"
|
|
fullName: "com.azure.resourcemanager.networkcloud.models.KubernetesClusterNode.validate()"
|
|
name: "validate()"
|
|
nameWithType: "KubernetesClusterNode.validate()"
|
|
summary: "Validates the instance."
|
|
syntax: "public void validate()"
|
|
desc: "Validates the instance."
|
|
- uid: "com.azure.resourcemanager.networkcloud.models.KubernetesClusterNode.vmSkuName()"
|
|
fullName: "com.azure.resourcemanager.networkcloud.models.KubernetesClusterNode.vmSkuName()"
|
|
name: "vmSkuName()"
|
|
nameWithType: "KubernetesClusterNode.vmSkuName()"
|
|
summary: "Get the vm<wbr>Sku<wbr>Name property: The VM SKU name that was used to create this cluster node."
|
|
syntax: "public String vmSkuName()"
|
|
desc: "Get the vmSkuName property: The VM SKU name that was used to create this cluster node."
|
|
returns:
|
|
description: "the vmSkuName value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
type: "class"
|
|
desc: "KubernetesClusterNode represents the details of a node in a Kubernetes cluster."
|
|
metadata: {}
|
|
package: "com.azure.resourcemanager.networkcloud.models"
|
|
artifact: com.azure.resourcemanager:azure-resourcemanager-networkcloud:1.0.0
|