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

170 строки
10 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.networkcloud.models.RackSku"
fullName: "com.azure.resourcemanager.networkcloud.models.RackSku"
name: "RackSku"
nameWithType: "RackSku"
summary: "An immutable client-side representation of Rack<wbr>Sku."
syntax: "public interface **RackSku**"
methods:
- uid: "com.azure.resourcemanager.networkcloud.models.RackSku.computeMachines()"
fullName: "com.azure.resourcemanager.networkcloud.models.RackSku.computeMachines()"
name: "computeMachines()"
nameWithType: "RackSku.computeMachines()"
summary: "Gets the compute<wbr>Machines property: The list of machine SKUs and associated rack slot for the compute-dedicated machines in this rack model."
modifiers:
- "abstract"
syntax: "public abstract List<MachineSkuSlot> computeMachines()"
desc: "Gets the computeMachines property: The list of machine SKUs and associated rack slot for the compute-dedicated machines in this rack model."
returns:
description: "the computeMachines value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<xref href=\"com.azure.resourcemanager.networkcloud.models.MachineSkuSlot?alt=com.azure.resourcemanager.networkcloud.models.MachineSkuSlot&text=MachineSkuSlot\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.networkcloud.models.RackSku.controllerMachines()"
fullName: "com.azure.resourcemanager.networkcloud.models.RackSku.controllerMachines()"
name: "controllerMachines()"
nameWithType: "RackSku.controllerMachines()"
summary: "Gets the controller<wbr>Machines property: The list of machine SKUs and associated rack slot for the control-plane dedicated machines in this rack model."
modifiers:
- "abstract"
syntax: "public abstract List<MachineSkuSlot> controllerMachines()"
desc: "Gets the controllerMachines property: The list of machine SKUs and associated rack slot for the control-plane dedicated machines in this rack model."
returns:
description: "the controllerMachines value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<xref href=\"com.azure.resourcemanager.networkcloud.models.MachineSkuSlot?alt=com.azure.resourcemanager.networkcloud.models.MachineSkuSlot&text=MachineSkuSlot\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.networkcloud.models.RackSku.description()"
fullName: "com.azure.resourcemanager.networkcloud.models.RackSku.description()"
name: "description()"
nameWithType: "RackSku.description()"
summary: "Gets the description property: The free-form text describing the rack."
modifiers:
- "abstract"
syntax: "public abstract String description()"
desc: "Gets the description property: The free-form text describing the rack."
returns:
description: "the description value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.networkcloud.models.RackSku.id()"
fullName: "com.azure.resourcemanager.networkcloud.models.RackSku.id()"
name: "id()"
nameWithType: "RackSku.id()"
summary: "Gets the id property: Fully qualified resource Id for the resource."
modifiers:
- "abstract"
syntax: "public abstract String id()"
desc: "Gets the id property: Fully qualified resource Id for the resource."
returns:
description: "the id value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.networkcloud.models.RackSku.innerModel()"
fullName: "com.azure.resourcemanager.networkcloud.models.RackSku.innerModel()"
name: "innerModel()"
nameWithType: "RackSku.innerModel()"
summary: "Gets the inner com.<wbr>azure.<wbr>resourcemanager.<wbr>networkcloud.<wbr>fluent.<wbr>models.<wbr>Rack<wbr>Sku<wbr>Inner object."
modifiers:
- "abstract"
syntax: "public abstract RackSkuInner innerModel()"
desc: "Gets the inner com.azure.resourcemanager.networkcloud.fluent.models.RackSkuInner object."
returns:
description: "the inner object."
type: "<xref href=\"com.azure.resourcemanager.networkcloud.fluent.models.RackSkuInner?alt=com.azure.resourcemanager.networkcloud.fluent.models.RackSkuInner&text=RackSkuInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.networkcloud.models.RackSku.maxClusterSlots()"
fullName: "com.azure.resourcemanager.networkcloud.models.RackSku.maxClusterSlots()"
name: "maxClusterSlots()"
nameWithType: "RackSku.maxClusterSlots()"
summary: "Gets the max<wbr>Cluster<wbr>Slots property: The maximum number of compute racks supported by an aggregator rack."
modifiers:
- "abstract"
syntax: "public abstract Long maxClusterSlots()"
desc: "Gets the maxClusterSlots property: The maximum number of compute racks supported by an aggregator rack. 0 if this is a compute rack or a rack for a single rack cluster(rackType=\"Single\")."
returns:
description: "the maxClusterSlots value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Long.html\">Long</a>"
- uid: "com.azure.resourcemanager.networkcloud.models.RackSku.name()"
fullName: "com.azure.resourcemanager.networkcloud.models.RackSku.name()"
name: "name()"
nameWithType: "RackSku.name()"
summary: "Gets the name property: The name of the resource."
modifiers:
- "abstract"
syntax: "public abstract String name()"
desc: "Gets the name property: The name of the resource."
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.RackSku.provisioningState()"
fullName: "com.azure.resourcemanager.networkcloud.models.RackSku.provisioningState()"
name: "provisioningState()"
nameWithType: "RackSku.provisioningState()"
summary: "Gets the provisioning<wbr>State property: The provisioning state of the rack SKU resource."
modifiers:
- "abstract"
syntax: "public abstract RackSkuProvisioningState provisioningState()"
desc: "Gets the provisioningState property: The provisioning state of the rack SKU resource."
returns:
description: "the provisioningState value."
type: "<xref href=\"com.azure.resourcemanager.networkcloud.models.RackSkuProvisioningState?alt=com.azure.resourcemanager.networkcloud.models.RackSkuProvisioningState&text=RackSkuProvisioningState\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.networkcloud.models.RackSku.rackType()"
fullName: "com.azure.resourcemanager.networkcloud.models.RackSku.rackType()"
name: "rackType()"
nameWithType: "RackSku.rackType()"
summary: "Gets the rack<wbr>Type property: The type of the rack."
modifiers:
- "abstract"
syntax: "public abstract RackSkuType rackType()"
desc: "Gets the rackType property: The type of the rack."
returns:
description: "the rackType value."
type: "<xref href=\"com.azure.resourcemanager.networkcloud.models.RackSkuType?alt=com.azure.resourcemanager.networkcloud.models.RackSkuType&text=RackSkuType\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.networkcloud.models.RackSku.storageAppliances()"
fullName: "com.azure.resourcemanager.networkcloud.models.RackSku.storageAppliances()"
name: "storageAppliances()"
nameWithType: "RackSku.storageAppliances()"
summary: "Gets the storage<wbr>Appliances property: The list of appliance SKUs and associated rack slot for the storage appliance(s) in this rack model."
modifiers:
- "abstract"
syntax: "public abstract List<StorageApplianceSkuSlot> storageAppliances()"
desc: "Gets the storageAppliances property: The list of appliance SKUs and associated rack slot for the storage appliance(s) in this rack model."
returns:
description: "the storageAppliances value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<xref href=\"com.azure.resourcemanager.networkcloud.models.StorageApplianceSkuSlot?alt=com.azure.resourcemanager.networkcloud.models.StorageApplianceSkuSlot&text=StorageApplianceSkuSlot\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.networkcloud.models.RackSku.supportedRackSkuIds()"
fullName: "com.azure.resourcemanager.networkcloud.models.RackSku.supportedRackSkuIds()"
name: "supportedRackSkuIds()"
nameWithType: "RackSku.supportedRackSkuIds()"
summary: "Gets the supported<wbr>Rack<wbr>Sku<wbr>Ids property: The list of supported SKUs if the rack is an aggregator."
modifiers:
- "abstract"
syntax: "public abstract List<String> supportedRackSkuIds()"
desc: "Gets the supportedRackSkuIds property: The list of supported SKUs if the rack is an aggregator."
returns:
description: "the supportedRackSkuIds value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>&gt;"
- uid: "com.azure.resourcemanager.networkcloud.models.RackSku.systemData()"
fullName: "com.azure.resourcemanager.networkcloud.models.RackSku.systemData()"
name: "systemData()"
nameWithType: "RackSku.systemData()"
summary: "Gets the system<wbr>Data property: Azure Resource Manager metadata containing created<wbr>By and modified<wbr>By information."
modifiers:
- "abstract"
syntax: "public abstract SystemData systemData()"
desc: "Gets the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information."
returns:
description: "the systemData value."
type: "<xref href=\"com.azure.core.management.SystemData?alt=com.azure.core.management.SystemData&text=SystemData\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.networkcloud.models.RackSku.type()"
fullName: "com.azure.resourcemanager.networkcloud.models.RackSku.type()"
name: "type()"
nameWithType: "RackSku.type()"
summary: "Gets the type property: The type of the resource."
modifiers:
- "abstract"
syntax: "public abstract String type()"
desc: "Gets the type property: The type of the resource."
returns:
description: "the type value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
type: "interface"
desc: "An immutable client-side representation of RackSku."
metadata: {}
package: "com.azure.resourcemanager.networkcloud.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-networkcloud:1.0.0