Uses of Class
com.azure.resourcemanager.netapp.models.EnableSubvolumes
Packages that use EnableSubvolumes
Package
Description
Package containing the inner data models for NetAppManagementClient.
Package containing the data models for NetAppManagementClient.
-
Uses of EnableSubvolumes in com.azure.resourcemanager.netapp.fluent.models
Methods in com.azure.resourcemanager.netapp.fluent.models that return EnableSubvolumesModifier and TypeMethodDescriptionVolumeInner.enableSubvolumes()
Get the enableSubvolumes property: Flag indicating whether subvolume operations are enabled on the volume.VolumeProperties.enableSubvolumes()
Get the enableSubvolumes property: Flag indicating whether subvolume operations are enabled on the volume.Methods in com.azure.resourcemanager.netapp.fluent.models with parameters of type EnableSubvolumesModifier and TypeMethodDescriptionVolumeInner.withEnableSubvolumes
(EnableSubvolumes enableSubvolumes) Set the enableSubvolumes property: Flag indicating whether subvolume operations are enabled on the volume.VolumeProperties.withEnableSubvolumes
(EnableSubvolumes enableSubvolumes) Set the enableSubvolumes property: Flag indicating whether subvolume operations are enabled on the volume. -
Uses of EnableSubvolumes in com.azure.resourcemanager.netapp.models
Fields in com.azure.resourcemanager.netapp.models declared as EnableSubvolumesModifier and TypeFieldDescriptionstatic final EnableSubvolumes
EnableSubvolumes.DISABLED
Static value Disabled for EnableSubvolumes.static final EnableSubvolumes
EnableSubvolumes.ENABLED
Static value Enabled for EnableSubvolumes.Methods in com.azure.resourcemanager.netapp.models that return EnableSubvolumesModifier and TypeMethodDescriptionVolume.enableSubvolumes()
Gets the enableSubvolumes property: Flag indicating whether subvolume operations are enabled on the volume.VolumeGroupVolumeProperties.enableSubvolumes()
Get the enableSubvolumes property: Flag indicating whether subvolume operations are enabled on the volume.static EnableSubvolumes
EnableSubvolumes.fromString
(String name) Creates or finds a EnableSubvolumes from its string representation.Methods in com.azure.resourcemanager.netapp.models that return types with arguments of type EnableSubvolumesModifier and TypeMethodDescriptionstatic Collection
<EnableSubvolumes> EnableSubvolumes.values()
Gets known EnableSubvolumes values.Methods in com.azure.resourcemanager.netapp.models with parameters of type EnableSubvolumesModifier and TypeMethodDescriptionVolume.DefinitionStages.WithEnableSubvolumes.withEnableSubvolumes
(EnableSubvolumes enableSubvolumes) Specifies the enableSubvolumes property: Flag indicating whether subvolume operations are enabled on the volume.VolumeGroupVolumeProperties.withEnableSubvolumes
(EnableSubvolumes enableSubvolumes) Set the enableSubvolumes property: Flag indicating whether subvolume operations are enabled on the volume.