Uses of Class
com.oracle.bmc.ocvp.model.VsphereUpgradeObject
-
Packages that use VsphereUpgradeObject Package Description com.oracle.bmc.ocvp.model -
-
Uses of VsphereUpgradeObject in com.oracle.bmc.ocvp.model
Methods in com.oracle.bmc.ocvp.model that return VsphereUpgradeObject Modifier and Type Method Description VsphereUpgradeObject
VsphereUpgradeObject.Builder. build()
Methods in com.oracle.bmc.ocvp.model that return types with arguments of type VsphereUpgradeObject Modifier and Type Method Description List<VsphereUpgradeObject>
Cluster. getVsphereUpgradeObjects()
The links to binary objects needed to upgrade vSphere.Methods in com.oracle.bmc.ocvp.model with parameters of type VsphereUpgradeObject Modifier and Type Method Description VsphereUpgradeObject.Builder
VsphereUpgradeObject.Builder. copy(VsphereUpgradeObject model)
Method parameters in com.oracle.bmc.ocvp.model with type arguments of type VsphereUpgradeObject Modifier and Type Method Description Cluster.Builder
Cluster.Builder. vsphereUpgradeObjects(List<VsphereUpgradeObject> vsphereUpgradeObjects)
The links to binary objects needed to upgrade vSphere.
-