Package | Description |
---|---|
com.oracle.bmc.mysql.model |
Modifier and Type | Method and Description |
---|---|
static DbSystemEndpoint.Builder |
DbSystemEndpoint.builder()
Create a new builder.
|
DbSystemEndpoint.Builder |
DbSystemEndpoint.Builder.copy(DbSystemEndpoint model) |
DbSystemEndpoint.Builder |
DbSystemEndpoint.Builder.hostname(String hostname)
The network address of the DB System.
|
DbSystemEndpoint.Builder |
DbSystemEndpoint.Builder.ipAddress(String ipAddress)
The IP address the DB System is configured to listen on.
|
DbSystemEndpoint.Builder |
DbSystemEndpoint.Builder.modes(List<DbSystemEndpoint.Modes> modes)
The access modes from the client that this endpoint supports.
|
DbSystemEndpoint.Builder |
DbSystemEndpoint.Builder.port(Integer port)
The port the MySQL instance listens on.
|
DbSystemEndpoint.Builder |
DbSystemEndpoint.Builder.portX(Integer portX)
The network port where to connect to use this endpoint using the X protocol.
|
DbSystemEndpoint.Builder |
DbSystemEndpoint.Builder.resourceId(String resourceId)
The OCID of the resource that this endpoint is attached to.
|
DbSystemEndpoint.Builder |
DbSystemEndpoint.Builder.resourceType(DbSystemEndpoint.ResourceType resourceType)
The type of endpoint that clients and connectors can connect to.
|
DbSystemEndpoint.Builder |
DbSystemEndpoint.Builder.status(DbSystemEndpoint.Status status)
The state of the endpoints, as far as it can seen from the DB System.
|
DbSystemEndpoint.Builder |
DbSystemEndpoint.Builder.statusDetails(String statusDetails)
Additional information about the current endpoint status.
|
DbSystemEndpoint.Builder |
DbSystemEndpoint.toBuilder() |
Copyright © 2016–2024. All rights reserved.