public static class DescribeServiceMeshDetailResponseBody.DescribeServiceMeshDetailResponseBodyServiceMeshSpecMeshConfigEdition
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
istiodImageTag
The version of the Istiod image.
|
String |
name
The name of the edition.
|
String |
proxyImageTag
The version of the Istio Proxy image.
|
| 构造器和说明 |
|---|
DescribeServiceMeshDetailResponseBodyServiceMeshSpecMeshConfigEdition() |
@NameInMap(value="IstiodImageTag") public String istiodImageTag
The version of the Istiod image.
@NameInMap(value="Name") public String name
The name of the edition.
@NameInMap(value="ProxyImageTag") public String proxyImageTag
The version of the Istio Proxy image.
public DescribeServiceMeshDetailResponseBodyServiceMeshSpecMeshConfigEdition()
public static DescribeServiceMeshDetailResponseBody.DescribeServiceMeshDetailResponseBodyServiceMeshSpecMeshConfigEdition build(Map<String,?> map) throws Exception
Exceptionpublic DescribeServiceMeshDetailResponseBody.DescribeServiceMeshDetailResponseBodyServiceMeshSpecMeshConfigEdition setIstiodImageTag(String istiodImageTag)
public String getIstiodImageTag()
public DescribeServiceMeshDetailResponseBody.DescribeServiceMeshDetailResponseBodyServiceMeshSpecMeshConfigEdition setName(String name)
public String getName()
public DescribeServiceMeshDetailResponseBody.DescribeServiceMeshDetailResponseBodyServiceMeshSpecMeshConfigEdition setProxyImageTag(String proxyImageTag)
public String getProxyImageTag()
Copyright © 2023. All rights reserved.