GetVolumeResult

data class GetVolumeResult(val accountName: String, val dataProtectionBackupPolicies: List<GetVolumeDataProtectionBackupPolicy>, val dataProtectionReplications: List<GetVolumeDataProtectionReplication>, val encryptionKeySource: String, val id: String, val keyVaultPrivateEndpointId: String, val location: String, val mountIpAddresses: List<String>, val name: String, val networkFeatures: String, val poolName: String, val protocols: List<String>, val resourceGroupName: String, val securityStyle: String? = null, val serviceLevel: String, val smbAccessBasedEnumerationEnabled: Boolean, val smbNonBrowsableEnabled: Boolean, val storageQuotaInGb: Int, val subnetId: String, val volumePath: String, val zone: String)

A collection of values returned by getVolume.

Constructors

Link copied to clipboard
constructor(accountName: String, dataProtectionBackupPolicies: List<GetVolumeDataProtectionBackupPolicy>, dataProtectionReplications: List<GetVolumeDataProtectionReplication>, encryptionKeySource: String, id: String, keyVaultPrivateEndpointId: String, location: String, mountIpAddresses: List<String>, name: String, networkFeatures: String, poolName: String, protocols: List<String>, resourceGroupName: String, securityStyle: String? = null, serviceLevel: String, smbAccessBasedEnumerationEnabled: Boolean, smbNonBrowsableEnabled: Boolean, storageQuotaInGb: Int, subnetId: String, volumePath: String, zone: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Volume data protection replication block

Link copied to clipboard
Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

The Azure Region where the NetApp Volume exists.

Link copied to clipboard

A list of IPv4 Addresses which should be used to mount the volume.

Link copied to clipboard
Link copied to clipboard

Network features in use Basic or Standard.

Link copied to clipboard
Link copied to clipboard

A list of protocol types enabled on volume.

Link copied to clipboard
Link copied to clipboard
val securityStyle: String? = null

Volume security style

Link copied to clipboard

The service level of the file system.

Link copied to clipboard

Limits enumeration of files and folders (that is, listing the contents) in SMB only to users with allowed access on the share.

Link copied to clipboard

Limits clients from browsing for an SMB share.

Link copied to clipboard

The maximum Storage Quota in Gigabytes allowed for a file system.

Link copied to clipboard

The ID of a Subnet in which the NetApp Volume resides.

Link copied to clipboard

The unique file path of the volume.

Link copied to clipboard

The Availability Zone in which the Volume is located.