Uses of Class
com.oracle.bmc.core.model.InstancePoolSummary
-
Packages that use InstancePoolSummary Package Description com.oracle.bmc.core com.oracle.bmc.core.model com.oracle.bmc.core.responses -
-
Uses of InstancePoolSummary in com.oracle.bmc.core
Methods in com.oracle.bmc.core that return types with arguments of type InstancePoolSummary Modifier and Type Method Description Iterable<InstancePoolSummary>
ComputeManagementPaginators. listInstancePoolsRecordIterator(ListInstancePoolsRequest request)
Creates a new iterable which will iterate over theInstancePoolSummary
objects contained in responses from the listInstancePools operation. -
Uses of InstancePoolSummary in com.oracle.bmc.core.model
Methods in com.oracle.bmc.core.model that return InstancePoolSummary Modifier and Type Method Description InstancePoolSummary
InstancePoolSummary.Builder. build()
Methods in com.oracle.bmc.core.model that return types with arguments of type InstancePoolSummary Modifier and Type Method Description List<InstancePoolSummary>
ClusterNetworkSummary. getInstancePools()
The instance pools in the cluster network.Methods in com.oracle.bmc.core.model with parameters of type InstancePoolSummary Modifier and Type Method Description InstancePoolSummary.Builder
InstancePoolSummary.Builder. copy(InstancePoolSummary model)
Method parameters in com.oracle.bmc.core.model with type arguments of type InstancePoolSummary Modifier and Type Method Description ClusterNetworkSummary.Builder
ClusterNetworkSummary.Builder. instancePools(List<InstancePoolSummary> instancePools)
The instance pools in the cluster network.Constructor parameters in com.oracle.bmc.core.model with type arguments of type InstancePoolSummary Constructor Description ClusterNetworkSummary(String id, String compartmentId, Map<String,Map<String,Object>> definedTags, String displayName, Map<String,String> freeformTags, List<InstancePoolSummary> instancePools, ClusterNetworkSummary.LifecycleState lifecycleState, Date timeCreated, Date timeUpdated)
Deprecated. -
Uses of InstancePoolSummary in com.oracle.bmc.core.responses
Methods in com.oracle.bmc.core.responses that return types with arguments of type InstancePoolSummary Modifier and Type Method Description List<InstancePoolSummary>
ListInstancePoolsResponse. getItems()
A list of com.oracle.bmc.core.model.InstancePoolSummary instances.Method parameters in com.oracle.bmc.core.responses with type arguments of type InstancePoolSummary Modifier and Type Method Description ListInstancePoolsResponse.Builder
ListInstancePoolsResponse.Builder. items(List<InstancePoolSummary> items)
A list of com.oracle.bmc.core.model.InstancePoolSummary instances.
-