com.google.api.gax.longrunning.OperationFuture<ActiveDirectory,OperationMetadata> |
NetAppClient.createActiveDirectoryAsync(LocationName parent,
ActiveDirectory activeDirectory,
String activeDirectoryId) |
CreateActiveDirectory Creates the active directory specified in the request.
|
com.google.api.gax.longrunning.OperationFuture<KmsConfig,OperationMetadata> |
NetAppClient.createKmsConfigAsync(LocationName parent,
KmsConfig kmsConfig,
String kmsConfigId) |
Creates a new KMS config.
|
com.google.api.gax.longrunning.OperationFuture<StoragePool,OperationMetadata> |
NetAppClient.createStoragePoolAsync(LocationName parent,
StoragePool storagePool,
String storagePoolId) |
Creates a new storage pool.
|
com.google.api.gax.longrunning.OperationFuture<Volume,OperationMetadata> |
NetAppClient.createVolumeAsync(LocationName parent,
Volume volume,
String volumeId) |
Creates a new Volume in a given project and location.
|
NetAppClient.ListActiveDirectoriesPagedResponse |
NetAppClient.listActiveDirectories(LocationName parent) |
Lists active directories.
|
NetAppClient.ListKmsConfigsPagedResponse |
NetAppClient.listKmsConfigs(LocationName parent) |
Returns descriptions of all KMS configs owned by the caller.
|
NetAppClient.ListStoragePoolsPagedResponse |
NetAppClient.listStoragePools(LocationName parent) |
Returns descriptions of all storage pools owned by the caller.
|
NetAppClient.ListVolumesPagedResponse |
NetAppClient.listVolumes(LocationName parent) |
Lists Volumes in a given project.
|