PrivateClouds Interface
public interface PrivateClouds
Resource collection API of PrivateClouds.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
Private |
get(String pcName, String regionId)
Implements private cloud GET method Returns private cloud by its name. |
|
abstract
Response<Private |
getWithResponse(String pcName, String regionId, Context context)
Implements private cloud GET method Returns private cloud by its name. |
|
abstract
Paged |
list(String regionId)
Implements private cloud list GET method Returns list of private clouds in particular region. |
|
abstract
Paged |
list(String regionId, Context context)
Implements private cloud list GET method Returns list of private clouds in particular region. |
Method Details
get
public abstract PrivateCloud get(String pcName, String regionId)
Implements private cloud GET method Returns private cloud by its name.
Parameters:
Returns:
getWithResponse
public abstract Response<PrivateCloud> getWithResponse(String pcName, String regionId, Context context)
Implements private cloud GET method Returns private cloud by its name.
Parameters:
Returns:
list
public abstract PagedIterable<PrivateCloud> list(String regionId)
Implements private cloud list GET method Returns list of private clouds in particular region.
Parameters:
Returns:
list
public abstract PagedIterable<PrivateCloud> list(String regionId, Context context)
Implements private cloud list GET method Returns list of private clouds in particular region.
Parameters:
Returns: