Package | Description |
---|---|
com.oracle.bmc.devops.model |
Modifier and Type | Method and Description |
---|---|
static ConnectionValidationResult.Result |
ConnectionValidationResult.Result.create(String key) |
ConnectionValidationResult.Result |
ConnectionValidationResult.getResult()
The latest result of whether the credentials pass the validation.
|
static ConnectionValidationResult.Result |
ConnectionValidationResult.Result.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConnectionValidationResult.Result[] |
ConnectionValidationResult.Result.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ConnectionValidationResult.Builder |
ConnectionValidationResult.Builder.result(ConnectionValidationResult.Result result)
The latest result of whether the credentials pass the validation.
|
Constructor and Description |
---|
ConnectionValidationResult(ConnectionValidationResult.Result result,
Date timeValidated,
String message)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.