Package | Description |
---|---|
com.oracle.bmc.goldengate.model |
Modifier and Type | Method and Description |
---|---|
static DeploymentDiagnosticState |
DeploymentDiagnosticState.create(String key) |
DeploymentDiagnosticState |
DeploymentDiagnosticData.getDiagnosticState()
The state of the deployment diagnostic collection.
|
static DeploymentDiagnosticState |
DeploymentDiagnosticState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DeploymentDiagnosticState[] |
DeploymentDiagnosticState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
DeploymentDiagnosticData.Builder |
DeploymentDiagnosticData.Builder.diagnosticState(DeploymentDiagnosticState diagnosticState)
The state of the deployment diagnostic collection.
|
Constructor and Description |
---|
DeploymentDiagnosticData(String namespaceName,
String bucketName,
String objectName,
DeploymentDiagnosticState diagnosticState,
Date timeDiagnosticStart,
Date timeDiagnosticEnd)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.