Package com.oracle.bmc.ocvp.model
Class ReplaceHostDetails.Builder
- java.lang.Object
-
- com.oracle.bmc.ocvp.model.ReplaceHostDetails.Builder
-
- Enclosing class:
- ReplaceHostDetails
public static class ReplaceHostDetails.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ReplaceHostDetails
build()
ReplaceHostDetails.Builder
copy(ReplaceHostDetails model)
ReplaceHostDetails.Builder
esxiSoftwareVersion(String esxiSoftwareVersion)
The ESXi software bundle to install on the ESXi host.
-
-
-
Method Detail
-
esxiSoftwareVersion
public ReplaceHostDetails.Builder esxiSoftwareVersion(String esxiSoftwareVersion)
The ESXi software bundle to install on the ESXi host.Only versions under the same vmwareSoftwareVersion and have been validate by Oracle Cloud VMware Solution will be accepted. To get a list of the available versions, use
listSupportedVmwareSoftwareVersions
.- Parameters:
esxiSoftwareVersion
- the value to set- Returns:
- this builder
-
build
public ReplaceHostDetails build()
-
copy
public ReplaceHostDetails.Builder copy(ReplaceHostDetails model)
-
-