Uses of Interface
com.azure.resourcemanager.netapp.models.Volume.Update
Packages that use Volume.Update
Package
Description
Package containing the data models for NetAppManagementClient.
-
Uses of Volume.Update in com.azure.resourcemanager.netapp.models
Methods in com.azure.resourcemanager.netapp.models that return Volume.UpdateModifier and TypeMethodDescriptionVolume.update()
Begins update for the Volume resource.Volume.UpdateStages.WithCoolAccess.withCoolAccess
(Boolean coolAccess) Specifies the coolAccess property: Specifies whether Cool Access(tiering) is enabled for the volume..Volume.UpdateStages.WithCoolAccessRetrievalPolicy.withCoolAccessRetrievalPolicy
(CoolAccessRetrievalPolicy coolAccessRetrievalPolicy) Specifies the coolAccessRetrievalPolicy property: coolAccessRetrievalPolicy determines the data retrieval behavior from the cool tier to standard storage based on the read pattern for cool access enabled volumes.Volume.UpdateStages.WithCoolAccessTieringPolicy.withCoolAccessTieringPolicy
(CoolAccessTieringPolicy coolAccessTieringPolicy) Specifies the coolAccessTieringPolicy property: coolAccessTieringPolicy determines which cold data blocks are moved to cool tier.Volume.UpdateStages.WithCoolnessPeriod.withCoolnessPeriod
(Integer coolnessPeriod) Specifies the coolnessPeriod property: Specifies the number of days after which data that is not accessed by clients will be tiered..Volume.UpdateStages.WithDataProtection.withDataProtection
(VolumePatchPropertiesDataProtection dataProtection) Specifies the dataProtection property: DataProtection type volumes include an object containing details of the replication.Volume.UpdateStages.WithDefaultGroupQuotaInKiBs.withDefaultGroupQuotaInKiBs
(Long defaultGroupQuotaInKiBs) Specifies the defaultGroupQuotaInKiBs property: Default group quota for volume in KiBs.Volume.UpdateStages.WithDefaultUserQuotaInKiBs.withDefaultUserQuotaInKiBs
(Long defaultUserQuotaInKiBs) Specifies the defaultUserQuotaInKiBs property: Default user quota for volume in KiBs.Volume.UpdateStages.WithExportPolicy.withExportPolicy
(VolumePatchPropertiesExportPolicy exportPolicy) Specifies the exportPolicy property: Set of export policy rules.Volume.UpdateStages.WithIsDefaultQuotaEnabled.withIsDefaultQuotaEnabled
(Boolean isDefaultQuotaEnabled) Specifies the isDefaultQuotaEnabled property: Specifies if default quota is enabled for the volume..Volume.UpdateStages.WithProtocolTypes.withProtocolTypes
(List<String> protocolTypes) Specifies the protocolTypes property: Set of protocol types, default NFSv3, CIFS for SMB protocol.Volume.UpdateStages.WithServiceLevel.withServiceLevel
(ServiceLevel serviceLevel) Specifies the serviceLevel property: The service level of the file system.Volume.UpdateStages.WithSmbAccessBasedEnumeration.withSmbAccessBasedEnumeration
(SmbAccessBasedEnumeration smbAccessBasedEnumeration) Specifies the smbAccessBasedEnumeration property: Enables access-based enumeration share property for SMB Shares.Volume.UpdateStages.WithSmbNonBrowsable.withSmbNonBrowsable
(SmbNonBrowsable smbNonBrowsable) Specifies the smbNonBrowsable property: Enables non-browsable property for SMB Shares.Volume.UpdateStages.WithSnapshotDirectoryVisible.withSnapshotDirectoryVisible
(Boolean snapshotDirectoryVisible) Specifies the snapshotDirectoryVisible property: If enabled (true) the volume will contain a read-only snapshot directory which provides access to each of the volume's snapshots..Specifies the tags property: Resource tags..Volume.UpdateStages.WithThroughputMibps.withThroughputMibps
(Float throughputMibps) Specifies the throughputMibps property: Maximum throughput in MiB/s that can be achieved by this volume and this will be accepted as input only for manual qosType volume.Volume.UpdateStages.WithUnixPermissions.withUnixPermissions
(String unixPermissions) Specifies the unixPermissions property: UNIX permissions for NFS volume accepted in octal 4 digit format.Volume.UpdateStages.WithUsageThreshold.withUsageThreshold
(Long usageThreshold) Specifies the usageThreshold property: Maximum storage quota allowed for a file system in bytes.