Uses of Class
com.azure.resourcemanager.netapp.models.VolumePatch
Packages that use VolumePatch
Package
Description
Package containing the service clients for NetAppManagementClient.
Package containing the data models for NetAppManagementClient.
-
Uses of VolumePatch in com.azure.resourcemanager.netapp.fluent
Methods in com.azure.resourcemanager.netapp.fluent with parameters of type VolumePatchModifier and TypeMethodDescriptioncom.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<VolumeInner>, VolumeInner> VolumesClient.beginUpdate(String resourceGroupName, String accountName, String poolName, String volumeName, VolumePatch body) Update a volume Patch the specified volume.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<VolumeInner>, VolumeInner> VolumesClient.beginUpdate(String resourceGroupName, String accountName, String poolName, String volumeName, VolumePatch body, com.azure.core.util.Context context) Update a volume Patch the specified volume.VolumesClient.update(String resourceGroupName, String accountName, String poolName, String volumeName, VolumePatch body) Update a volume Patch the specified volume.VolumesClient.update(String resourceGroupName, String accountName, String poolName, String volumeName, VolumePatch body, com.azure.core.util.Context context) Update a volume Patch the specified volume. -
Uses of VolumePatch in com.azure.resourcemanager.netapp.models
Methods in com.azure.resourcemanager.netapp.models that return VolumePatchModifier and TypeMethodDescriptionstatic VolumePatchVolumePatch.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of VolumePatch from the JsonReader.VolumePatch.withCoolAccess(Boolean coolAccess) Set the coolAccess property: Specifies whether Cool Access(tiering) is enabled for the volume.VolumePatch.withCoolAccessRetrievalPolicy(CoolAccessRetrievalPolicy coolAccessRetrievalPolicy) Set 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.VolumePatch.withCoolAccessTieringPolicy(CoolAccessTieringPolicy coolAccessTieringPolicy) Set the coolAccessTieringPolicy property: coolAccessTieringPolicy determines which cold data blocks are moved to cool tier.VolumePatch.withCoolnessPeriod(Integer coolnessPeriod) Set the coolnessPeriod property: Specifies the number of days after which data that is not accessed by clients will be tiered.VolumePatch.withDataProtection(VolumePatchPropertiesDataProtection dataProtection) Set the dataProtection property: DataProtection type volumes include an object containing details of the replication.VolumePatch.withDefaultGroupQuotaInKiBs(Long defaultGroupQuotaInKiBs) Set the defaultGroupQuotaInKiBs property: Default group quota for volume in KiBs.VolumePatch.withDefaultUserQuotaInKiBs(Long defaultUserQuotaInKiBs) Set the defaultUserQuotaInKiBs property: Default user quota for volume in KiBs.VolumePatch.withExportPolicy(VolumePatchPropertiesExportPolicy exportPolicy) Set the exportPolicy property: Set of export policy rules.VolumePatch.withIsDefaultQuotaEnabled(Boolean isDefaultQuotaEnabled) Set the isDefaultQuotaEnabled property: Specifies if default quota is enabled for the volume.VolumePatch.withLocation(String location) VolumePatch.withProtocolTypes(List<String> protocolTypes) Set the protocolTypes property: Set of protocol types, default NFSv3, CIFS for SMB protocol.VolumePatch.withServiceLevel(ServiceLevel serviceLevel) Set the serviceLevel property: The service level of the file system.VolumePatch.withSmbAccessBasedEnumeration(SmbAccessBasedEnumeration smbAccessBasedEnumeration) Set the smbAccessBasedEnumeration property: Enables access-based enumeration share property for SMB Shares.VolumePatch.withSmbNonBrowsable(SmbNonBrowsable smbNonBrowsable) Set the smbNonBrowsable property: Enables non-browsable property for SMB Shares.VolumePatch.withSnapshotDirectoryVisible(Boolean snapshotDirectoryVisible) Set 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.VolumePatch.withThroughputMibps(Float throughputMibps) Set 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.VolumePatch.withUnixPermissions(String unixPermissions) Set the unixPermissions property: UNIX permissions for NFS volume accepted in octal 4 digit format.VolumePatch.withUsageThreshold(Long usageThreshold) Set the usageThreshold property: Maximum storage quota allowed for a file system in bytes.