Netapp Functions
object NetappFunctions
Functions
Link copied to clipboard
Uses this data source to access information about an existing NetApp Account.
suspend fun getAccount(identity: GetAccountIdentity? = null, name: String, resourceGroupName: String): GetAccountResult
Link copied to clipboard
suspend fun getAccountEncryption(argument: GetAccountEncryptionPlainArgs): GetAccountEncryptionResult
Use this data source to access information about an existing NetApp Account Encryption Resource.
suspend fun getAccountEncryption(argument: suspend GetAccountEncryptionPlainArgsBuilder.() -> Unit): GetAccountEncryptionResult
suspend fun getAccountEncryption(encryptionKey: String? = null, netappAccountId: String, systemAssignedIdentityPrincipalId: String? = null, userAssignedIdentityId: String? = null): GetAccountEncryptionResult
Link copied to clipboard
Uses this data source to access information about an existing NetApp Pool.
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(argument: suspend GetSnapshotPolicyPlainArgsBuilder.() -> Unit): GetSnapshotPolicyResult
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.
Link copied to clipboard
suspend fun getVolumeGroupSapHana(argument: GetVolumeGroupSapHanaPlainArgs): GetVolumeGroupSapHanaResult
Use this data source to access information about an existing Application Volume Group for SAP HANA application.
suspend fun getVolumeGroupSapHana(argument: suspend GetVolumeGroupSapHanaPlainArgsBuilder.() -> Unit): GetVolumeGroupSapHanaResult
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.
suspend fun getVolumeQuotaRule(argument: suspend GetVolumeQuotaRulePlainArgsBuilder.() -> Unit): GetVolumeQuotaRuleResult