Uses of Class
com.azure.resourcemanager.netapp.models.ServiceLevel
Packages that use ServiceLevel
Package
Description
Package containing the inner data models for NetAppManagementClient.
Package containing the data models for NetAppManagementClient.
-
Uses of ServiceLevel in com.azure.resourcemanager.netapp.fluent.models
Methods in com.azure.resourcemanager.netapp.fluent.models that return ServiceLevelModifier and TypeMethodDescriptionCapacityPoolInner.serviceLevel()
Get the serviceLevel property: The service level of the file system.PoolProperties.serviceLevel()
Get the serviceLevel property: The service level of the file system.VolumeInner.serviceLevel()
Get the serviceLevel property: The service level of the file system.VolumePatchProperties.serviceLevel()
Get the serviceLevel property: The service level of the file system.VolumeProperties.serviceLevel()
Get the serviceLevel property: The service level of the file system.Methods in com.azure.resourcemanager.netapp.fluent.models with parameters of type ServiceLevelModifier and TypeMethodDescriptionCapacityPoolInner.withServiceLevel
(ServiceLevel serviceLevel) Set the serviceLevel property: The service level of the file system.PoolProperties.withServiceLevel
(ServiceLevel serviceLevel) Set the serviceLevel property: The service level of the file system.VolumeInner.withServiceLevel
(ServiceLevel serviceLevel) Set the serviceLevel property: The service level of the file system.VolumePatchProperties.withServiceLevel
(ServiceLevel serviceLevel) Set the serviceLevel property: The service level of the file system.VolumeProperties.withServiceLevel
(ServiceLevel serviceLevel) Set the serviceLevel property: The service level of the file system. -
Uses of ServiceLevel in com.azure.resourcemanager.netapp.models
Fields in com.azure.resourcemanager.netapp.models declared as ServiceLevelModifier and TypeFieldDescriptionstatic final ServiceLevel
ServiceLevel.PREMIUM
Static value Premium for ServiceLevel.static final ServiceLevel
ServiceLevel.STANDARD
Static value Standard for ServiceLevel.static final ServiceLevel
ServiceLevel.STANDARD_ZRS
Static value StandardZRS for ServiceLevel.static final ServiceLevel
ServiceLevel.ULTRA
Static value Ultra for ServiceLevel.Methods in com.azure.resourcemanager.netapp.models that return ServiceLevelModifier and TypeMethodDescriptionstatic ServiceLevel
ServiceLevel.fromString
(String name) Creates or finds a ServiceLevel from its string representation.CapacityPool.serviceLevel()
Gets the serviceLevel property: The service level of the file system.Volume.serviceLevel()
Gets the serviceLevel property: The service level of the file system.VolumeGroupVolumeProperties.serviceLevel()
Get the serviceLevel property: The service level of the file system.VolumePatch.serviceLevel()
Get the serviceLevel property: The service level of the file system.Methods in com.azure.resourcemanager.netapp.models that return types with arguments of type ServiceLevelModifier and TypeMethodDescriptionstatic Collection
<ServiceLevel> ServiceLevel.values()
Gets known ServiceLevel values.Methods in com.azure.resourcemanager.netapp.models with parameters of type ServiceLevelModifier and TypeMethodDescriptionCapacityPool.DefinitionStages.WithServiceLevel.withServiceLevel
(ServiceLevel serviceLevel) Specifies the serviceLevel property: The service level of the file system.Volume.DefinitionStages.WithServiceLevel.withServiceLevel
(ServiceLevel serviceLevel) Specifies the serviceLevel property: The service level of the file system.Volume.UpdateStages.WithServiceLevel.withServiceLevel
(ServiceLevel serviceLevel) Specifies the serviceLevel property: The service level of the file system.VolumeGroupVolumeProperties.withServiceLevel
(ServiceLevel serviceLevel) Set the serviceLevel property: The service level of the file system.VolumePatch.withServiceLevel
(ServiceLevel serviceLevel) Set the serviceLevel property: The service level of the file system.