GetVolumeResult

data class GetVolumeResult(val accountName: String, val dataProtectionReplications: List<GetVolumeDataProtectionReplication>, val id: 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 storageQuotaInGb: Int, val subnetId: String, val volumePath: String, val zone: String)

A collection of values returned by getVolume.

Constructors

Link copied to clipboard
fun GetVolumeResult(accountName: String, dataProtectionReplications: List<GetVolumeDataProtectionReplication>, id: String, location: String, mountIpAddresses: List<String>, name: String, networkFeatures: String, poolName: String, protocols: List<String>, resourceGroupName: String, securityStyle: String? = null, serviceLevel: String, 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
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

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.