RackSkuInner Class

public final class RackSkuInner
extends ProxyResource

RackSku represents the SKU information of the rack.

Method Summary

Modifier and Type Method and Description
List<MachineSkuSlot> computeMachines()

Get the computeMachines property: The list of machine SKUs and associated rack slot for the compute-dedicated machines in this rack model.

List<MachineSkuSlot> controllerMachines()

Get the controllerMachines property: The list of machine SKUs and associated rack slot for the control-plane dedicated machines in this rack model.

DeploymentType deploymentType()

Get the deploymentType property: The deployment type supported by the rack SKU.

String description()

Get the description property: The free-form text describing the rack.

static RackSkuInner fromJson(JsonReader jsonReader)

Reads an instance of RackSkuInner from the JsonReader.

String id()

Get the id property: Fully qualified resource Id for the resource.

Long maxClusterSlots()

Get the maxClusterSlots property: The maximum number of compute racks supported by an aggregator rack.

String name()

Get the name property: The name of the resource.

RackSkuProvisioningState provisioningState()

Get the provisioningState property: The provisioning state of the rack SKU resource.

RackSkuType rackType()

Get the rackType property: The type of the rack.

List<StorageApplianceSkuSlot> storageAppliances()

Get the storageAppliances property: The list of appliance SKUs and associated rack slot for the storage appliance(s) in this rack model.

List<String> supportedRackSkuIds()

Get the supportedRackSkuIds property: The list of supported SKUs if the rack is an aggregator.

SystemData systemData()

Get the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.

JsonWriter toJson(JsonWriter jsonWriter)
String type()

Get the type property: The type of the resource.

Methods inherited from ProxyResource

Methods inherited from java.lang.Object

Method Details

computeMachines

public List<MachineSkuSlot> computeMachines()

Get the computeMachines property: The list of machine SKUs and associated rack slot for the compute-dedicated machines in this rack model.

Returns:

the computeMachines value.

controllerMachines

public List<MachineSkuSlot> controllerMachines()

Get the controllerMachines property: The list of machine SKUs and associated rack slot for the control-plane dedicated machines in this rack model.

Returns:

the controllerMachines value.

deploymentType

public DeploymentType deploymentType()

Get the deploymentType property: The deployment type supported by the rack SKU.

Returns:

the deploymentType value.

description

public String description()

Get the description property: The free-form text describing the rack.

Returns:

the description value.

fromJson

public static RackSkuInner fromJson(JsonReader jsonReader)

Reads an instance of RackSkuInner from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of RackSkuInner if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.

Throws:

IOException

- If the deserialized JSON object was missing any required properties.

id

public String id()

Get the id property: Fully qualified resource Id for the resource.

Overrides:

RackSkuInner.id()

Returns:

the id value.

maxClusterSlots

public Long maxClusterSlots()

Get 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:

the maxClusterSlots value.

name

public String name()

Get the name property: The name of the resource.

Overrides:

RackSkuInner.name()

Returns:

the name value.

provisioningState

public RackSkuProvisioningState provisioningState()

Get the provisioningState property: The provisioning state of the rack SKU resource.

Returns:

the provisioningState value.

rackType

public RackSkuType rackType()

Get the rackType property: The type of the rack.

Returns:

the rackType value.

storageAppliances

public List<StorageApplianceSkuSlot> storageAppliances()

Get the storageAppliances property: The list of appliance SKUs and associated rack slot for the storage appliance(s) in this rack model.

Returns:

the storageAppliances value.

supportedRackSkuIds

public List<String> supportedRackSkuIds()

Get the supportedRackSkuIds property: The list of supported SKUs if the rack is an aggregator.

Returns:

the supportedRackSkuIds value.

systemData

public SystemData systemData()

Get the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.

Returns:

the systemData value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Overrides:

RackSkuInner.toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

type

public String type()

Get the type property: The type of the resource.

Overrides:

RackSkuInner.type()

Returns:

the type value.

Applies to