Uses of Class
com.oracle.bmc.ocvp.model.SupportedHostShapeSummary
-
Packages that use SupportedHostShapeSummary Package Description com.oracle.bmc.ocvp com.oracle.bmc.ocvp.model -
-
Uses of SupportedHostShapeSummary in com.oracle.bmc.ocvp
Methods in com.oracle.bmc.ocvp that return types with arguments of type SupportedHostShapeSummary Modifier and Type Method Description Iterable<SupportedHostShapeSummary>
SddcPaginators. listSupportedHostShapesRecordIterator(ListSupportedHostShapesRequest request)
Creates a new iterable which will iterate over theSupportedHostShapeSummary
objects contained in responses from the listSupportedHostShapes operation. -
Uses of SupportedHostShapeSummary in com.oracle.bmc.ocvp.model
Methods in com.oracle.bmc.ocvp.model that return SupportedHostShapeSummary Modifier and Type Method Description SupportedHostShapeSummary
SupportedHostShapeSummary.Builder. build()
Methods in com.oracle.bmc.ocvp.model that return types with arguments of type SupportedHostShapeSummary Modifier and Type Method Description List<SupportedHostShapeSummary>
SupportedHostShapeCollection. getItems()
A list of the supported compute shapes for ESXi hosts.Methods in com.oracle.bmc.ocvp.model with parameters of type SupportedHostShapeSummary Modifier and Type Method Description SupportedHostShapeSummary.Builder
SupportedHostShapeSummary.Builder. copy(SupportedHostShapeSummary model)
Method parameters in com.oracle.bmc.ocvp.model with type arguments of type SupportedHostShapeSummary Modifier and Type Method Description SupportedHostShapeCollection.Builder
SupportedHostShapeCollection.Builder. items(List<SupportedHostShapeSummary> items)
A list of the supported compute shapes for ESXi hosts.Constructor parameters in com.oracle.bmc.ocvp.model with type arguments of type SupportedHostShapeSummary Constructor Description SupportedHostShapeCollection(List<SupportedHostShapeSummary> items)
Deprecated.
-