Package | Description |
---|---|
com.oracle.bmc.keymanagement | |
com.oracle.bmc.keymanagement.model | |
com.oracle.bmc.keymanagement.requests |
Modifier and Type | Method and Description |
---|---|
Waiter<GetHsmPartitionRequest,GetHsmPartitionResponse> |
KmsHsmClusterWaiters.forHsmPartition(GetHsmPartitionRequest request,
HsmPartition.LifecycleState... targetStates)
Creates a new
Waiter using the default configuration. |
Waiter<GetHsmPartitionRequest,GetHsmPartitionResponse> |
KmsHsmClusterWaiters.forHsmPartition(GetHsmPartitionRequest request,
HsmPartition.LifecycleState targetState,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy)
Creates a new
Waiter using the provided configuration. |
Waiter<GetHsmPartitionRequest,GetHsmPartitionResponse> |
KmsHsmClusterWaiters.forHsmPartition(GetHsmPartitionRequest request,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy,
HsmPartition.LifecycleState... targetStates)
Creates a new
Waiter using the provided configuration. |
Modifier and Type | Method and Description |
---|---|
static HsmPartition.LifecycleState |
HsmPartition.LifecycleState.create(String key) |
HsmPartition.LifecycleState |
HsmPartition.getLifecycleState()
A HSMCluster resource’s current lifecycle state.
|
HsmPartition.LifecycleState |
HsmPartitionSummary.getLifecycleState()
A HSMCluster resource’s current lifecycle state.
|
static HsmPartition.LifecycleState |
HsmPartition.LifecycleState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HsmPartition.LifecycleState[] |
HsmPartition.LifecycleState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
HsmPartition.Builder |
HsmPartition.Builder.lifecycleState(HsmPartition.LifecycleState lifecycleState)
A HSMCluster resource’s current lifecycle state.
|
HsmPartitionSummary.Builder |
HsmPartitionSummary.Builder.lifecycleState(HsmPartition.LifecycleState lifecycleState)
A HSMCluster resource’s current lifecycle state.
|
Constructor and Description |
---|
HsmPartition(String id,
String compartmentId,
List<PortInformation> portInformation,
Date timeCreated,
Date timeUpdated,
HsmPartition.LifecycleState lifecycleState)
Deprecated.
|
HsmPartitionSummary(String id,
String hsmClusterId,
HsmPartition.LifecycleState lifecycleState,
String compartmentId,
List<PortInformation> portInformation,
Date timeCreated,
Date timeUpdated)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
HsmPartition.LifecycleState |
ListHsmPartitionsRequest.getLifecycleState()
A filter that returns only resources that match the specified lifecycle state.
|
Modifier and Type | Method and Description |
---|---|
ListHsmPartitionsRequest.Builder |
ListHsmPartitionsRequest.Builder.lifecycleState(HsmPartition.LifecycleState lifecycleState)
A filter that returns only resources that match the specified lifecycle state.
|
Copyright © 2016–2024. All rights reserved.