Class ModifyMeshRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tcm.v20210413.models.ModifyMeshRequest
-
public class ModifyMeshRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description ModifyMeshRequest()
ModifyMeshRequest(ModifyMeshRequest source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Cluster[]
getClusterList()
Get 修改的集群配置MeshConfig
getConfig()
Get 修改的网格配置String
getDisplayName()
Get 修改的网格名称String
getMeshId()
Get 需要修改的网格Idvoid
setClusterList(Cluster[] ClusterList)
Set 修改的集群配置void
setConfig(MeshConfig Config)
Set 修改的网格配置void
setDisplayName(String DisplayName)
Set 修改的网格名称void
setMeshId(String MeshId)
Set 需要修改的网格Idvoid
toMap(HashMap<String,String> map, String prefix)
Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
ModifyMeshRequest
public ModifyMeshRequest()
-
ModifyMeshRequest
public ModifyMeshRequest(ModifyMeshRequest source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
-
-
Method Detail
-
getMeshId
public String getMeshId()
Get 需要修改的网格Id- Returns:
- MeshId 需要修改的网格Id
-
setMeshId
public void setMeshId(String MeshId)
Set 需要修改的网格Id- Parameters:
MeshId
- 需要修改的网格Id
-
getDisplayName
public String getDisplayName()
Get 修改的网格名称- Returns:
- DisplayName 修改的网格名称
-
setDisplayName
public void setDisplayName(String DisplayName)
Set 修改的网格名称- Parameters:
DisplayName
- 修改的网格名称
-
getConfig
public MeshConfig getConfig()
Get 修改的网格配置- Returns:
- Config 修改的网格配置
-
setConfig
public void setConfig(MeshConfig Config)
Set 修改的网格配置- Parameters:
Config
- 修改的网格配置
-
getClusterList
public Cluster[] getClusterList()
Get 修改的集群配置- Returns:
- ClusterList 修改的集群配置
-
setClusterList
public void setClusterList(Cluster[] ClusterList)
Set 修改的集群配置- Parameters:
ClusterList
- 修改的集群配置
-
-