Package | Description |
---|---|
com.oracle.bmc.core.model |
Modifier and Type | Method and Description |
---|---|
static InstancePool.Builder |
InstancePool.builder()
Create a new builder.
|
InstancePool.Builder |
InstancePool.Builder.compartmentId(String compartmentId)
The OCID
of the compartment containing the instance pool.
|
InstancePool.Builder |
InstancePool.Builder.copy(InstancePool model) |
InstancePool.Builder |
InstancePool.Builder.definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource.
|
InstancePool.Builder |
InstancePool.Builder.displayName(String displayName)
A user-friendly name.
|
InstancePool.Builder |
InstancePool.Builder.freeformTags(Map<String,String> freeformTags)
Free-form tags for this resource.
|
InstancePool.Builder |
InstancePool.Builder.id(String id)
The OCID
of the instance pool.
|
InstancePool.Builder |
InstancePool.Builder.instanceConfigurationId(String instanceConfigurationId)
The OCID
of the instance configuration associated with the instance pool.
|
InstancePool.Builder |
InstancePool.Builder.instanceDisplayNameFormatter(String instanceDisplayNameFormatter)
A user-friendly formatter for the instance pool’s instances.
|
InstancePool.Builder |
InstancePool.Builder.instanceHostnameFormatter(String instanceHostnameFormatter)
A user-friendly formatter for the instance pool’s instances.
|
InstancePool.Builder |
InstancePool.Builder.lifecycleState(InstancePool.LifecycleState lifecycleState)
The current state of the instance pool.
|
InstancePool.Builder |
InstancePool.Builder.loadBalancers(List<InstancePoolLoadBalancerAttachment> loadBalancers)
The load balancers attached to the instance pool.
|
InstancePool.Builder |
InstancePool.Builder.placementConfigurations(List<InstancePoolPlacementConfiguration> placementConfigurations)
The placement configurations for the instance pool.
|
InstancePool.Builder |
InstancePool.Builder.size(Integer size)
The number of instances that should be in the instance pool.
|
InstancePool.Builder |
InstancePool.Builder.timeCreated(Date timeCreated)
The date and time the instance pool was created, in the format defined by
RFC3339.
|
InstancePool.Builder |
InstancePool.toBuilder() |
Copyright © 2016–2024. All rights reserved.