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.

suspend fun getAccountEncryption(encryptionKey: String? = null, netappAccountId: String, systemAssignedIdentityPrincipalId: String? = null, userAssignedIdentityId: String? = null): GetAccountEncryptionResult
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 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.