Uses of Class
com.oracle.bmc.ocvp.model.SupportedEsxiSoftwareVersionSummary
- 
Packages that use SupportedEsxiSoftwareVersionSummary Package Description com.oracle.bmc.ocvp.model 
- 
- 
Uses of SupportedEsxiSoftwareVersionSummary in com.oracle.bmc.ocvp.modelMethods in com.oracle.bmc.ocvp.model that return SupportedEsxiSoftwareVersionSummary Modifier and Type Method Description SupportedEsxiSoftwareVersionSummarySupportedEsxiSoftwareVersionSummary.Builder. build()Methods in com.oracle.bmc.ocvp.model that return types with arguments of type SupportedEsxiSoftwareVersionSummary Modifier and Type Method Description List<SupportedEsxiSoftwareVersionSummary>SupportedVmwareSoftwareVersionSummary. getEsxiSoftwareVersions()A list of supported ESXi software versions.Methods in com.oracle.bmc.ocvp.model with parameters of type SupportedEsxiSoftwareVersionSummary Modifier and Type Method Description SupportedEsxiSoftwareVersionSummary.BuilderSupportedEsxiSoftwareVersionSummary.Builder. copy(SupportedEsxiSoftwareVersionSummary model)Method parameters in com.oracle.bmc.ocvp.model with type arguments of type SupportedEsxiSoftwareVersionSummary Modifier and Type Method Description SupportedVmwareSoftwareVersionSummary.BuilderSupportedVmwareSoftwareVersionSummary.Builder. esxiSoftwareVersions(List<SupportedEsxiSoftwareVersionSummary> esxiSoftwareVersions)A list of supported ESXi software versions.Constructor parameters in com.oracle.bmc.ocvp.model with type arguments of type SupportedEsxiSoftwareVersionSummary Constructor Description SupportedVmwareSoftwareVersionSummary(String version, String description, List<SupportedEsxiSoftwareVersionSummary> esxiSoftwareVersions)Deprecated.
 
-