Class CreateNativeGatewayServerGroupRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tse.v20201207.models.CreateNativeGatewayServerGroupRequest
-
public class CreateNativeGatewayServerGroupRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDescription()Get 描述信息StringgetGatewayId()Get 网关实例id。 只支持后付费实例InternetConfiggetInternetConfig()Get 公网配置。LonggetInternetMaxBandwidthOut()Get 公网带宽信息StringgetName()Get 网关分组名CloudNativeAPIGatewayNodeConfiggetNodeConfig()Get 节点配置StringgetSubnetId()Get 子网idvoidsetDescription(String Description)Set 描述信息voidsetGatewayId(String GatewayId)Set 网关实例id。 只支持后付费实例voidsetInternetConfig(InternetConfig InternetConfig)Set 公网配置。voidsetInternetMaxBandwidthOut(Long InternetMaxBandwidthOut)Set 公网带宽信息voidsetName(String Name)Set 网关分组名voidsetNodeConfig(CloudNativeAPIGatewayNodeConfig NodeConfig)Set 节点配置voidsetSubnetId(String SubnetId)Set 子网idvoidtoMap(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
-
CreateNativeGatewayServerGroupRequest
public CreateNativeGatewayServerGroupRequest()
-
CreateNativeGatewayServerGroupRequest
public 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.
-
-
Method Detail
-
getGatewayId
public String getGatewayId()
Get 网关实例id。 只支持后付费实例- Returns:
- GatewayId 网关实例id。 只支持后付费实例
-
setGatewayId
public void setGatewayId(String GatewayId)
Set 网关实例id。 只支持后付费实例- Parameters:
GatewayId- 网关实例id。 只支持后付费实例
-
getName
public String getName()
Get 网关分组名- Returns:
- Name 网关分组名
-
setName
public void setName(String Name)
Set 网关分组名- Parameters:
Name- 网关分组名
-
getNodeConfig
public CloudNativeAPIGatewayNodeConfig getNodeConfig()
Get 节点配置- Returns:
- NodeConfig 节点配置
-
setNodeConfig
public void setNodeConfig(CloudNativeAPIGatewayNodeConfig NodeConfig)
Set 节点配置- Parameters:
NodeConfig- 节点配置
-
getSubnetId
public String getSubnetId()
Get 子网id- Returns:
- SubnetId 子网id
-
setSubnetId
public void setSubnetId(String SubnetId)
Set 子网id- Parameters:
SubnetId- 子网id
-
getDescription
public String getDescription()
Get 描述信息- Returns:
- Description 描述信息
-
setDescription
public void setDescription(String Description)
Set 描述信息- Parameters:
Description- 描述信息
-
getInternetMaxBandwidthOut
public Long getInternetMaxBandwidthOut()
Get 公网带宽信息- Returns:
- InternetMaxBandwidthOut 公网带宽信息
-
setInternetMaxBandwidthOut
public void setInternetMaxBandwidthOut(Long InternetMaxBandwidthOut)
Set 公网带宽信息- Parameters:
InternetMaxBandwidthOut- 公网带宽信息
-
getInternetConfig
public InternetConfig getInternetConfig()
Get 公网配置。- Returns:
- InternetConfig 公网配置。
-
setInternetConfig
public void setInternetConfig(InternetConfig InternetConfig)
Set 公网配置。- Parameters:
InternetConfig- 公网配置。
-
-