Rack Interface

public interface Rack

An immutable client-side representation of Rack.

Method Summary

Modifier and Type Method and Description
abstract String availabilityZone()

Gets the availabilityZone property: The value that will be used for machines in this rack to represent the availability zones that can be referenced by Hybrid AKS Clusters for node arrangement.

abstract String clusterId()

Gets the clusterId property: The resource ID of the cluster the rack is created for.

abstract RackDetailedStatus detailedStatus()

Gets the detailedStatus property: The more detailed status of the rack.

abstract String detailedStatusMessage()

Gets the detailedStatusMessage property: The descriptive message about the current detailed status.

abstract String etag()

Gets the etag property: Resource ETag.

abstract ExtendedLocation extendedLocation()

Gets the extendedLocation property: The extended location of the cluster associated with the resource.

abstract String id()

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

abstract RackInner innerModel()

Gets the inner com.azure.resourcemanager.networkcloud.fluent.models.RackInner object.

abstract String location()

Gets the location property: The geo-location where the resource lives.

abstract String name()

Gets the name property: The name of the resource.

abstract RackProvisioningState provisioningState()

Gets the provisioningState property: The provisioning state of the rack resource.

abstract String rackLocation()

Gets the rackLocation property: The free-form description of the rack location.

abstract String rackSerialNumber()

Gets the rackSerialNumber property: The unique identifier for the rack within Network Cloud cluster.

abstract String rackSkuId()

Gets the rackSkuId property: The SKU for the rack.

abstract Rack refresh()

Refreshes the resource to sync with Azure.

abstract Rack refresh(Context context)

Refreshes the resource to sync with Azure.

abstract Region region()

Gets the region of the resource.

abstract String regionName()

Gets the name of the resource region.

abstract String resourceGroupName()

Gets the name of the resource group.

abstract SystemData systemData()

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

abstract Map<String,String> tags()

Gets the tags property: Resource tags.

abstract String type()

Gets the type property: The type of the resource.

abstract Update update()

Begins update for the Rack resource.

Method Details

availabilityZone

public abstract String availabilityZone()

Gets the availabilityZone property: The value that will be used for machines in this rack to represent the availability zones that can be referenced by Hybrid AKS Clusters for node arrangement.

Returns:

the availabilityZone value.

clusterId

public abstract String clusterId()

Gets the clusterId property: The resource ID of the cluster the rack is created for. This value is set when the rack is created by the cluster.

Returns:

the clusterId value.

detailedStatus

public abstract RackDetailedStatus detailedStatus()

Gets the detailedStatus property: The more detailed status of the rack.

Returns:

the detailedStatus value.

detailedStatusMessage

public abstract String detailedStatusMessage()

Gets the detailedStatusMessage property: The descriptive message about the current detailed status.

Returns:

the detailedStatusMessage value.

etag

public abstract String etag()

Gets the etag property: Resource ETag.

Returns:

the etag value.

extendedLocation

public abstract ExtendedLocation extendedLocation()

Gets the extendedLocation property: The extended location of the cluster associated with the resource.

Returns:

the extendedLocation value.

id

public abstract String id()

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

Returns:

the id value.

innerModel

public abstract RackInner innerModel()

Gets the inner com.azure.resourcemanager.networkcloud.fluent.models.RackInner object.

Returns:

the inner object.

location

public abstract String location()

Gets the location property: The geo-location where the resource lives.

Returns:

the location value.

name

public abstract String name()

Gets the name property: The name of the resource.

Returns:

the name value.

provisioningState

public abstract RackProvisioningState provisioningState()

Gets the provisioningState property: The provisioning state of the rack resource.

Returns:

the provisioningState value.

rackLocation

public abstract String rackLocation()

Gets the rackLocation property: The free-form description of the rack location. (e.g. “DTN Datacenter, Floor 3, Isle 9, Rack 2B”).

Returns:

the rackLocation value.

rackSerialNumber

public abstract String rackSerialNumber()

Gets the rackSerialNumber property: The unique identifier for the rack within Network Cloud cluster. An alternate unique alphanumeric value other than a serial number may be provided if desired.

Returns:

the rackSerialNumber value.

rackSkuId

public abstract String rackSkuId()

Gets the rackSkuId property: The SKU for the rack.

Returns:

the rackSkuId value.

refresh

public abstract Rack refresh()

Refreshes the resource to sync with Azure.

Returns:

the refreshed resource.

refresh

public abstract Rack refresh(Context context)

Refreshes the resource to sync with Azure.

Parameters:

context - The context to associate with this operation.

Returns:

the refreshed resource.

region

public abstract Region region()

Gets the region of the resource.

Returns:

the region of the resource.

regionName

public abstract String regionName()

Gets the name of the resource region.

Returns:

the name of the resource region.

resourceGroupName

public abstract String resourceGroupName()

Gets the name of the resource group.

Returns:

the name of the resource group.

systemData

public abstract SystemData systemData()

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

Returns:

the systemData value.

tags

public abstract Map<String,String> tags()

Gets the tags property: Resource tags.

Returns:

the tags value.

type

public abstract String type()

Gets the type property: The type of the resource.

Returns:

the type value.

update

public abstract Rack.Update update()

Begins update for the Rack resource.

Returns:

the stage of resource update.

Applies to