Package | Description |
---|---|
com.oracle.bmc.identity.model |
Modifier and Type | Method and Description |
---|---|
static DomainSummary.LifecycleState |
DomainSummary.LifecycleState.create(String key) |
DomainSummary.LifecycleState |
DomainSummary.getLifecycleState()
The current state.
|
static DomainSummary.LifecycleState |
DomainSummary.LifecycleState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DomainSummary.LifecycleState[] |
DomainSummary.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(DomainSummary.LifecycleState lifecycleState)
The current state.
|
Constructor and Description |
---|
DomainSummary(String id,
String compartmentId,
String displayName,
String description,
String url,
String homeRegionUrl,
String homeRegion,
List<ReplicatedRegionDetails> replicaRegions,
DomainSummary.Type type,
String licenseType,
Boolean isHiddenOnLogin,
Date timeCreated,
DomainSummary.LifecycleState lifecycleState,
DomainSummary.LifecycleDetails lifecycleDetails,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.