ResourcePools Interface
public interface ResourcePools
Resource collection API of ResourcePools.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
Resource |
get(String regionId, String pcName, String resourcePoolName)
Implements get of resource pool Returns resource pool templates by its name. |
|
abstract
Response<Resource |
getWithResponse(String regionId, String pcName, String resourcePoolName, Context context)
Implements get of resource pool Returns resource pool templates by its name. |
|
abstract
Paged |
list(String regionId, String pcName)
Implements get of resource pools list Returns list of resource pools in region for private cloud. |
|
abstract
Paged |
list(String regionId, String pcName, Context context)
Implements get of resource pools list Returns list of resource pools in region for private cloud. |
Method Details
get
public abstract ResourcePool get(String regionId, String pcName, String resourcePoolName)
Implements get of resource pool Returns resource pool templates by its name.
Parameters:
Returns:
getWithResponse
public abstract Response<ResourcePool> getWithResponse(String regionId, String pcName, String resourcePoolName, Context context)
Implements get of resource pool Returns resource pool templates by its name.
Parameters:
Returns:
list
public abstract PagedIterable<ResourcePool> list(String regionId, String pcName)
Implements get of resource pools list Returns list of resource pools in region for private cloud.
Parameters:
Returns:
list
public abstract PagedIterable<ResourcePool> list(String regionId, String pcName, Context context)
Implements get of resource pools list Returns list of resource pools in region for private cloud.
Parameters:
Returns: