Package | Description |
---|---|
com.oracle.bmc.core.model |
Modifier and Type | Method and Description |
---|---|
InstancePoolInstance.Builder |
InstancePoolInstance.Builder.availabilityDomain(String availabilityDomain)
The availability domain the instance is running in.
|
static InstancePoolInstance.Builder |
InstancePoolInstance.builder()
Create a new builder.
|
InstancePoolInstance.Builder |
InstancePoolInstance.Builder.compartmentId(String compartmentId)
The OCID
of the compartment that contains the instance.
|
InstancePoolInstance.Builder |
InstancePoolInstance.Builder.copy(InstancePoolInstance model) |
InstancePoolInstance.Builder |
InstancePoolInstance.Builder.displayName(String displayName)
A user-friendly name.
|
InstancePoolInstance.Builder |
InstancePoolInstance.Builder.faultDomain(String faultDomain)
The fault domain the instance is running in.
|
InstancePoolInstance.Builder |
InstancePoolInstance.Builder.id(String id)
The OCID
of the instance.
|
InstancePoolInstance.Builder |
InstancePoolInstance.Builder.instanceConfigurationId(String instanceConfigurationId)
The OCID
of the instance configuration used to create the instance.
|
InstancePoolInstance.Builder |
InstancePoolInstance.Builder.instancePoolId(String instancePoolId)
The OCID
of the instance pool.
|
InstancePoolInstance.Builder |
InstancePoolInstance.Builder.lifecycleState(InstancePoolInstance.LifecycleState lifecycleState)
The attachment state of the instance in relation to the instance pool.
|
InstancePoolInstance.Builder |
InstancePoolInstance.Builder.loadBalancerBackends(List<InstancePoolInstanceLoadBalancerBackend> loadBalancerBackends)
The load balancer backends that are configured for the instance.
|
InstancePoolInstance.Builder |
InstancePoolInstance.Builder.region(String region)
The region that contains the availability domain the instance is running in.
|
InstancePoolInstance.Builder |
InstancePoolInstance.Builder.shape(String shape)
The shape of the instance.
|
InstancePoolInstance.Builder |
InstancePoolInstance.Builder.state(String state)
The lifecycle state of the instance.
|
InstancePoolInstance.Builder |
InstancePoolInstance.Builder.timeCreated(Date timeCreated)
The date and time the instance pool instance was created, in the format defined by
RFC3339.
|
InstancePoolInstance.Builder |
InstancePoolInstance.toBuilder() |
Copyright © 2016–2024. All rights reserved.