public class GetVmMetaRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
namespace
The name of the namespace.
|
String |
serviceAccount
The service account.
|
String |
serviceMeshId
The ASM instance ID.
|
String |
trustDomain
The trusted domain.
|
| 构造器和说明 |
|---|
GetVmMetaRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static GetVmMetaRequest |
build(Map<String,?> map) |
String |
getNamespace() |
String |
getServiceAccount() |
String |
getServiceMeshId() |
String |
getTrustDomain() |
GetVmMetaRequest |
setNamespace(String namespace) |
GetVmMetaRequest |
setServiceAccount(String serviceAccount) |
GetVmMetaRequest |
setServiceMeshId(String serviceMeshId) |
GetVmMetaRequest |
setTrustDomain(String trustDomain) |
@NameInMap(value="Namespace") public String namespace
The name of the namespace. This parameter is valid only after you set the Namespace and the ServiceAccount parameters.
@NameInMap(value="ServiceAccount") public String serviceAccount
The service account. This parameter is valid only after you set the Namespace and the ServiceAccount parameters.
@NameInMap(value="ServiceMeshId") public String serviceMeshId
The ASM instance ID.
@NameInMap(value="TrustDomain") public String trustDomain
The trusted domain. Default value: cluster.local. This parameter is valid only after you set the Namespace and the ServiceAccount parameters.
public static GetVmMetaRequest build(Map<String,?> map) throws Exception
Exceptionpublic GetVmMetaRequest setNamespace(String namespace)
public String getNamespace()
public GetVmMetaRequest setServiceAccount(String serviceAccount)
public String getServiceAccount()
public GetVmMetaRequest setServiceMeshId(String serviceMeshId)
public String getServiceMeshId()
public GetVmMetaRequest setTrustDomain(String trustDomain)
public String getTrustDomain()
Copyright © 2023. All rights reserved.