Package | Description |
---|---|
com.oracle.bmc.keymanagement.model |
Modifier and Type | Method and Description |
---|---|
static EkmsPrivateEndpointSummary.LifecycleState |
EkmsPrivateEndpointSummary.LifecycleState.create(String key) |
EkmsPrivateEndpointSummary.LifecycleState |
EkmsPrivateEndpointSummary.getLifecycleState()
The current state of the EKMS private endpoint resource.
|
static EkmsPrivateEndpointSummary.LifecycleState |
EkmsPrivateEndpointSummary.LifecycleState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EkmsPrivateEndpointSummary.LifecycleState[] |
EkmsPrivateEndpointSummary.LifecycleState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
EkmsPrivateEndpointSummary.Builder |
EkmsPrivateEndpointSummary.Builder.lifecycleState(EkmsPrivateEndpointSummary.LifecycleState lifecycleState)
The current state of the EKMS private endpoint resource.
|
Constructor and Description |
---|
EkmsPrivateEndpointSummary(String id,
String subnetId,
String compartmentId,
Date timeCreated,
Date timeUpdated,
String displayName,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
EkmsPrivateEndpointSummary.LifecycleState lifecycleState)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.