Netapp Functions
object NetappFunctions
Functions
Link copied to clipboard
Get the NetApp account API Version: 2020-12-01.
Link copied to clipboard
Get a particular backup of the volume API Version: 2020-12-01.
Link copied to clipboard
Get a particular backup Policy API Version: 2020-12-01.
suspend fun getBackupPolicy(argument: suspend GetBackupPolicyPlainArgsBuilder.() -> Unit): GetBackupPolicyResult
suspend fun getBackupPolicy(accountName: String, backupPolicyName: String, resourceGroupName: String): GetBackupPolicyResult
Link copied to clipboard
Get details of the specified capacity pool API Version: 2020-12-01.
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(argument: suspend GetSnapshotPolicyPlainArgsBuilder.() -> Unit): GetSnapshotPolicyResult
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(argument: suspend GetSubvolumePlainArgsBuilder.() -> Unit): GetSubvolumeResult
suspend fun getSubvolume(accountName: String, poolName: String, resourceGroupName: String, subvolumeName: String, volumeName: String): GetSubvolumeResult
Link copied to clipboard
suspend fun getSubvolumeMetadata(argument: GetSubvolumeMetadataPlainArgs): GetSubvolumeMetadataResult
Get details of the specified subvolume API Version: 2021-10-01.
suspend fun getSubvolumeMetadata(argument: suspend GetSubvolumeMetadataPlainArgsBuilder.() -> Unit): GetSubvolumeMetadataResult
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.
Link copied to clipboard
Get details of the specified volume group API Version: 2021-10-01.
suspend fun getVolumeGroup(argument: suspend GetVolumeGroupPlainArgsBuilder.() -> Unit): GetVolumeGroupResult
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(argument: suspend GetVolumeQuotaRulePlainArgsBuilder.() -> Unit): GetVolumeQuotaRuleResult
suspend fun getVolumeQuotaRule(accountName: String, poolName: String, resourceGroupName: String, volumeName: String, volumeQuotaRuleName: String): GetVolumeQuotaRuleResult
Link copied to clipboard
suspend fun listVolumeReplications(argument: ListVolumeReplicationsPlainArgs): ListVolumeReplicationsResult
List all replications for a specified volume API Version: 2022-01-01.
suspend fun listVolumeReplications(argument: suspend ListVolumeReplicationsPlainArgsBuilder.() -> Unit): ListVolumeReplicationsResult
suspend fun listVolumeReplications(accountName: String, poolName: String, resourceGroupName: String, volumeName: String): ListVolumeReplicationsResult