public static class GetVmMetaResponseBody.GetVmMetaResponseBodyVmMetaInfo
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
envoyEnvContent
The content of the EnvoyEnv file.
|
String |
hostsContent
The content of the hosts file.
|
String |
tokenContent
The content of the Token file.
|
| 构造器和说明 |
|---|
GetVmMetaResponseBodyVmMetaInfo() |
| 限定符和类型 | 方法和说明 |
|---|---|
static GetVmMetaResponseBody.GetVmMetaResponseBodyVmMetaInfo |
build(Map<String,?> map) |
String |
getEnvoyEnvContent() |
String |
getHostsContent() |
String |
getTokenContent() |
GetVmMetaResponseBody.GetVmMetaResponseBodyVmMetaInfo |
setEnvoyEnvContent(String envoyEnvContent) |
GetVmMetaResponseBody.GetVmMetaResponseBodyVmMetaInfo |
setHostsContent(String hostsContent) |
GetVmMetaResponseBody.GetVmMetaResponseBodyVmMetaInfo |
setTokenContent(String tokenContent) |
@NameInMap(value="EnvoyEnvContent") public String envoyEnvContent
The content of the EnvoyEnv file.
@NameInMap(value="HostsContent") public String hostsContent
The content of the hosts file.
@NameInMap(value="TokenContent") public String tokenContent
The content of the Token file.
public static GetVmMetaResponseBody.GetVmMetaResponseBodyVmMetaInfo build(Map<String,?> map) throws Exception
Exceptionpublic GetVmMetaResponseBody.GetVmMetaResponseBodyVmMetaInfo setEnvoyEnvContent(String envoyEnvContent)
public String getEnvoyEnvContent()
public GetVmMetaResponseBody.GetVmMetaResponseBodyVmMetaInfo setHostsContent(String hostsContent)
public String getHostsContent()
public GetVmMetaResponseBody.GetVmMetaResponseBodyVmMetaInfo setTokenContent(String tokenContent)
public String getTokenContent()
Copyright © 2023. All rights reserved.