NetappFunctions

Functions

Link copied to clipboard

Uses this data source to access information about an existing NetApp Account.

suspend fun getAccount(argument: suspend GetAccountPlainArgsBuilder.() -> Unit): GetAccountResult
suspend fun getAccount(identity: GetAccountIdentity? = null, name: String, resourceGroupName: String): GetAccountResult
Link copied to clipboard

Use this data source to access information about an existing NetApp Account Encryption Resource.

Link copied to clipboard

Use this data source to access information about an existing NetApp Backup Vault.

suspend fun getBackupPolicy(accountName: String, name: String, resourceGroupName: String): GetBackupPolicyResult
Link copied to clipboard

Use this data source to access information about an existing NetApp Backup Vault.

suspend fun getBackupVault(accountName: String, name: String, resourceGroupName: String): GetBackupVaultResult
Link copied to clipboard
suspend fun getPool(argument: GetPoolPlainArgs): GetPoolResult

Uses this data source to access information about an existing NetApp Pool.

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

Uses this data source to access information about an existing NetApp Snapshot.

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

Uses this data source to access information about an existing NetApp Snapshot Policy.

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

Uses this data source to access information about an existing NetApp Volume.

suspend fun getVolume(argument: suspend GetVolumePlainArgsBuilder.() -> Unit): GetVolumeResult
suspend fun getVolume(accountName: String, name: String, poolName: String, resourceGroupName: String, securityStyle: String? = null): GetVolumeResult
Link copied to clipboard

Use this data source to access information about an existing Application Volume Group for Oracle application.

suspend fun getVolumeGroupOracle(accountName: String, name: String, resourceGroupName: String): GetVolumeGroupOracleResult
Link copied to clipboard

Use this data source to access information about an existing Application Volume Group for SAP HANA application.

suspend fun getVolumeGroupSapHana(accountName: String, name: String, resourceGroupName: String): GetVolumeGroupSapHanaResult
Link copied to clipboard

Use this data source to access information about an existing Volume Quota Rule.