Package | Description |
---|---|
com.oracle.bmc.mysql.model |
Modifier and Type | Method and Description |
---|---|
static DbSystemEndpoint.Modes |
DbSystemEndpoint.Modes.create(String key) |
static DbSystemEndpoint.Modes |
DbSystemEndpoint.Modes.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DbSystemEndpoint.Modes[] |
DbSystemEndpoint.Modes.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
List<DbSystemEndpoint.Modes> |
DbSystemEndpoint.getModes()
The access modes from the client that this endpoint supports.
|
Modifier and Type | Method and Description |
---|---|
DbSystemEndpoint.Builder |
DbSystemEndpoint.Builder.modes(List<DbSystemEndpoint.Modes> modes)
The access modes from the client that this endpoint supports.
|
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.