Uses of Class
com.oracle.bmc.cloudmigrations.model.Storage.NfsVersion
-
Packages that use Storage.NfsVersion Package Description com.oracle.bmc.cloudmigrations.model -
-
Uses of Storage.NfsVersion in com.oracle.bmc.cloudmigrations.model
Methods in com.oracle.bmc.cloudmigrations.model that return Storage.NfsVersion Modifier and Type Method Description static Storage.NfsVersionStorage.NfsVersion. create(String key)Storage.NfsVersionStorage. getNfsVersion()Version of NFS used.static Storage.NfsVersionStorage.NfsVersion. valueOf(String name)Returns the enum constant of this type with the specified name.static Storage.NfsVersion[]Storage.NfsVersion. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.cloudmigrations.model with parameters of type Storage.NfsVersion Modifier and Type Method Description Storage.BuilderStorage.Builder. nfsVersion(Storage.NfsVersion nfsVersion)Version of NFS used.Constructors in com.oracle.bmc.cloudmigrations.model with parameters of type Storage.NfsVersion Constructor Description Storage(String id, String address, String comment, String storageDescription, List<OlvmProperty> driverOptions, List<OlvmProperty> driverSensitiveOptions, List<LogicalUnit> logicalUnits, String mountOptions, Integer nfsRetrans, Integer nfsTimeo, Storage.NfsVersion nfsVersion, Boolean isOverrideLuns, String password, Integer paths, Integer port, String portal, String target, String username, Storage.Type type, String vfsType, VolumeGroup volumeGroup)Deprecated.
-