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.ocvpMethods 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 theSupportedHostShapeSummaryobjects contained in responses from the listSupportedHostShapes operation.
- 
Uses of SupportedHostShapeSummary in com.oracle.bmc.ocvp.modelMethods in com.oracle.bmc.ocvp.model that return SupportedHostShapeSummary Modifier and Type Method Description SupportedHostShapeSummarySupportedHostShapeSummary.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.BuilderSupportedHostShapeSummary.Builder. copy(SupportedHostShapeSummary model)Method parameters in com.oracle.bmc.ocvp.model with type arguments of type SupportedHostShapeSummary Modifier and Type Method Description SupportedHostShapeCollection.BuilderSupportedHostShapeCollection.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.
 
-