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.model
Methods in com.oracle.bmc.ocvp.model that return SupportedEsxiSoftwareVersionSummary Modifier and Type Method Description SupportedEsxiSoftwareVersionSummary
SupportedEsxiSoftwareVersionSummary.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.Builder
SupportedEsxiSoftwareVersionSummary.Builder. copy(SupportedEsxiSoftwareVersionSummary model)
Method parameters in com.oracle.bmc.ocvp.model with type arguments of type SupportedEsxiSoftwareVersionSummary Modifier and Type Method Description SupportedVmwareSoftwareVersionSummary.Builder
SupportedVmwareSoftwareVersionSummary.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.
-