public static class DescribeServiceMeshDetailResponseBody.DescribeServiceMeshDetailResponseBodyServiceMeshSpecMeshConfigPilotConfigSource
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
Boolean |
enabled
Indicates whether communication is allowed between external services and services in the mesh.
|
String |
nacosID
The ID of the Nacos instance that provides external service information.
|
@NameInMap(value="Enabled") public Boolean enabled
Indicates whether communication is allowed between external services and services in the mesh. Valid values:
* `true`
* `false`
@NameInMap(value="NacosID") public String nacosID
The ID of the Nacos instance that provides external service information.
public DescribeServiceMeshDetailResponseBodyServiceMeshSpecMeshConfigPilotConfigSource()
public static DescribeServiceMeshDetailResponseBody.DescribeServiceMeshDetailResponseBodyServiceMeshSpecMeshConfigPilotConfigSource build(Map<String,?> map) throws Exception
Exceptionpublic DescribeServiceMeshDetailResponseBody.DescribeServiceMeshDetailResponseBodyServiceMeshSpecMeshConfigPilotConfigSource setEnabled(Boolean enabled)
public Boolean getEnabled()
public DescribeServiceMeshDetailResponseBody.DescribeServiceMeshDetailResponseBodyServiceMeshSpecMeshConfigPilotConfigSource setNacosID(String nacosID)
public String getNacosID()
Copyright © 2023. All rights reserved.