Package | Description |
---|---|
com.oracle.bmc.core.model | |
com.oracle.bmc.core.responses |
Modifier and Type | Method and Description |
---|---|
InstancePool |
InstancePool.Builder.build() |
Modifier and Type | Method and Description |
---|---|
List<InstancePool> |
ClusterNetwork.getInstancePools()
The instance pools in the cluster network.
|
Modifier and Type | Method and Description |
---|---|
InstancePool.Builder |
InstancePool.Builder.copy(InstancePool model) |
Modifier and Type | Method and Description |
---|---|
ClusterNetwork.Builder |
ClusterNetwork.Builder.instancePools(List<InstancePool> instancePools)
The instance pools in the cluster network.
|
Constructor and Description |
---|
ClusterNetwork(String id,
String compartmentId,
String hpcIslandId,
List<String> networkBlockIds,
Map<String,Map<String,Object>> definedTags,
String displayName,
Map<String,String> freeformTags,
List<InstancePool> instancePools,
ClusterNetworkPlacementConfigurationDetails placementConfiguration,
ClusterNetwork.LifecycleState lifecycleState,
Date timeCreated,
Date timeUpdated)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
InstancePool |
StartInstancePoolResponse.getInstancePool()
The returned
InstancePool instance. |
InstancePool |
CreateInstancePoolResponse.getInstancePool()
The returned
InstancePool instance. |
InstancePool |
SoftstopInstancePoolResponse.getInstancePool()
The returned
InstancePool instance. |
InstancePool |
SoftresetInstancePoolResponse.getInstancePool()
The returned
InstancePool instance. |
InstancePool |
GetInstancePoolResponse.getInstancePool()
The returned
InstancePool instance. |
InstancePool |
StopInstancePoolResponse.getInstancePool()
The returned
InstancePool instance. |
InstancePool |
DetachLoadBalancerResponse.getInstancePool()
The returned
InstancePool instance. |
InstancePool |
UpdateInstancePoolResponse.getInstancePool()
The returned
InstancePool instance. |
InstancePool |
AttachLoadBalancerResponse.getInstancePool()
The returned
InstancePool instance. |
InstancePool |
ResetInstancePoolResponse.getInstancePool()
The returned
InstancePool instance. |
Modifier and Type | Method and Description |
---|---|
StartInstancePoolResponse.Builder |
StartInstancePoolResponse.Builder.instancePool(InstancePool instancePool)
The returned
InstancePool instance. |
CreateInstancePoolResponse.Builder |
CreateInstancePoolResponse.Builder.instancePool(InstancePool instancePool)
The returned
InstancePool instance. |
SoftstopInstancePoolResponse.Builder |
SoftstopInstancePoolResponse.Builder.instancePool(InstancePool instancePool)
The returned
InstancePool instance. |
SoftresetInstancePoolResponse.Builder |
SoftresetInstancePoolResponse.Builder.instancePool(InstancePool instancePool)
The returned
InstancePool instance. |
GetInstancePoolResponse.Builder |
GetInstancePoolResponse.Builder.instancePool(InstancePool instancePool)
The returned
InstancePool instance. |
StopInstancePoolResponse.Builder |
StopInstancePoolResponse.Builder.instancePool(InstancePool instancePool)
The returned
InstancePool instance. |
DetachLoadBalancerResponse.Builder |
DetachLoadBalancerResponse.Builder.instancePool(InstancePool instancePool)
The returned
InstancePool instance. |
UpdateInstancePoolResponse.Builder |
UpdateInstancePoolResponse.Builder.instancePool(InstancePool instancePool)
The returned
InstancePool instance. |
AttachLoadBalancerResponse.Builder |
AttachLoadBalancerResponse.Builder.instancePool(InstancePool instancePool)
The returned
InstancePool instance. |
ResetInstancePoolResponse.Builder |
ResetInstancePoolResponse.Builder.instancePool(InstancePool instancePool)
The returned
InstancePool instance. |
Copyright © 2016–2024. All rights reserved.