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 availability |
| abstract String |
clusterId()
Gets the cluster |
|
abstract
Rack |
detailedStatus()
Gets the detailed |
| abstract String |
detailedStatusMessage()
Gets the detailed |
| abstract String |
etag()
Gets the etag property: Resource ETag. |
|
abstract
Extended |
extendedLocation()
Gets the extended |
| abstract String |
id()
Gets the id property: Fully qualified resource Id for the resource. |
|
abstract
Rack |
innerModel()
Gets the inner com. |
| 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
Rack |
provisioningState()
Gets the provisioning |
| abstract String |
rackLocation()
Gets the rack |
| abstract String |
rackSerialNumber()
Gets the rack |
| abstract String |
rackSkuId()
Gets 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
System |
systemData()
Gets the system |
| 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:
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:
detailedStatus
public abstract RackDetailedStatus detailedStatus()
Gets the detailedStatus property: The more detailed status of the rack.
Returns:
detailedStatusMessage
public abstract String detailedStatusMessage()
Gets the detailedStatusMessage property: The descriptive message about the current detailed status.
Returns:
etag
public abstract String etag()
Gets the etag property: Resource ETag.
Returns:
extendedLocation
public abstract ExtendedLocation extendedLocation()
Gets the extendedLocation property: The extended location of the cluster associated with the resource.
Returns:
id
public abstract String id()
Gets the id property: Fully qualified resource Id for the resource.
Returns:
innerModel
public abstract RackInner innerModel()
Gets the inner com.azure.resourcemanager.networkcloud.fluent.models.RackInner object.
Returns:
location
public abstract String location()
Gets the location property: The geo-location where the resource lives.
Returns:
name
public abstract String name()
Gets the name property: The name of the resource.
Returns:
provisioningState
public abstract RackProvisioningState provisioningState()
Gets the provisioningState property: The provisioning state of the rack resource.
Returns:
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:
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:
rackSkuId
public abstract String rackSkuId()
Gets the rackSkuId property: The SKU for the rack.
Returns:
refresh
public abstract Rack refresh()
Refreshes the resource to sync with Azure.
Returns:
refresh
public abstract Rack refresh(Context context)
Refreshes the resource to sync with Azure.
Parameters:
Returns:
region
public abstract Region region()
Gets the region of the resource.
Returns:
regionName
public abstract String regionName()
Gets the name of the resource region.
Returns:
resourceGroupName
public abstract String resourceGroupName()
Gets the name of the resource group.
Returns:
systemData
public abstract SystemData systemData()
Gets the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.
Returns:
tags
public abstract Map<String,String> tags()
Gets the tags property: Resource tags.
Returns:
type
public abstract String type()
Gets the type property: The type of the resource.
Returns:
update
public abstract Rack.Update update()
Begins update for the Rack resource.
Returns: