ResourcePool 接口
public interface ResourcePool
ResourcePool 的不可变客户端表示形式。
方法摘要
| 修饰符和类型 | 方法和描述 |
|---|---|
| abstract String |
fullName()
获取完整的 |
| abstract String |
id()
获取 id 属性:资源池 id (私有云 |
|
abstract
Resource |
innerModel()
获取内部 com。 |
| abstract String |
location()
获取位置属性:Azure 区域。 |
| abstract String |
name()
获取 name 属性:{Resource |
| abstract String |
privateCloudId()
获取私有云 |
| abstract String |
type()
获取类型属性:{resource |
方法详细信息
fullName
public abstract String fullName()
获取 fullName 属性:分层资源池名称。
Returns:
id
public abstract String id()
获取 id 属性:资源池 id (privateCloudId:vsphereId) 。
Returns:
innerModel
public abstract ResourcePoolInner innerModel()
获取内部 com.azure.resourcemanager.vmwarecloudsimple.fluent.models.ResourcePoolInner 对象。
Returns:
location
public abstract String location()
获取位置属性:Azure 区域。
Returns:
name
public abstract String name()
获取 name 属性:{ResourcePoolName}。
Returns:
privateCloudId
public abstract String privateCloudId()
获取 privateCloudId 属性:私有云 ID。
Returns:
type
public abstract String type()
获取类型属性:{resourceProviderNamespace}/{resourceType}。
Returns: