Class NfsVersion
java.lang.Object
com.azure.core.util.ExpandableStringEnum<NfsVersion>
com.azure.resourcemanager.storagemover.models.NfsVersion
- All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>
The NFS protocol version.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final NfsVersionStatic value NFSauto for NfsVersion.static final NfsVersionStatic value NFSv3 for NfsVersion.static final NfsVersionStatic value NFSv4 for NfsVersion. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic NfsVersionfromString(String name) Creates or finds a NfsVersion from its string representation.static Collection<NfsVersion> values()Gets known NfsVersion values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, getValue, hashCode, toString, values
-
Field Details
-
NFSAUTO
Static value NFSauto for NfsVersion. -
NFSV3
Static value NFSv3 for NfsVersion. -
NFSV4
Static value NFSv4 for NfsVersion.
-
-
Constructor Details
-
NfsVersion
Deprecated.Use thefromString(String)factory method.Creates a new instance of NfsVersion value.
-
-
Method Details
-
fromString
Creates or finds a NfsVersion from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding NfsVersion.
-
values
Gets known NfsVersion values.- Returns:
- known NfsVersion values.
-
fromString(String)factory method.