public class DescribeNamespaceScopeSidecarConfigRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
namespace
The namespace.
|
String |
serviceMeshId
The ID of the ASM instance.
|
| 构造器和说明 |
|---|
DescribeNamespaceScopeSidecarConfigRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static DescribeNamespaceScopeSidecarConfigRequest |
build(Map<String,?> map) |
String |
getNamespace() |
String |
getServiceMeshId() |
DescribeNamespaceScopeSidecarConfigRequest |
setNamespace(String namespace) |
DescribeNamespaceScopeSidecarConfigRequest |
setServiceMeshId(String serviceMeshId) |
@NameInMap(value="Namespace") public String namespace
The namespace.
@NameInMap(value="ServiceMeshId") public String serviceMeshId
The ID of the ASM instance.
public DescribeNamespaceScopeSidecarConfigRequest()
public static DescribeNamespaceScopeSidecarConfigRequest build(Map<String,?> map) throws Exception
Exceptionpublic DescribeNamespaceScopeSidecarConfigRequest setNamespace(String namespace)
public String getNamespace()
public DescribeNamespaceScopeSidecarConfigRequest setServiceMeshId(String serviceMeshId)
public String getServiceMeshId()
Copyright © 2023. All rights reserved.