Package | Description |
---|---|
com.oracle.bmc.mysql.model |
Modifier and Type | Method and Description |
---|---|
static CreateReadEndpointDetails.Builder |
CreateReadEndpointDetails.builder()
Create a new builder.
|
CreateReadEndpointDetails.Builder |
CreateReadEndpointDetails.Builder.copy(CreateReadEndpointDetails model) |
CreateReadEndpointDetails.Builder |
CreateReadEndpointDetails.Builder.excludeIps(List<String> excludeIps)
A list of IP addresses of read replicas that are excluded from serving read requests.
|
CreateReadEndpointDetails.Builder |
CreateReadEndpointDetails.Builder.isEnabled(Boolean isEnabled)
Specifies if the DB System read endpoint is enabled or not.
|
CreateReadEndpointDetails.Builder |
CreateReadEndpointDetails.Builder.readEndpointHostnameLabel(String readEndpointHostnameLabel)
The hostname for the read endpoint of the DB System.
|
CreateReadEndpointDetails.Builder |
CreateReadEndpointDetails.Builder.readEndpointIpAddress(String readEndpointIpAddress)
The IP address the DB System read endpoint is configured to listen on.
|
CreateReadEndpointDetails.Builder |
CreateReadEndpointDetails.toBuilder() |
Copyright © 2016–2025. All rights reserved.