Package | Description |
---|---|
com.oracle.bmc.core.model |
Modifier and Type | Method and Description |
---|---|
InstancePoolPlacementConfiguration |
InstancePoolPlacementConfiguration.Builder.build() |
Modifier and Type | Method and Description |
---|---|
List<InstancePoolPlacementConfiguration> |
InstancePool.getPlacementConfigurations()
The placement configurations for the instance pool.
|
Modifier and Type | Method and Description |
---|---|
InstancePoolPlacementConfiguration.Builder |
InstancePoolPlacementConfiguration.Builder.copy(InstancePoolPlacementConfiguration model) |
Modifier and Type | Method and Description |
---|---|
InstancePool.Builder |
InstancePool.Builder.placementConfigurations(List<InstancePoolPlacementConfiguration> placementConfigurations)
The placement configurations for the instance pool.
|
Constructor and Description |
---|
InstancePool(String id,
String compartmentId,
Map<String,Map<String,Object>> definedTags,
String displayName,
Map<String,String> freeformTags,
String instanceConfigurationId,
InstancePool.LifecycleState lifecycleState,
List<InstancePoolPlacementConfiguration> placementConfigurations,
Integer size,
Date timeCreated,
List<InstancePoolLoadBalancerAttachment> loadBalancers,
String instanceDisplayNameFormatter,
String instanceHostnameFormatter)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.