public static final class QueryConfigResponseBody.Data.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
QueryConfigResponseBody.Data.Builder |
authEnabled(Boolean authEnabled)
Indicates whether Simple Authentication and Security Layer (SASL) forced identity authentication is enabled for the ZooKeeper instance.
|
QueryConfigResponseBody.Data.Builder |
autopurgePurgeInterval(String autopurgePurgeInterval)
A reserved parameter.
|
QueryConfigResponseBody.Data.Builder |
autopurgeSnapRetainCount(String autopurgeSnapRetainCount)
A reserved parameter.
|
QueryConfigResponseBody.Data |
build() |
QueryConfigResponseBody.Data.Builder |
clusterName(String clusterName)
The name of the instance.
|
QueryConfigResponseBody.Data.Builder |
configAuthEnabled(Boolean configAuthEnabled)
Indicates whether RAM authentication of a configuration center is enabled.
|
QueryConfigResponseBody.Data.Builder |
configAuthSupported(Boolean configAuthSupported)
Indicates whether RAM authentication is supported by a configuration center of the instance.
|
QueryConfigResponseBody.Data.Builder |
configContentLimit(Long configContentLimit)
The maximum size of contents in a configuration.
|
QueryConfigResponseBody.Data.Builder |
configSecretEnabled(Boolean configSecretEnabled)
Indicates whether configuration encryption of a configuration center is enabled by the instance.
|
QueryConfigResponseBody.Data.Builder |
configSecretSupported(Boolean configSecretSupported)
Indicates whether configuration encryption of a configuration center is supported by the instance.
|
QueryConfigResponseBody.Data.Builder |
consoleUIEnabled(Boolean consoleUIEnabled)
Indicates whether the Nacos open source console is enabled.
|
QueryConfigResponseBody.Data.Builder |
enable4lw(Boolean enable4lw)
Enable4lw.
|
QueryConfigResponseBody.Data.Builder |
eurekaSupported(Boolean eurekaSupported)
Indicates whether access port 8761 was enabled for Eureka.
|
QueryConfigResponseBody.Data.Builder |
extendedTypesEnable(Boolean extendedTypesEnable)
Indicates whether the time to live (TTL) configuration is enabled.
|
QueryConfigResponseBody.Data.Builder |
initLimit(String initLimit)
The maximum connection duration of the instance.
|
QueryConfigResponseBody.Data.Builder |
juteMaxbuffer(String juteMaxbuffer)
The maximum amount of data on each node.
|
QueryConfigResponseBody.Data.Builder |
jvmFlagsCustom(String jvmFlagsCustom)
A reserved parameter.
|
QueryConfigResponseBody.Data.Builder |
maxClientCnxns(String maxClientCnxns)
The number of connections between a client and a server.
|
QueryConfigResponseBody.Data.Builder |
maxSessionTimeout(String maxSessionTimeout)
The maximum timeout period.
|
QueryConfigResponseBody.Data.Builder |
MCPEnabled(Boolean MCPEnabled)
Indicates whether Mesh Configuration Protocol (MCP) is enabled.
|
QueryConfigResponseBody.Data.Builder |
MCPSupported(Boolean MCPSupported)
Indicates whether MCP is supported.
|
QueryConfigResponseBody.Data.Builder |
minSessionTimeout(String minSessionTimeout)
The minimum timeout period.
|
QueryConfigResponseBody.Data.Builder |
nacosRunningEnv(QueryConfigResponseBody.NacosRunningEnv nacosRunningEnv)
The runtime configuration of the Nacos instance.
|
QueryConfigResponseBody.Data.Builder |
namingAuthEnabled(Boolean namingAuthEnabled)
Indicates whether RAM authentication of a registry is enabled.
|
QueryConfigResponseBody.Data.Builder |
namingAuthSupported(Boolean namingAuthSupported)
Indicates whether RAM authentication of services is supported by the instance.
|
QueryConfigResponseBody.Data.Builder |
namingCreateServiceSupported(Boolean namingCreateServiceSupported)
Indicates whether service creation is supported for the instance.
|
QueryConfigResponseBody.Data.Builder |
openSuperAcl(Boolean openSuperAcl)
Indicates whether super permissions are enabled.
|
QueryConfigResponseBody.Data.Builder |
passWord(String passWord)
The password that corresponds to the username.
|
QueryConfigResponseBody.Data.Builder |
prometheusSdProtocolEnabled(String prometheusSdProtocolEnabled)
PrometheusSdProtocolEnabled.
|
QueryConfigResponseBody.Data.Builder |
restartFlag(Boolean restartFlag)
Indicates whether the instance was restarted and new configurations have taken effect.
|
QueryConfigResponseBody.Data.Builder |
snapshotCount(String snapshotCount)
The frequency for generating snapshots.
|
QueryConfigResponseBody.Data.Builder |
syncLimit(String syncLimit)
The connection timeout period of the instance.
|
QueryConfigResponseBody.Data.Builder |
tickTime(String tickTime)
The time unit of the engine.
|
QueryConfigResponseBody.Data.Builder |
TLSEnabled(Boolean TLSEnabled)
MSE Nacos supports TLS transmission link encryption since version 2.1.2.1.
|
QueryConfigResponseBody.Data.Builder |
userName(String userName)
The username of the user.
|
public QueryConfigResponseBody.Data.Builder authEnabled(Boolean authEnabled)
Indicates whether Simple Authentication and Security Layer (SASL) forced identity authentication is enabled for the ZooKeeper instance.
public QueryConfigResponseBody.Data.Builder autopurgePurgeInterval(String autopurgePurgeInterval)
A reserved parameter.
example:none
public QueryConfigResponseBody.Data.Builder autopurgeSnapRetainCount(String autopurgeSnapRetainCount)
A reserved parameter.
example:none
public QueryConfigResponseBody.Data.Builder clusterName(String clusterName)
The name of the instance.
example:name
public QueryConfigResponseBody.Data.Builder configAuthEnabled(Boolean configAuthEnabled)
Indicates whether RAM authentication of a configuration center is enabled. This parameter is valid for Nacos instances. Valid values:
true: enabled.false: disabled.true
public QueryConfigResponseBody.Data.Builder configAuthSupported(Boolean configAuthSupported)
Indicates whether RAM authentication is supported by a configuration center of the instance. This parameter is valid for Nacos instances. Valid values:
true: supported.false: not supported.true
public QueryConfigResponseBody.Data.Builder configContentLimit(Long configContentLimit)
The maximum size of contents in a configuration. Unit: KB.
example:100
public QueryConfigResponseBody.Data.Builder configSecretEnabled(Boolean configSecretEnabled)
Indicates whether configuration encryption of a configuration center is enabled by the instance. This parameter is valid for Nacos instances. Valid values:
true: enabled.false: disabled.true
public QueryConfigResponseBody.Data.Builder configSecretSupported(Boolean configSecretSupported)
Indicates whether configuration encryption of a configuration center is supported by the instance. This parameter is valid for Nacos instances. Valid values:
true: supported.false: not supported.true
public QueryConfigResponseBody.Data.Builder consoleUIEnabled(Boolean consoleUIEnabled)
Indicates whether the Nacos open source console is enabled.
example:true
public QueryConfigResponseBody.Data.Builder enable4lw(Boolean enable4lw)
public QueryConfigResponseBody.Data.Builder eurekaSupported(Boolean eurekaSupported)
Indicates whether access port 8761 was enabled for Eureka. If this port is disabled, applications cannot use the Eureka protocol for service registration and discovery.
example:true
public QueryConfigResponseBody.Data.Builder extendedTypesEnable(Boolean extendedTypesEnable)
Indicates whether the time to live (TTL) configuration is enabled. This parameter is valid for ZooKeeper instances.
example:true
public QueryConfigResponseBody.Data.Builder initLimit(String initLimit)
The maximum connection duration of the instance. Unit: seconds. This parameter is valid for ZooKeeper instances.
example:100
public QueryConfigResponseBody.Data.Builder juteMaxbuffer(String juteMaxbuffer)
The maximum amount of data on each node. This parameter is valid for ZooKeeper instances. Unit: bytes.
example:1
public QueryConfigResponseBody.Data.Builder jvmFlagsCustom(String jvmFlagsCustom)
A reserved parameter.
example:none
public QueryConfigResponseBody.Data.Builder MCPEnabled(Boolean MCPEnabled)
Indicates whether Mesh Configuration Protocol (MCP) is enabled. This parameter is valid for Nacos instances. Valid values:
true: enabled.false: disabled.true
public QueryConfigResponseBody.Data.Builder MCPSupported(Boolean MCPSupported)
Indicates whether MCP is supported. This parameter is valid for Nacos instances. Valid values:
true: supported.false: not supported.true
public QueryConfigResponseBody.Data.Builder maxClientCnxns(String maxClientCnxns)
The number of connections between a client and a server. This parameter is valid for ZooKeeper instances.
If this parameter is set to 0, no limits are imposed on the number of connections.
0
public QueryConfigResponseBody.Data.Builder maxSessionTimeout(String maxSessionTimeout)
The maximum timeout period. This parameter is valid for ZooKeeper instances.
example:-1
public QueryConfigResponseBody.Data.Builder minSessionTimeout(String minSessionTimeout)
The minimum timeout period. This parameter is valid for ZooKeeper instances.
example:-1
public QueryConfigResponseBody.Data.Builder nacosRunningEnv(QueryConfigResponseBody.NacosRunningEnv nacosRunningEnv)
The runtime configuration of the Nacos instance.
public QueryConfigResponseBody.Data.Builder namingAuthEnabled(Boolean namingAuthEnabled)
Indicates whether RAM authentication of a registry is enabled. This parameter is valid for Nacos instances. Valid values:
true: enabled.false: disabled.false
public QueryConfigResponseBody.Data.Builder namingAuthSupported(Boolean namingAuthSupported)
Indicates whether RAM authentication of services is supported by the instance. This parameter is valid for Nacos instances. Valid values:
true: supported.false: not supported.true
public QueryConfigResponseBody.Data.Builder namingCreateServiceSupported(Boolean namingCreateServiceSupported)
Indicates whether service creation is supported for the instance. This parameter is valid for Nacos instances. Valid values:
true: supported.false: not supported.true
public QueryConfigResponseBody.Data.Builder openSuperAcl(Boolean openSuperAcl)
Indicates whether super permissions are enabled. This parameter is valid for ZooKeeper instances. Valid values:
true: enabled.false: disabled.true
public QueryConfigResponseBody.Data.Builder passWord(String passWord)
The password that corresponds to the username. This parameter is valid only if OpenSuperAcl is set to true.
example:password
public QueryConfigResponseBody.Data.Builder prometheusSdProtocolEnabled(String prometheusSdProtocolEnabled)
public QueryConfigResponseBody.Data.Builder restartFlag(Boolean restartFlag)
Indicates whether the instance was restarted and new configurations have taken effect. Valid values:
true: The restart was successful.false: The restart failed.true
public QueryConfigResponseBody.Data.Builder snapshotCount(String snapshotCount)
The frequency for generating snapshots. This parameter is valid for ZooKeeper instances.
example:100000
public QueryConfigResponseBody.Data.Builder syncLimit(String syncLimit)
The connection timeout period of the instance. This parameter is valid for ZooKeeper instances. Unit: seconds.
example:10
public QueryConfigResponseBody.Data.Builder TLSEnabled(Boolean TLSEnabled)
MSE Nacos supports TLS transmission link encryption since version 2.1.2.1. Nacos clients must be upgraded to version 2.2.1 or later. After TLS is enabled, the system performance will decrease by about 10%. You must evaluate the system capacity. For more information about the relevant operations, see Nacos TLS transmission encryption.
example:true
public QueryConfigResponseBody.Data.Builder tickTime(String tickTime)
The time unit of the engine. This parameter is valid for ZooKeeper instances. Default value: 2000. Unit: milliseconds.
example:2000
public QueryConfigResponseBody.Data.Builder userName(String userName)
The username of the user. This parameter is valid only if OpenSuperAcl is set to true.
example:name
public QueryConfigResponseBody.Data build()
Copyright © 2026. All rights reserved.