NetappFunctions

Functions

Link copied to clipboard

Get the NetApp account API Version: 2020-12-01.

suspend fun getAccount(argument: suspend GetAccountPlainArgsBuilder.() -> Unit): GetAccountResult
suspend fun getAccount(accountName: String, resourceGroupName: String): GetAccountResult
Link copied to clipboard

Get a particular backup of the volume API Version: 2020-12-01.

suspend fun getBackup(argument: suspend GetBackupPlainArgsBuilder.() -> Unit): GetBackupResult
suspend fun getBackup(accountName: String, backupName: String, poolName: String, resourceGroupName: String, volumeName: String): GetBackupResult
Link copied to clipboard

Get a particular backup Policy API Version: 2020-12-01.

suspend fun getBackupPolicy(accountName: String, backupPolicyName: String, resourceGroupName: String): GetBackupPolicyResult
Link copied to clipboard
suspend fun getPool(argument: GetPoolPlainArgs): GetPoolResult

Get details of the specified capacity pool API Version: 2020-12-01.

suspend fun getPool(argument: suspend GetPoolPlainArgsBuilder.() -> Unit): GetPoolResult
suspend fun getPool(accountName: String, poolName: String, resourceGroupName: String): GetPoolResult
Link copied to clipboard

Get details of the specified snapshot API Version: 2020-12-01.

suspend fun getSnapshot(argument: suspend GetSnapshotPlainArgsBuilder.() -> Unit): GetSnapshotResult
suspend fun getSnapshot(accountName: String, poolName: String, resourceGroupName: String, snapshotName: String, volumeName: String): GetSnapshotResult
Link copied to clipboard

Get a snapshot Policy API Version: 2020-12-01.

suspend fun getSnapshotPolicy(accountName: String, resourceGroupName: String, snapshotPolicyName: String): GetSnapshotPolicyResult
Link copied to clipboard

Returns the path associated with the subvolumeName provided API Version: 2021-10-01.

suspend fun getSubvolume(accountName: String, poolName: String, resourceGroupName: String, subvolumeName: String, volumeName: String): GetSubvolumeResult
Link copied to clipboard

Get details of the specified subvolume API Version: 2021-10-01.

suspend fun getSubvolumeMetadata(accountName: String, poolName: String, resourceGroupName: String, subvolumeName: String, volumeName: String): GetSubvolumeMetadataResult
Link copied to clipboard

Get the details of the specified volume API Version: 2020-12-01.

suspend fun getVolume(argument: suspend GetVolumePlainArgsBuilder.() -> Unit): GetVolumeResult
suspend fun getVolume(accountName: String, poolName: String, resourceGroupName: String, volumeName: String): GetVolumeResult
Link copied to clipboard

Get details of the specified volume group API Version: 2021-10-01.

suspend fun getVolumeGroup(accountName: String, resourceGroupName: String, volumeGroupName: String): GetVolumeGroupResult
Link copied to clipboard

Get details of the specified quota rule API Version: 2022-01-01.

suspend fun getVolumeQuotaRule(accountName: String, poolName: String, resourceGroupName: String, volumeName: String, volumeQuotaRuleName: String): GetVolumeQuotaRuleResult
Link copied to clipboard

List all replications for a specified volume API Version: 2022-01-01.

suspend fun listVolumeReplications(accountName: String, poolName: String, resourceGroupName: String, volumeName: String): ListVolumeReplicationsResult