Package | Description |
---|---|
com.oracle.bmc.tenantmanagercontrolplane | |
com.oracle.bmc.tenantmanagercontrolplane.model |
Modifier and Type | Method and Description |
---|---|
static DomainGovernance.LifecycleState |
DomainGovernance.LifecycleState.create(String key) |
DomainGovernance.LifecycleState |
DomainGovernanceSummary.getLifecycleState()
The lifecycle state of the domain governance entity.
|
DomainGovernance.LifecycleState |
DomainGovernance.getLifecycleState()
Lifecycle state of the domain governance entity.
|
static DomainGovernance.LifecycleState |
DomainGovernance.LifecycleState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DomainGovernance.LifecycleState[] |
DomainGovernance.LifecycleState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
DomainGovernanceSummary.Builder |
DomainGovernanceSummary.Builder.lifecycleState(DomainGovernance.LifecycleState lifecycleState)
The lifecycle state of the domain governance entity.
|
DomainGovernance.Builder |
DomainGovernance.Builder.lifecycleState(DomainGovernance.LifecycleState lifecycleState)
Lifecycle state of the domain governance entity.
|
Constructor and Description |
---|
DomainGovernance(String id,
String ownerId,
String domainId,
DomainGovernance.LifecycleState lifecycleState,
Boolean isGovernanceEnabled,
String subscriptionEmail,
String onsTopicId,
String onsSubscriptionId,
Date timeCreated,
Date timeUpdated,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags)
Deprecated.
|
DomainGovernanceSummary(String id,
String ownerId,
String domainId,
DomainGovernance.LifecycleState lifecycleState,
Boolean isGovernanceEnabled,
String subscriptionEmail,
String onsTopicId,
String onsSubscriptionId,
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.