Cloud Interface
public interface Cloud
An immutable client-side representation of Cloud.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
Cloud |
cloudCapacity()
Gets the cloud |
| abstract String |
cloudName()
Gets the cloud |
|
abstract
Extended |
extendedLocation()
Gets the extended |
| abstract String |
id()
Gets the id property: Fully qualified resource Id for the resource. |
|
abstract
Cloud |
innerModel()
Gets the inner com. |
| abstract String |
inventoryItemId()
Gets the inventory |
| 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 String |
provisioningState()
Gets the provisioning |
| abstract Cloud |
refresh()
Refreshes the resource to sync with Azure. |
| abstract Cloud |
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
List<Storage |
storageQoSPolicies()
Gets the storage |
|
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 Cloud resource. |
| abstract String |
uuid()
Gets the uuid property: Unique ID of the cloud. |
| abstract String |
vmmServerId()
Gets the vmm |
Method Details
cloudCapacity
public abstract CloudCapacity cloudCapacity()
Gets the cloudCapacity property: Capacity of the cloud.
Returns:
cloudName
public abstract String cloudName()
Gets the cloudName property: Name of the cloud in VMMServer.
Returns:
extendedLocation
public abstract ExtendedLocation extendedLocation()
Gets the extendedLocation property: The extended location.
Returns:
id
public abstract String id()
Gets the id property: Fully qualified resource Id for the resource.
Returns:
innerModel
public abstract CloudInner innerModel()
Gets the inner com.azure.resourcemanager.scvmm.fluent.models.CloudInner object.
Returns:
inventoryItemId
public abstract String inventoryItemId()
Gets the inventoryItemId property: Gets or sets the inventory Item ID for the resource.
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 String provisioningState()
Gets the provisioningState property: Gets or sets the provisioning state.
Returns:
refresh
public abstract Cloud refresh()
Refreshes the resource to sync with Azure.
Returns:
refresh
public abstract Cloud 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:
storageQoSPolicies
public abstract List<StorageQoSPolicy> storageQoSPolicies()
Gets the storageQoSPolicies property: List of QoS policies available for the cloud.
Returns:
systemData
public abstract SystemData systemData()
Gets the systemData property: The system data.
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 Cloud.Update update()
Begins update for the Cloud resource.
Returns:
uuid
public abstract String uuid()
Gets the uuid property: Unique ID of the cloud.
Returns:
vmmServerId
public abstract String vmmServerId()
Gets the vmmServerId property: ARM Id of the vmmServer resource in which this resource resides.
Returns: