Class GatewayQos
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.vpc.v20170312.models.GatewayQos
-
public class GatewayQos extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description GatewayQos()GatewayQos(GatewayQos 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 LonggetBandwidth()Get 流控带宽值。StringgetCreateTime()Get 创建时间。StringgetIpAddress()Get 云服务器内网IP。StringgetVpcId()Get VPC实例ID。voidsetBandwidth(Long Bandwidth)Set 流控带宽值。voidsetCreateTime(String CreateTime)Set 创建时间。voidsetIpAddress(String IpAddress)Set 云服务器内网IP。voidsetVpcId(String VpcId)Set VPC实例ID。voidtoMap(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
-
GatewayQos
public GatewayQos()
-
GatewayQos
public GatewayQos(GatewayQos 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
-
getVpcId
public String getVpcId()
Get VPC实例ID。- Returns:
- VpcId VPC实例ID。
-
setVpcId
public void setVpcId(String VpcId)
Set VPC实例ID。- Parameters:
VpcId- VPC实例ID。
-
getIpAddress
public String getIpAddress()
Get 云服务器内网IP。- Returns:
- IpAddress 云服务器内网IP。
-
setIpAddress
public void setIpAddress(String IpAddress)
Set 云服务器内网IP。- Parameters:
IpAddress- 云服务器内网IP。
-
getBandwidth
public Long getBandwidth()
Get 流控带宽值。- Returns:
- Bandwidth 流控带宽值。
-
setBandwidth
public void setBandwidth(Long Bandwidth)
Set 流控带宽值。- Parameters:
Bandwidth- 流控带宽值。
-
getCreateTime
public String getCreateTime()
Get 创建时间。- Returns:
- CreateTime 创建时间。
-
setCreateTime
public void setCreateTime(String CreateTime)
Set 创建时间。- Parameters:
CreateTime- 创建时间。
-
-