Package | Description |
---|---|
com.oracle.bmc.mysql.model |
Modifier and Type | Method and Description |
---|---|
static DbSystemEndpoint.Status |
DbSystemEndpoint.Status.create(String key) |
DbSystemEndpoint.Status |
DbSystemEndpoint.getStatus()
The state of the endpoints, as far as it can seen from the DB System.
|
static DbSystemEndpoint.Status |
DbSystemEndpoint.Status.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DbSystemEndpoint.Status[] |
DbSystemEndpoint.Status.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
DbSystemEndpoint.Builder |
DbSystemEndpoint.Builder.status(DbSystemEndpoint.Status status)
The state of the endpoints, as far as it can seen from the DB System.
|
Constructor and Description |
---|
DbSystemEndpoint(String hostname,
String ipAddress,
Integer port,
Integer portX,
List<DbSystemEndpoint.Modes> modes,
DbSystemEndpoint.Status status,
String statusDetails,
DbSystemEndpoint.ResourceType resourceType,
String resourceId)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.