public class RevokeKubeconfigRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
Boolean |
privateIpAddress
Specifies whether to return the kubeconfig file for private access.
|
String |
serviceMeshId
The ID of the ASM instance for which you want to revoke its kubeconfig file.
|
| 构造器和说明 |
|---|
RevokeKubeconfigRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static RevokeKubeconfigRequest |
build(Map<String,?> map) |
Boolean |
getPrivateIpAddress() |
String |
getServiceMeshId() |
RevokeKubeconfigRequest |
setPrivateIpAddress(Boolean privateIpAddress) |
RevokeKubeconfigRequest |
setServiceMeshId(String serviceMeshId) |
@NameInMap(value="PrivateIpAddress") public Boolean privateIpAddress
Specifies whether to return the kubeconfig file for private access.
* `true`: returns the kubeconfig file for private access.
* `false`: returns the kubeconfig file for public access.
@NameInMap(value="ServiceMeshId") public String serviceMeshId
The ID of the ASM instance for which you want to revoke its kubeconfig file.
public static RevokeKubeconfigRequest build(Map<String,?> map) throws Exception
Exceptionpublic RevokeKubeconfigRequest setPrivateIpAddress(Boolean privateIpAddress)
public Boolean getPrivateIpAddress()
public RevokeKubeconfigRequest setServiceMeshId(String serviceMeshId)
public String getServiceMeshId()
Copyright © 2023. All rights reserved.