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 SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ReplaceHostDetailsbuild()ReplaceHostDetails.Buildercopy(ReplaceHostDetails model)ReplaceHostDetails.BuilderesxiSoftwareVersion(String esxiSoftwareVersion)The ESXi software bundle to install on the ESXi host.
 
- 
- 
- 
Method Detail- 
esxiSoftwareVersionpublic 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
 
 - 
buildpublic ReplaceHostDetails build() 
 - 
copypublic ReplaceHostDetails.Builder copy(ReplaceHostDetails model) 
 
- 
 
-