Uses of Class
com.oracle.bmc.cloudmigrations.model.OlvmHost
-
Packages that use OlvmHost Package Description com.oracle.bmc.cloudmigrations.model -
-
Uses of OlvmHost in com.oracle.bmc.cloudmigrations.model
Methods in com.oracle.bmc.cloudmigrations.model that return OlvmHost Modifier and Type Method Description OlvmHostOlvmHost.Builder. build()Methods in com.oracle.bmc.cloudmigrations.model that return types with arguments of type OlvmHost Modifier and Type Method Description List<OlvmHost>OlvmVmPlacementPolicy. getHosts()List of hosts.Methods in com.oracle.bmc.cloudmigrations.model with parameters of type OlvmHost Modifier and Type Method Description OlvmHost.BuilderOlvmHost.Builder. copy(OlvmHost model)Method parameters in com.oracle.bmc.cloudmigrations.model with type arguments of type OlvmHost Modifier and Type Method Description OlvmVmPlacementPolicy.BuilderOlvmVmPlacementPolicy.Builder. hosts(List<OlvmHost> hosts)List of hosts.Constructor parameters in com.oracle.bmc.cloudmigrations.model with type arguments of type OlvmHost Constructor Description OlvmVmPlacementPolicy(OlvmVmPlacementPolicy.VmAffinity vmAffinity, List<OlvmHost> hosts)Deprecated.
-