public class DescribeServiceMeshKubeconfigRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
Boolean |
privateIpAddress
Specifies whether to query the kubeconfig file that is used for Internet access or internal network access.
|
String |
serviceMeshId
The ID of the ASM instance.
|
| 构造器和说明 |
|---|
DescribeServiceMeshKubeconfigRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static DescribeServiceMeshKubeconfigRequest |
build(Map<String,?> map) |
Boolean |
getPrivateIpAddress() |
String |
getServiceMeshId() |
DescribeServiceMeshKubeconfigRequest |
setPrivateIpAddress(Boolean privateIpAddress) |
DescribeServiceMeshKubeconfigRequest |
setServiceMeshId(String serviceMeshId) |
@NameInMap(value="PrivateIpAddress") public Boolean privateIpAddress
Specifies whether to query the kubeconfig file that is used for Internet access or internal network access.
@NameInMap(value="ServiceMeshId") public String serviceMeshId
The ID of the ASM instance.
public static DescribeServiceMeshKubeconfigRequest build(Map<String,?> map) throws Exception
Exceptionpublic DescribeServiceMeshKubeconfigRequest setPrivateIpAddress(Boolean privateIpAddress)
public Boolean getPrivateIpAddress()
public DescribeServiceMeshKubeconfigRequest setServiceMeshId(String serviceMeshId)
public String getServiceMeshId()
Copyright © 2023. All rights reserved.