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