Package version:
OptionalacceptWhile auto splitting the short term clone volume, if the parent pool does not have enough space to accommodate the volume after split, it will be automatically resized, which will lead to increased billing. To accept capacity pool size auto grow and create a short term clone volume, set the property as accepted.
Optional ReadonlyactualActual throughput in MiB/s for auto qosType volumes calculated based on size and serviceLevel NOTE: This property will not be serialized. It can only be populated by the server.
OptionalavsSpecifies whether the volume is enabled for Azure VMware Solution (AVS) datastore purpose
OptionalbackupResource identifier used to identify the Backup.
Optional ReadonlybaremetalUnique Baremetal Tenant Identifier. NOTE: This property will not be serialized. It can only be populated by the server.
OptionalcapacityPool Resource Id used in case of creating a volume through volume group
Optional ReadonlycloneWhen a volume is being restored from another volume's snapshot, will show the percentage completion of this cloning process. When this value is empty/null there is no cloning process currently happening on this volume. This value will update every 5 minutes during cloning. NOTE: This property will not be serialized. It can only be populated by the server.
OptionalcoolSpecifies whether Cool Access(tiering) is enabled for the volume.
OptionalcoolcoolAccessRetrievalPolicy determines the data retrieval behavior from the cool tier to standard storage based on the read pattern for cool access enabled volumes. The possible values for this field are: Default - Data will be pulled from cool tier to standard storage on random reads. This policy is the default. OnRead - All client-driven data read is pulled from cool tier to standard storage on both sequential and random reads. Never - No client-driven data is pulled from cool tier to standard storage.
OptionalcoolnessSpecifies the number of days after which data that is not accessed by clients will be tiered.
A unique file path for the volume. Used when creating mount targets
OptionaldataDataProtection type volumes include an object containing details of the replication
Optional ReadonlydataData store resource unique identifier NOTE: This property will not be serialized. It can only be populated by the server.
OptionaldefaultDefault group quota for volume in KiBs. If isDefaultQuotaEnabled is set, the minimum value of 4 KiBs applies.
OptionaldefaultDefault user quota for volume in KiBs. If isDefaultQuotaEnabled is set, the minimum value of 4 KiBs applies .
OptionaldeleteIf enabled (true) the snapshot the volume was created from will be automatically deleted after the volume create operation has finished. Defaults to false
Optional ReadonlyeffectiveThe effective value of the network features type available to the volume, or current effective state of update. NOTE: This property will not be serialized. It can only be populated by the server.
OptionalenableFlag indicating whether subvolume operations are enabled on the volume
Optional ReadonlyencryptedSpecifies if the volume is encrypted or not. Only available on volumes created or updated after 2022-01-01. NOTE: This property will not be serialized. It can only be populated by the server.
OptionalencryptionSource of key used to encrypt data in volume. Applicable if NetApp account has encryption.keySource = 'Microsoft.KeyVault'. Possible values (case-insensitive) are: 'Microsoft.NetApp, Microsoft.KeyVault'
OptionalexportSet of export policy rules
Optional ReadonlyfileFlag indicating whether file access logs are enabled for the volume, based on active diagnostic settings present on the volume. NOTE: This property will not be serialized. It can only be populated by the server.
Optional ReadonlyfileUnique FileSystem Identifier. NOTE: This property will not be serialized. It can only be populated by the server.
Optional ReadonlyidResource Id NOTE: This property will not be serialized. It can only be populated by the server.
Optional ReadonlyinheritedSpace shared by short term clone volume with parent volume in bytes. NOTE: This property will not be serialized. It can only be populated by the server.
OptionalisSpecifies if default quota is enabled for the volume.
OptionalisSpecifies whether volume is a Large Volume or Regular Volume.
OptionalisRestoring
OptionalkerberosDescribe if a volume is KerberosEnabled. To be use with swagger version 2020-05-01 or later
OptionalkeyThe resource ID of private endpoint for KeyVault. It must reside in the same VNET as the volume. Only applicable if encryptionKeySource = 'Microsoft.KeyVault'.
OptionallanguageLanguage supported for volume.
OptionalldapSpecifies whether LDAP is enabled or not for a given NFS volume.
Optional ReadonlymaximumMaximum number of files allowed. Needs a service request in order to be changed. Only allowed to be changed if volume quota is more than 4TiB. NOTE: This property will not be serialized. It can only be populated by the server.
Optional ReadonlymountList of mount targets NOTE: This property will not be serialized. It can only be populated by the server.
OptionalnameResource name
OptionalnetworkThe original value of the network features type available to the volume at the time it was created.
Optional ReadonlynetworkNetwork Sibling Set ID for the the group of volumes sharing networking resources. NOTE: This property will not be serialized. It can only be populated by the server.
Optional ReadonlyoriginatingId of the snapshot or backup that the volume is restored from. NOTE: This property will not be serialized. It can only be populated by the server.
OptionalplacementApplication specific placement rules for the particular volume
OptionalprotocolSet of protocol types, default NFSv3, CIFS for SMB protocol
Optional ReadonlyprovisionedThe availability zone where the volume is provisioned. This refers to the logical availability zone where the volume resides. NOTE: This property will not be serialized. It can only be populated by the server.
Optional ReadonlyprovisioningAzure lifecycle management NOTE: This property will not be serialized. It can only be populated by the server.
OptionalproximityProximity placement group associated with the volume
OptionalsecurityThe security style of volume, default unix, defaults to ntfs for dual protocol or CIFS protocol
OptionalserviceThe service level of the file system
OptionalsmbEnables access-based enumeration share property for SMB Shares. Only applicable for SMB/DualProtocol volume
OptionalsmbEnables continuously available share property for smb volume. Only applicable for SMB volume
OptionalsmbEnables encryption for in-flight smb3 data. Only applicable for SMB/DualProtocol volume. To be used with swagger version 2020-08-01 or later
OptionalsmbEnables non-browsable property for SMB Shares. Only applicable for SMB/DualProtocol volume
OptionalsnapshotIf enabled (true) the volume will contain a read-only snapshot directory which provides access to each of the volume's snapshots (defaults to true).
OptionalsnapshotResource identifier used to identify the Snapshot.
Optional ReadonlystorageProvides storage to network proximity information for the volume. NOTE: This property will not be serialized. It can only be populated by the server.
The Azure Resource URI for a delegated subnet. Must have the delegation Microsoft.NetApp/volumes
Optional Readonlyt2T2 network information NOTE: This property will not be serialized. It can only be populated by the server.
OptionaltagsResource tags
OptionalthroughputMaximum throughput in MiB/s that can be achieved by this volume and this will be accepted as input only for manual qosType volume
Optional ReadonlytypeResource type NOTE: This property will not be serialized. It can only be populated by the server.
OptionalunixUNIX permissions for NFS volume accepted in octal 4 digit format. First digit selects the set user ID(4), set group ID (2) and sticky (1) attributes. Second digit selects permission for the owner of the file: read (4), write (2) and execute (1). Third selects permissions for other users in the same group. the fourth for other users not in the group. 0755 - gives read/write/execute permissions to owner and read/execute to group and other users. Avoid passing null value for unixPermissions in volume update operation, As per the behavior, If Null value is passed then user-visible unixPermissions value will became null, and user will not be able to get unixPermissions value. On safer side, actual unixPermissions value on volume will remain as its last saved value only.
Maximum storage quota allowed for a file system in bytes. This is a soft quota used for alerting only. For regular volumes, valid values are in the range 50GiB to 100TiB. For large volumes, valid values are in the range 100TiB to 1PiB, and on an exceptional basis, from to 2400GiB to 2400TiB. Values expressed in bytes as multiples of 1 GiB.
Optional ReadonlyvolumeVolume Group Name NOTE: This property will not be serialized. It can only be populated by the server.
OptionalvolumeVolume spec name is the application specific designation or identifier for the particular volume in a volume group for e.g. data, log
OptionalvolumeWhat type of volume is this. For destination volumes in Cross Region Replication, set type to DataProtection. For creating clone volume, set type to ShortTermClone
OptionalzonesAvailability Zone
Volume resource