Uses of Class
com.azure.resourcemanager.netapp.models.NetworkFeatures
Packages that use NetworkFeatures
Package
Description
Package containing the inner data models for NetAppManagementClient.
Package containing the data models for NetAppManagementClient.
-
Uses of NetworkFeatures in com.azure.resourcemanager.netapp.fluent.models
Methods in com.azure.resourcemanager.netapp.fluent.models that return NetworkFeaturesModifier and TypeMethodDescriptionVolumeInner.effectiveNetworkFeatures()
Get the effectiveNetworkFeatures property: The effective value of the network features type available to the volume, or current effective state of update.VolumeProperties.effectiveNetworkFeatures()
Get the effectiveNetworkFeatures property: The effective value of the network features type available to the volume, or current effective state of update.NetworkSiblingSetInner.networkFeatures()
Get the networkFeatures property: Network features available to the volume, or current state of update.VolumeInner.networkFeatures()
Get the networkFeatures property: The original value of the network features type available to the volume at the time it was created.VolumeProperties.networkFeatures()
Get the networkFeatures property: The original value of the network features type available to the volume at the time it was created.Methods in com.azure.resourcemanager.netapp.fluent.models with parameters of type NetworkFeaturesModifier and TypeMethodDescriptionNetworkSiblingSetInner.withNetworkFeatures
(NetworkFeatures networkFeatures) Set the networkFeatures property: Network features available to the volume, or current state of update.VolumeInner.withNetworkFeatures
(NetworkFeatures networkFeatures) Set the networkFeatures property: The original value of the network features type available to the volume at the time it was created.VolumeProperties.withNetworkFeatures
(NetworkFeatures networkFeatures) Set the networkFeatures property: The original value of the network features type available to the volume at the time it was created. -
Uses of NetworkFeatures in com.azure.resourcemanager.netapp.models
Fields in com.azure.resourcemanager.netapp.models declared as NetworkFeaturesModifier and TypeFieldDescriptionstatic final NetworkFeatures
NetworkFeatures.BASIC
Static value Basic for NetworkFeatures.static final NetworkFeatures
NetworkFeatures.BASIC_STANDARD
Static value Basic_Standard for NetworkFeatures.static final NetworkFeatures
NetworkFeatures.STANDARD
Static value Standard for NetworkFeatures.static final NetworkFeatures
NetworkFeatures.STANDARD_BASIC
Static value Standard_Basic for NetworkFeatures.Methods in com.azure.resourcemanager.netapp.models that return NetworkFeaturesModifier and TypeMethodDescriptionVolume.effectiveNetworkFeatures()
Gets the effectiveNetworkFeatures property: The effective value of the network features type available to the volume, or current effective state of update.VolumeGroupVolumeProperties.effectiveNetworkFeatures()
Get the effectiveNetworkFeatures property: The effective value of the network features type available to the volume, or current effective state of update.static NetworkFeatures
NetworkFeatures.fromString
(String name) Creates or finds a NetworkFeatures from its string representation.NetworkSiblingSet.networkFeatures()
Gets the networkFeatures property: Network features available to the volume, or current state of update.UpdateNetworkSiblingSetRequest.networkFeatures()
Get the networkFeatures property: Network features available to the volume.Volume.networkFeatures()
Gets the networkFeatures property: The original value of the network features type available to the volume at the time it was created.VolumeGroupVolumeProperties.networkFeatures()
Get the networkFeatures property: The original value of the network features type available to the volume at the time it was created.Methods in com.azure.resourcemanager.netapp.models that return types with arguments of type NetworkFeaturesModifier and TypeMethodDescriptionstatic Collection
<NetworkFeatures> NetworkFeatures.values()
Gets known NetworkFeatures values.Methods in com.azure.resourcemanager.netapp.models with parameters of type NetworkFeaturesModifier and TypeMethodDescriptionUpdateNetworkSiblingSetRequest.withNetworkFeatures
(NetworkFeatures networkFeatures) Set the networkFeatures property: Network features available to the volume.Volume.DefinitionStages.WithNetworkFeatures.withNetworkFeatures
(NetworkFeatures networkFeatures) Specifies the networkFeatures property: The original value of the network features type available to the volume at the time it was created..VolumeGroupVolumeProperties.withNetworkFeatures
(NetworkFeatures networkFeatures) Set the networkFeatures property: The original value of the network features type available to the volume at the time it was created.