Package | Description |
---|---|
com.oracle.bmc.goldengate.model |
Modifier and Type | Method and Description |
---|---|
static DeploymentWalletStatus |
DeploymentWalletStatus.create(String key) |
DeploymentWalletStatus |
DeploymentWalletsOperationSummary.getDeploymentWalletOperationStatus()
The status of the deployment wallet.
|
static DeploymentWalletStatus |
DeploymentWalletStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DeploymentWalletStatus[] |
DeploymentWalletStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
DeploymentWalletsOperationSummary.Builder |
DeploymentWalletsOperationSummary.Builder.deploymentWalletOperationStatus(DeploymentWalletStatus deploymentWalletOperationStatus)
The status of the deployment wallet.
|
Constructor and Description |
---|
DeploymentWalletsOperationSummary(String walletOperationId,
String walletSecretId,
DeploymentWalletOperationType deploymentWalletOperationType,
DeploymentWalletStatus deploymentWalletOperationStatus,
Date timeStarted,
Date timeCompleted)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.