public static class OutboundClusterSummary.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
OutboundClusterSummary |
build() |
OutboundClusterSummary.Builder |
copy(OutboundClusterSummary model) |
OutboundClusterSummary.Builder |
displayName(String displayName)
Name of the Outbound cluster.
|
OutboundClusterSummary.Builder |
isSkipUnavailable(Boolean isSkipUnavailable)
Flag to indicate whether to skip the Outbound cluster during cross cluster search, if it
is unavailable
|
OutboundClusterSummary.Builder |
mode(CccMode mode)
Mode for the cross cluster connection
|
OutboundClusterSummary.Builder |
pingSchedule(String pingSchedule)
Sets the time interval between regular application-level ping messages that are sent to
try and keep outbound cluster connections alive.
|
OutboundClusterSummary.Builder |
seedClusterId(String seedClusterId)
OCID of the Outbound cluster
|
public OutboundClusterSummary.Builder displayName(String displayName)
Name of the Outbound cluster. Avoid entering confidential information.
displayName
- the value to setpublic OutboundClusterSummary.Builder pingSchedule(String pingSchedule)
Sets the time interval between regular application-level ping messages that are sent to try and keep outbound cluster connections alive. If set to -1, application-level ping messages to this outbound cluster are not sent. If unset, application-level ping messages are sent according to the global transport.ping_schedule setting, which defaults to -1 meaning that pings are not sent.
pingSchedule
- the value to setpublic OutboundClusterSummary.Builder isSkipUnavailable(Boolean isSkipUnavailable)
Flag to indicate whether to skip the Outbound cluster during cross cluster search, if it is unavailable
isSkipUnavailable
- the value to setpublic OutboundClusterSummary.Builder seedClusterId(String seedClusterId)
OCID of the Outbound cluster
seedClusterId
- the value to setpublic OutboundClusterSummary.Builder mode(CccMode mode)
Mode for the cross cluster connection
mode
- the value to setpublic OutboundClusterSummary build()
public OutboundClusterSummary.Builder copy(OutboundClusterSummary model)
Copyright © 2016–2025. All rights reserved.