public class CreateNativeGatewayServerGroupRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| CreateNativeGatewayServerGroupRequest() | 
| CreateNativeGatewayServerGroupRequest(CreateNativeGatewayServerGroupRequest 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 | 
|---|---|
| String | getDescription()Get 描述信息 | 
| String | getGatewayId()Get 网关实例id。
只支持后付费实例 | 
| InternetConfig | getInternetConfig()Get 公网配置。 | 
| Long | getInternetMaxBandwidthOut()Get 公网带宽信息 | 
| String | getName()Get 网关分组名 | 
| CloudNativeAPIGatewayNodeConfig | getNodeConfig()Get 节点配置 | 
| String | getSubnetId()Get 子网id | 
| void | setDescription(String Description)Set 描述信息 | 
| void | setGatewayId(String GatewayId)Set 网关实例id。
只支持后付费实例 | 
| void | setInternetConfig(InternetConfig InternetConfig)Set 公网配置。 | 
| void | setInternetMaxBandwidthOut(Long InternetMaxBandwidthOut)Set 公网带宽信息 | 
| void | setName(String Name)Set 网关分组名 | 
| void | setNodeConfig(CloudNativeAPIGatewayNodeConfig NodeConfig)Set 节点配置 | 
| void | setSubnetId(String SubnetId)Set 子网id | 
| 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 CreateNativeGatewayServerGroupRequest()
public CreateNativeGatewayServerGroupRequest(CreateNativeGatewayServerGroupRequest source)
public String getGatewayId()
public void setGatewayId(String GatewayId)
GatewayId - 网关实例id。
只支持后付费实例public String getName()
public void setName(String Name)
Name - 网关分组名public CloudNativeAPIGatewayNodeConfig getNodeConfig()
public void setNodeConfig(CloudNativeAPIGatewayNodeConfig NodeConfig)
NodeConfig - 节点配置public String getSubnetId()
public void setSubnetId(String SubnetId)
SubnetId - 子网idpublic String getDescription()
public void setDescription(String Description)
Description - 描述信息public Long getInternetMaxBandwidthOut()
public void setInternetMaxBandwidthOut(Long InternetMaxBandwidthOut)
InternetMaxBandwidthOut - 公网带宽信息public InternetConfig getInternetConfig()
public void setInternetConfig(InternetConfig InternetConfig)
InternetConfig - 公网配置。Copyright © 2025. All rights reserved.