CloudInner Class
- java.
lang. Object - com.
azure. core. management. ProxyResource - com.
azure. core. management. Resource - com.
azure. resourcemanager. scvmm. fluent. models. CloudInner
- com.
- com.
- com.
public final class CloudInner
extends Resource
The Clouds resource definition.
Constructor Summary
| Constructor | Description | |
|---|---|---|
| CloudInner() | ||
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
Cloud |
cloudCapacity()
Get the cloud |
| String |
cloudName()
Get the cloud |
|
Extended |
extendedLocation()
Get the extended |
| String |
inventoryItemId()
Get the inventory |
| String |
provisioningState()
Get the provisioning |
|
List<Storage |
storageQoSPolicies()
Get the storage |
|
System |
systemData()
Get the system |
| String |
uuid()
Get the uuid property: Unique ID of the cloud. |
| void |
validate()
Validates the instance. |
| String |
vmmServerId()
Get the vmm |
|
Cloud |
withExtendedLocation(ExtendedLocation extendedLocation)
Set the extended |
|
Cloud |
withInventoryItemId(String inventoryItemId)
Set the inventory |
|
Cloud |
withLocation(String location) |
|
Cloud |
withTags(Map<String,String> tags) |
|
Cloud |
withUuid(String uuid)
Set the uuid property: Unique ID of the cloud. |
|
Cloud |
withVmmServerId(String vmmServerId)
Set the vmm |
Methods inherited from ProxyResource
Methods inherited from Resource
Methods inherited from java.lang.Object
Constructor Details
CloudInner
public CloudInner()
Method Details
cloudCapacity
public CloudCapacity cloudCapacity()
Get the cloudCapacity property: Capacity of the cloud.
Returns:
cloudName
public String cloudName()
Get the cloudName property: Name of the cloud in VMMServer.
Returns:
extendedLocation
public ExtendedLocation extendedLocation()
Get the extendedLocation property: The extended location.
Returns:
inventoryItemId
public String inventoryItemId()
Get the inventoryItemId property: Gets or sets the inventory Item ID for the resource.
Returns:
provisioningState
public String provisioningState()
Get the provisioningState property: Gets or sets the provisioning state.
Returns:
storageQoSPolicies
public List<StorageQoSPolicy> storageQoSPolicies()
Get the storageQoSPolicies property: List of QoS policies available for the cloud.
Returns:
systemData
public SystemData systemData()
Get the systemData property: The system data.
Returns:
uuid
public String uuid()
Get the uuid property: Unique ID of the cloud.
Returns:
validate
public void validate()
Validates the instance.
vmmServerId
public String vmmServerId()
Get the vmmServerId property: ARM Id of the vmmServer resource in which this resource resides.
Returns:
withExtendedLocation
public CloudInner withExtendedLocation(ExtendedLocation extendedLocation)
Set the extendedLocation property: The extended location.
Parameters:
Returns:
withInventoryItemId
public CloudInner withInventoryItemId(String inventoryItemId)
Set the inventoryItemId property: Gets or sets the inventory Item ID for the resource.
Parameters:
Returns:
withLocation
public CloudInner withLocation(String location)
Overrides:
CloudInner.withLocation(String location)Parameters:
withTags
public CloudInner withTags(Map<String,String> tags)
Overrides:
CloudInner.withTags(Map<String,String> tags)Parameters:
withUuid
public CloudInner withUuid(String uuid)
Set the uuid property: Unique ID of the cloud.
Parameters:
Returns:
withVmmServerId
public CloudInner withVmmServerId(String vmmServerId)
Set the vmmServerId property: ARM Id of the vmmServer resource in which this resource resides.
Parameters:
Returns: