Uses of Class
com.oracle.bmc.cloudmigrations.model.VolumeGroup
-
Packages that use VolumeGroup Package Description com.oracle.bmc.cloudmigrations.model -
-
Uses of VolumeGroup in com.oracle.bmc.cloudmigrations.model
Methods in com.oracle.bmc.cloudmigrations.model that return VolumeGroup Modifier and Type Method Description VolumeGroupVolumeGroup.Builder. build()VolumeGroupStorage. getVolumeGroup()Methods in com.oracle.bmc.cloudmigrations.model with parameters of type VolumeGroup Modifier and Type Method Description VolumeGroup.BuilderVolumeGroup.Builder. copy(VolumeGroup model)Storage.BuilderStorage.Builder. volumeGroup(VolumeGroup volumeGroup)Constructors in com.oracle.bmc.cloudmigrations.model with parameters of type VolumeGroup 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.
-