ResourcePool Interface
public interface ResourcePool
An immutable client-side representation of ResourcePool.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| abstract String |
fullName()
Gets the full |
| abstract String |
id()
Gets the id property: resource pool id (private |
|
abstract
Resource |
innerModel()
Gets the inner com. |
| abstract String |
location()
Gets the location property: Azure region. |
| abstract String |
name()
Gets the name property: {Resource |
| abstract String |
privateCloudId()
Gets the private |
| abstract String |
type()
Gets the type property: {resource |
Method Details
fullName
public abstract String fullName()
Gets the fullName property: Hierarchical resource pool name.
Returns:
id
public abstract String id()
Gets the id property: resource pool id (privateCloudId:vsphereId).
Returns:
innerModel
public abstract ResourcePoolInner innerModel()
Gets the inner com.azure.resourcemanager.vmwarecloudsimple.fluent.models.ResourcePoolInner object.
Returns:
location
public abstract String location()
Gets the location property: Azure region.
Returns:
name
public abstract String name()
Gets the name property: {ResourcePoolName}.
Returns:
privateCloudId
public abstract String privateCloudId()
Gets the privateCloudId property: The Private Cloud Id.
Returns:
type
public abstract String type()
Gets the type property: {resourceProviderNamespace}/{resourceType}.
Returns: