@Generated(value="class io.swagger.codegen.languages.JavaClientCodegen", date="2017-02-24T15:10:39.441-05:00") public class StoragePlatformApi extends Object
| Constructor and Description |
|---|
StoragePlatformApi() |
StoragePlatformApi(ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
ApiClient |
getApiClient() |
void |
setApiClient(ApiClient apiClient) |
StoragePlatform |
storagePlatformGetStoragePlatform(String name)
getStoragePlatform
Gets an existing storage platform by name.
|
StoragePlatforms |
storagePlatformGetStoragePlatforms()
getStoragePlatforms
Gets a list of existing storage platforms.
|
public StoragePlatformApi()
public StoragePlatformApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public StoragePlatforms storagePlatformGetStoragePlatforms() throws ApiException
ApiExceptionpublic StoragePlatform storagePlatformGetStoragePlatform(String name) throws ApiException
name - the storage platform name.ApiExceptionCopyright © 2017. All rights reserved.