Package | Description |
---|---|
com.oracle.bmc.accessgovernancecp | |
com.oracle.bmc.accessgovernancecp.model |
Modifier and Type | Method and Description |
---|---|
static InstanceLifecycleState |
InstanceLifecycleState.create(String key) |
InstanceLifecycleState |
GovernanceInstanceSummary.getLifecycleState()
The current state of the GovernanceInstance.
|
InstanceLifecycleState |
GovernanceInstance.getLifecycleState()
The current state of the GovernanceInstance.
|
static InstanceLifecycleState |
InstanceLifecycleState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InstanceLifecycleState[] |
InstanceLifecycleState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
GovernanceInstanceSummary.Builder |
GovernanceInstanceSummary.Builder.lifecycleState(InstanceLifecycleState lifecycleState)
The current state of the GovernanceInstance.
|
GovernanceInstance.Builder |
GovernanceInstance.Builder.lifecycleState(InstanceLifecycleState lifecycleState)
The current state of the GovernanceInstance.
|
Constructor and Description |
---|
GovernanceInstance(String id,
String displayName,
String compartmentId,
Date timeCreated,
Date timeUpdated,
InstanceLifecycleState lifecycleState,
String description,
LicenseType licenseType,
String tenancyNamespace,
String instanceUrl,
Map<String,Map<String,Object>> definedTags,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> systemTags)
Deprecated.
|
GovernanceInstanceSummary(String id,
String displayName,
String description,
String compartmentId,
Date timeCreated,
Date timeUpdated,
InstanceLifecycleState lifecycleState,
LicenseType licenseType,
String instanceUrl,
Map<String,Map<String,Object>> definedTags,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> systemTags)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.