Package | Description |
---|---|
com.oracle.bmc.keymanagement | |
com.oracle.bmc.keymanagement.model |
Modifier and Type | Method and Description |
---|---|
Waiter<GetHsmClusterRequest,GetHsmClusterResponse> |
KmsHsmClusterWaiters.forHsmCluster(GetHsmClusterRequest request,
HsmCluster.LifecycleState... targetStates)
Creates a new
Waiter using the default configuration. |
Waiter<GetHsmClusterRequest,GetHsmClusterResponse> |
KmsHsmClusterWaiters.forHsmCluster(GetHsmClusterRequest request,
HsmCluster.LifecycleState targetState,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy)
Creates a new
Waiter using the provided configuration. |
Waiter<GetHsmClusterRequest,GetHsmClusterResponse> |
KmsHsmClusterWaiters.forHsmCluster(GetHsmClusterRequest request,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy,
HsmCluster.LifecycleState... targetStates)
Creates a new
Waiter using the provided configuration. |
Modifier and Type | Method and Description |
---|---|
static HsmCluster.LifecycleState |
HsmCluster.LifecycleState.create(String key) |
HsmCluster.LifecycleState |
HsmCluster.getLifecycleState()
The HSMCluster’s current state.
|
HsmCluster.LifecycleState |
HsmClusterSummary.getLifecycleState()
A HSMCluster resource’s current lifecycle state.
|
static HsmCluster.LifecycleState |
HsmCluster.LifecycleState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HsmCluster.LifecycleState[] |
HsmCluster.LifecycleState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
HsmCluster.Builder |
HsmCluster.Builder.lifecycleState(HsmCluster.LifecycleState lifecycleState)
The HSMCluster’s current state.
|
HsmClusterSummary.Builder |
HsmClusterSummary.Builder.lifecycleState(HsmCluster.LifecycleState lifecycleState)
A HSMCluster resource’s current lifecycle state.
|
Constructor and Description |
---|
HsmCluster(String id,
String compartmentId,
String displayName,
Date timeCreated,
Date timeUpdated,
HsmCluster.LifecycleState lifecycleState,
String dnsName,
Date timeOfDeletion,
Map<String,Map<String,Object>> definedTags,
Map<String,String> freeformTags)
Deprecated.
|
HsmClusterSummary(String id,
String displayName,
String compartmentId,
HsmCluster.LifecycleState lifecycleState,
String dnsName,
Date timeCreated,
Date timeUpdated,
Date timeOfDeletion,
Map<String,Map<String,Object>> definedTags,
Map<String,String> freeformTags)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.