Package | Description |
---|---|
com.oracle.bmc.tenantmanagercontrolplane | |
com.oracle.bmc.tenantmanagercontrolplane.model |
Modifier and Type | Method and Description |
---|---|
Waiter<GetDomainRequest,GetDomainResponse> |
DomainWaiters.forDomain(GetDomainRequest request,
Domain.LifecycleState... targetStates)
Creates a new
Waiter using the default configuration. |
Waiter<GetDomainRequest,GetDomainResponse> |
DomainWaiters.forDomain(GetDomainRequest request,
Domain.LifecycleState targetState,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy)
Creates a new
Waiter using the provided configuration. |
Waiter<GetDomainRequest,GetDomainResponse> |
DomainWaiters.forDomain(GetDomainRequest request,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy,
Domain.LifecycleState... targetStates)
Creates a new
Waiter using the provided configuration. |
Modifier and Type | Method and Description |
---|---|
static Domain.LifecycleState |
Domain.LifecycleState.create(String key) |
Domain.LifecycleState |
DomainSummary.getLifecycleState()
The lifecycle state of the domain.
|
Domain.LifecycleState |
Domain.getLifecycleState()
Lifecycle state of the domain.
|
static Domain.LifecycleState |
Domain.LifecycleState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Domain.LifecycleState[] |
Domain.LifecycleState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
DomainSummary.Builder |
DomainSummary.Builder.lifecycleState(Domain.LifecycleState lifecycleState)
The lifecycle state of the domain.
|
Domain.Builder |
Domain.Builder.lifecycleState(Domain.LifecycleState lifecycleState)
Lifecycle state of the domain.
|
Constructor and Description |
---|
Domain(String id,
String domainName,
String ownerId,
Domain.LifecycleState lifecycleState,
Domain.Status status,
String txtRecord,
Date timeCreated,
Date timeUpdated,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags)
Deprecated.
|
DomainSummary(String id,
String domainName,
String ownerId,
Domain.LifecycleState lifecycleState,
Domain.Status status,
String txtRecord,
Date timeCreated,
Date timeUpdated,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.