public class ModifyContainerGroupRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| ModifyContainerGroupRequest() | 
| ModifyContainerGroupRequest(ModifyContainerGroupRequest 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| Long | getAccessType()Get 0:公网 1:集群内访问 2:NodePort | 
| String | getAlias()Get 部署组备注 | 
| String | getGroupId()Get 部署组ID,可通过调用[DescribeContainerGroups](https://cloud.tencent.com/document/api/649/36068)查询已创建的部署组列表或登录控制台进行查看;也可以调用[CreateContainGroup](https://cloud.tencent.com/document/api/649/36075)创建新的部署组。 | 
| ProtocolPort[] | getProtocolPorts()Get ProtocolPorts数组 | 
| String | getSubnetId()Get 子网ID,可通过调用[DescribeSubnets](https://cloud.tencent.com/document/product/215/15784)查询已创建的子网列表或登录控制台进行查看;也可以调用[CreateSubnet](https://cloud.tencent.com/document/product/1108/43594)创建新的子网。 | 
| Long | getUpdateIvl()Get 更新间隔,单位秒 | 
| Long | getUpdateType()Get 更新方式:0:快速更新 1:滚动更新 | 
| void | setAccessType(Long AccessType)Set 0:公网 1:集群内访问 2:NodePort | 
| void | setAlias(String Alias)Set 部署组备注 | 
| void | setGroupId(String GroupId)Set 部署组ID,可通过调用[DescribeContainerGroups](https://cloud.tencent.com/document/api/649/36068)查询已创建的部署组列表或登录控制台进行查看;也可以调用[CreateContainGroup](https://cloud.tencent.com/document/api/649/36075)创建新的部署组。 | 
| void | setProtocolPorts(ProtocolPort[] ProtocolPorts)Set ProtocolPorts数组 | 
| void | setSubnetId(String SubnetId)Set 子网ID,可通过调用[DescribeSubnets](https://cloud.tencent.com/document/product/215/15784)查询已创建的子网列表或登录控制台进行查看;也可以调用[CreateSubnet](https://cloud.tencent.com/document/product/1108/43594)创建新的子网。 | 
| void | setUpdateIvl(Long UpdateIvl)Set 更新间隔,单位秒 | 
| void | setUpdateType(Long UpdateType)Set 更新方式:0:快速更新 1:滚动更新 | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic ModifyContainerGroupRequest()
public ModifyContainerGroupRequest(ModifyContainerGroupRequest source)
public String getGroupId()
public void setGroupId(String GroupId)
GroupId - 部署组ID,可通过调用[DescribeContainerGroups](https://cloud.tencent.com/document/api/649/36068)查询已创建的部署组列表或登录控制台进行查看;也可以调用[CreateContainGroup](https://cloud.tencent.com/document/api/649/36075)创建新的部署组。public Long getAccessType()
public void setAccessType(Long AccessType)
AccessType - 0:公网 1:集群内访问 2:NodePortpublic ProtocolPort[] getProtocolPorts()
public void setProtocolPorts(ProtocolPort[] ProtocolPorts)
ProtocolPorts - ProtocolPorts数组public Long getUpdateType()
public void setUpdateType(Long UpdateType)
UpdateType - 更新方式:0:快速更新 1:滚动更新public Long getUpdateIvl()
public void setUpdateIvl(Long UpdateIvl)
UpdateIvl - 更新间隔,单位秒public String getSubnetId()
public void setSubnetId(String SubnetId)
SubnetId - 子网ID,可通过调用[DescribeSubnets](https://cloud.tencent.com/document/product/215/15784)查询已创建的子网列表或登录控制台进行查看;也可以调用[CreateSubnet](https://cloud.tencent.com/document/product/1108/43594)创建新的子网。public String getAlias()
public void setAlias(String Alias)
Alias - 部署组备注Copyright © 2025. All rights reserved.