Package | Description |
---|---|
com.oracle.bmc.tenantmanagercontrolplane.model | |
com.oracle.bmc.tenantmanagercontrolplane.requests |
Modifier and Type | Method and Description |
---|---|
static Domain.Status |
Domain.Status.create(String key) |
Domain.Status |
DomainSummary.getStatus()
Status of the domain.
|
Domain.Status |
Domain.getStatus()
Status of the domain.
|
static Domain.Status |
Domain.Status.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Domain.Status[] |
Domain.Status.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.status(Domain.Status status)
Status of the domain.
|
Domain.Builder |
Domain.Builder.status(Domain.Status status)
Status 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.
|
Modifier and Type | Method and Description |
---|---|
Domain.Status |
ListDomainsRequest.getStatus()
The status of the domain.
|
Modifier and Type | Method and Description |
---|---|
ListDomainsRequest.Builder |
ListDomainsRequest.Builder.status(Domain.Status status)
The status of the domain.
|
Copyright © 2016–2024. All rights reserved.