azure-docs-sdk-java/docs-ref-autogen/com.azure.resourcemanager.n...

237 строки
18 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.networkcloud.models.ClusterCapacity"
fullName: "com.azure.resourcemanager.networkcloud.models.ClusterCapacity"
name: "ClusterCapacity"
nameWithType: "ClusterCapacity"
summary: "Cluster<wbr>Capacity represents various details regarding compute capacity."
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 **ClusterCapacity**"
constructors:
- uid: "com.azure.resourcemanager.networkcloud.models.ClusterCapacity.ClusterCapacity()"
fullName: "com.azure.resourcemanager.networkcloud.models.ClusterCapacity.ClusterCapacity()"
name: "ClusterCapacity()"
nameWithType: "ClusterCapacity.ClusterCapacity()"
summary: "Creates an instance of Cluster<wbr>Capacity class."
syntax: "public ClusterCapacity()"
desc: "Creates an instance of ClusterCapacity class."
methods:
- uid: "com.azure.resourcemanager.networkcloud.models.ClusterCapacity.availableApplianceStorageGB()"
fullName: "com.azure.resourcemanager.networkcloud.models.ClusterCapacity.availableApplianceStorageGB()"
name: "availableApplianceStorageGB()"
nameWithType: "ClusterCapacity.availableApplianceStorageGB()"
summary: "Get the available<wbr>Appliance<wbr>StorageGB property: The remaining appliance-based storage in GB available for workload use."
syntax: "public Long availableApplianceStorageGB()"
desc: "Get the availableApplianceStorageGB property: The remaining appliance-based storage in GB available for workload use."
returns:
description: "the availableApplianceStorageGB value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Long.html\">Long</a>"
- uid: "com.azure.resourcemanager.networkcloud.models.ClusterCapacity.availableCoreCount()"
fullName: "com.azure.resourcemanager.networkcloud.models.ClusterCapacity.availableCoreCount()"
name: "availableCoreCount()"
nameWithType: "ClusterCapacity.availableCoreCount()"
summary: "Get the available<wbr>Core<wbr>Count property: The remaining number of cores that are available in this cluster for workload use."
syntax: "public Long availableCoreCount()"
desc: "Get the availableCoreCount property: The remaining number of cores that are available in this cluster for workload use."
returns:
description: "the availableCoreCount value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Long.html\">Long</a>"
- uid: "com.azure.resourcemanager.networkcloud.models.ClusterCapacity.availableHostStorageGB()"
fullName: "com.azure.resourcemanager.networkcloud.models.ClusterCapacity.availableHostStorageGB()"
name: "availableHostStorageGB()"
nameWithType: "ClusterCapacity.availableHostStorageGB()"
summary: "Get the available<wbr>Host<wbr>StorageGB property: The remaining machine or host-based storage in GB available for workload use."
syntax: "public Long availableHostStorageGB()"
desc: "Get the availableHostStorageGB property: The remaining machine or host-based storage in GB available for workload use."
returns:
description: "the availableHostStorageGB value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Long.html\">Long</a>"
- uid: "com.azure.resourcemanager.networkcloud.models.ClusterCapacity.availableMemoryGB()"
fullName: "com.azure.resourcemanager.networkcloud.models.ClusterCapacity.availableMemoryGB()"
name: "availableMemoryGB()"
nameWithType: "ClusterCapacity.availableMemoryGB()"
summary: "Get the available<wbr>MemoryGB property: The remaining memory in GB that are available in this cluster for workload use."
syntax: "public Long availableMemoryGB()"
desc: "Get the availableMemoryGB property: The remaining memory in GB that are available in this cluster for workload use."
returns:
description: "the availableMemoryGB value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Long.html\">Long</a>"
- uid: "com.azure.resourcemanager.networkcloud.models.ClusterCapacity.totalApplianceStorageGB()"
fullName: "com.azure.resourcemanager.networkcloud.models.ClusterCapacity.totalApplianceStorageGB()"
name: "totalApplianceStorageGB()"
nameWithType: "ClusterCapacity.totalApplianceStorageGB()"
summary: "Get the total<wbr>Appliance<wbr>StorageGB property: The total appliance-based storage in GB supported by this cluster for workload use."
syntax: "public Long totalApplianceStorageGB()"
desc: "Get the totalApplianceStorageGB property: The total appliance-based storage in GB supported by this cluster for workload use."
returns:
description: "the totalApplianceStorageGB value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Long.html\">Long</a>"
- uid: "com.azure.resourcemanager.networkcloud.models.ClusterCapacity.totalCoreCount()"
fullName: "com.azure.resourcemanager.networkcloud.models.ClusterCapacity.totalCoreCount()"
name: "totalCoreCount()"
nameWithType: "ClusterCapacity.totalCoreCount()"
summary: "Get the total<wbr>Core<wbr>Count property: The total number of cores that are supported by this cluster for workload use."
syntax: "public Long totalCoreCount()"
desc: "Get the totalCoreCount property: The total number of cores that are supported by this cluster for workload use."
returns:
description: "the totalCoreCount value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Long.html\">Long</a>"
- uid: "com.azure.resourcemanager.networkcloud.models.ClusterCapacity.totalHostStorageGB()"
fullName: "com.azure.resourcemanager.networkcloud.models.ClusterCapacity.totalHostStorageGB()"
name: "totalHostStorageGB()"
nameWithType: "ClusterCapacity.totalHostStorageGB()"
summary: "Get the total<wbr>Host<wbr>StorageGB property: The total machine or host-based storage in GB supported by this cluster for workload use."
syntax: "public Long totalHostStorageGB()"
desc: "Get the totalHostStorageGB property: The total machine or host-based storage in GB supported by this cluster for workload use."
returns:
description: "the totalHostStorageGB value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Long.html\">Long</a>"
- uid: "com.azure.resourcemanager.networkcloud.models.ClusterCapacity.totalMemoryGB()"
fullName: "com.azure.resourcemanager.networkcloud.models.ClusterCapacity.totalMemoryGB()"
name: "totalMemoryGB()"
nameWithType: "ClusterCapacity.totalMemoryGB()"
summary: "Get the total<wbr>MemoryGB property: The total memory supported by this cluster for workload use."
syntax: "public Long totalMemoryGB()"
desc: "Get the totalMemoryGB property: The total memory supported by this cluster for workload use."
returns:
description: "the totalMemoryGB value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Long.html\">Long</a>"
- uid: "com.azure.resourcemanager.networkcloud.models.ClusterCapacity.validate()"
fullName: "com.azure.resourcemanager.networkcloud.models.ClusterCapacity.validate()"
name: "validate()"
nameWithType: "ClusterCapacity.validate()"
summary: "Validates the instance."
syntax: "public void validate()"
desc: "Validates the instance."
- uid: "com.azure.resourcemanager.networkcloud.models.ClusterCapacity.withAvailableApplianceStorageGB(java.lang.Long)"
fullName: "com.azure.resourcemanager.networkcloud.models.ClusterCapacity.withAvailableApplianceStorageGB(Long availableApplianceStorageGB)"
name: "withAvailableApplianceStorageGB(Long availableApplianceStorageGB)"
nameWithType: "ClusterCapacity.withAvailableApplianceStorageGB(Long availableApplianceStorageGB)"
summary: "Set the available<wbr>Appliance<wbr>StorageGB property: The remaining appliance-based storage in GB available for workload use."
parameters:
- description: "the availableApplianceStorageGB value to set."
name: "availableApplianceStorageGB"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Long.html\">Long</a>"
syntax: "public ClusterCapacity withAvailableApplianceStorageGB(Long availableApplianceStorageGB)"
desc: "Set the availableApplianceStorageGB property: The remaining appliance-based storage in GB available for workload use."
returns:
description: "the ClusterCapacity object itself."
type: "<xref href=\"com.azure.resourcemanager.networkcloud.models.ClusterCapacity?alt=com.azure.resourcemanager.networkcloud.models.ClusterCapacity&text=ClusterCapacity\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.networkcloud.models.ClusterCapacity.withAvailableCoreCount(java.lang.Long)"
fullName: "com.azure.resourcemanager.networkcloud.models.ClusterCapacity.withAvailableCoreCount(Long availableCoreCount)"
name: "withAvailableCoreCount(Long availableCoreCount)"
nameWithType: "ClusterCapacity.withAvailableCoreCount(Long availableCoreCount)"
summary: "Set the available<wbr>Core<wbr>Count property: The remaining number of cores that are available in this cluster for workload use."
parameters:
- description: "the availableCoreCount value to set."
name: "availableCoreCount"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Long.html\">Long</a>"
syntax: "public ClusterCapacity withAvailableCoreCount(Long availableCoreCount)"
desc: "Set the availableCoreCount property: The remaining number of cores that are available in this cluster for workload use."
returns:
description: "the ClusterCapacity object itself."
type: "<xref href=\"com.azure.resourcemanager.networkcloud.models.ClusterCapacity?alt=com.azure.resourcemanager.networkcloud.models.ClusterCapacity&text=ClusterCapacity\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.networkcloud.models.ClusterCapacity.withAvailableHostStorageGB(java.lang.Long)"
fullName: "com.azure.resourcemanager.networkcloud.models.ClusterCapacity.withAvailableHostStorageGB(Long availableHostStorageGB)"
name: "withAvailableHostStorageGB(Long availableHostStorageGB)"
nameWithType: "ClusterCapacity.withAvailableHostStorageGB(Long availableHostStorageGB)"
summary: "Set the available<wbr>Host<wbr>StorageGB property: The remaining machine or host-based storage in GB available for workload use."
parameters:
- description: "the availableHostStorageGB value to set."
name: "availableHostStorageGB"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Long.html\">Long</a>"
syntax: "public ClusterCapacity withAvailableHostStorageGB(Long availableHostStorageGB)"
desc: "Set the availableHostStorageGB property: The remaining machine or host-based storage in GB available for workload use."
returns:
description: "the ClusterCapacity object itself."
type: "<xref href=\"com.azure.resourcemanager.networkcloud.models.ClusterCapacity?alt=com.azure.resourcemanager.networkcloud.models.ClusterCapacity&text=ClusterCapacity\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.networkcloud.models.ClusterCapacity.withAvailableMemoryGB(java.lang.Long)"
fullName: "com.azure.resourcemanager.networkcloud.models.ClusterCapacity.withAvailableMemoryGB(Long availableMemoryGB)"
name: "withAvailableMemoryGB(Long availableMemoryGB)"
nameWithType: "ClusterCapacity.withAvailableMemoryGB(Long availableMemoryGB)"
summary: "Set the available<wbr>MemoryGB property: The remaining memory in GB that are available in this cluster for workload use."
parameters:
- description: "the availableMemoryGB value to set."
name: "availableMemoryGB"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Long.html\">Long</a>"
syntax: "public ClusterCapacity withAvailableMemoryGB(Long availableMemoryGB)"
desc: "Set the availableMemoryGB property: The remaining memory in GB that are available in this cluster for workload use."
returns:
description: "the ClusterCapacity object itself."
type: "<xref href=\"com.azure.resourcemanager.networkcloud.models.ClusterCapacity?alt=com.azure.resourcemanager.networkcloud.models.ClusterCapacity&text=ClusterCapacity\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.networkcloud.models.ClusterCapacity.withTotalApplianceStorageGB(java.lang.Long)"
fullName: "com.azure.resourcemanager.networkcloud.models.ClusterCapacity.withTotalApplianceStorageGB(Long totalApplianceStorageGB)"
name: "withTotalApplianceStorageGB(Long totalApplianceStorageGB)"
nameWithType: "ClusterCapacity.withTotalApplianceStorageGB(Long totalApplianceStorageGB)"
summary: "Set the total<wbr>Appliance<wbr>StorageGB property: The total appliance-based storage in GB supported by this cluster for workload use."
parameters:
- description: "the totalApplianceStorageGB value to set."
name: "totalApplianceStorageGB"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Long.html\">Long</a>"
syntax: "public ClusterCapacity withTotalApplianceStorageGB(Long totalApplianceStorageGB)"
desc: "Set the totalApplianceStorageGB property: The total appliance-based storage in GB supported by this cluster for workload use."
returns:
description: "the ClusterCapacity object itself."
type: "<xref href=\"com.azure.resourcemanager.networkcloud.models.ClusterCapacity?alt=com.azure.resourcemanager.networkcloud.models.ClusterCapacity&text=ClusterCapacity\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.networkcloud.models.ClusterCapacity.withTotalCoreCount(java.lang.Long)"
fullName: "com.azure.resourcemanager.networkcloud.models.ClusterCapacity.withTotalCoreCount(Long totalCoreCount)"
name: "withTotalCoreCount(Long totalCoreCount)"
nameWithType: "ClusterCapacity.withTotalCoreCount(Long totalCoreCount)"
summary: "Set the total<wbr>Core<wbr>Count property: The total number of cores that are supported by this cluster for workload use."
parameters:
- description: "the totalCoreCount value to set."
name: "totalCoreCount"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Long.html\">Long</a>"
syntax: "public ClusterCapacity withTotalCoreCount(Long totalCoreCount)"
desc: "Set the totalCoreCount property: The total number of cores that are supported by this cluster for workload use."
returns:
description: "the ClusterCapacity object itself."
type: "<xref href=\"com.azure.resourcemanager.networkcloud.models.ClusterCapacity?alt=com.azure.resourcemanager.networkcloud.models.ClusterCapacity&text=ClusterCapacity\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.networkcloud.models.ClusterCapacity.withTotalHostStorageGB(java.lang.Long)"
fullName: "com.azure.resourcemanager.networkcloud.models.ClusterCapacity.withTotalHostStorageGB(Long totalHostStorageGB)"
name: "withTotalHostStorageGB(Long totalHostStorageGB)"
nameWithType: "ClusterCapacity.withTotalHostStorageGB(Long totalHostStorageGB)"
summary: "Set the total<wbr>Host<wbr>StorageGB property: The total machine or host-based storage in GB supported by this cluster for workload use."
parameters:
- description: "the totalHostStorageGB value to set."
name: "totalHostStorageGB"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Long.html\">Long</a>"
syntax: "public ClusterCapacity withTotalHostStorageGB(Long totalHostStorageGB)"
desc: "Set the totalHostStorageGB property: The total machine or host-based storage in GB supported by this cluster for workload use."
returns:
description: "the ClusterCapacity object itself."
type: "<xref href=\"com.azure.resourcemanager.networkcloud.models.ClusterCapacity?alt=com.azure.resourcemanager.networkcloud.models.ClusterCapacity&text=ClusterCapacity\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.networkcloud.models.ClusterCapacity.withTotalMemoryGB(java.lang.Long)"
fullName: "com.azure.resourcemanager.networkcloud.models.ClusterCapacity.withTotalMemoryGB(Long totalMemoryGB)"
name: "withTotalMemoryGB(Long totalMemoryGB)"
nameWithType: "ClusterCapacity.withTotalMemoryGB(Long totalMemoryGB)"
summary: "Set the total<wbr>MemoryGB property: The total memory supported by this cluster for workload use."
parameters:
- description: "the totalMemoryGB value to set."
name: "totalMemoryGB"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Long.html\">Long</a>"
syntax: "public ClusterCapacity withTotalMemoryGB(Long totalMemoryGB)"
desc: "Set the totalMemoryGB property: The total memory supported by this cluster for workload use."
returns:
description: "the ClusterCapacity object itself."
type: "<xref href=\"com.azure.resourcemanager.networkcloud.models.ClusterCapacity?alt=com.azure.resourcemanager.networkcloud.models.ClusterCapacity&text=ClusterCapacity\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "ClusterCapacity represents various details regarding compute capacity."
metadata: {}
package: "com.azure.resourcemanager.networkcloud.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-networkcloud:1.0.0