public class GatewayQos extends AbstractModel
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
Long |
getBandwidth()
Get 流控带宽值。
|
String |
getCreateTime()
Get 创建时间。
|
String |
getIpAddress()
Get 云服务器内网IP。
|
String |
getVpcId()
Get VPC实例ID。
|
void |
setBandwidth(Long Bandwidth)
Set 流控带宽值。
|
void |
setCreateTime(String CreateTime)
Set 创建时间。
|
void |
setIpAddress(String IpAddress)
Set 云服务器内网IP。
|
void |
setVpcId(String VpcId)
Set VPC实例ID。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public GatewayQos()
public GatewayQos(GatewayQos source)
public String getVpcId()
public void setVpcId(String VpcId)
VpcId
- VPC实例ID。public String getIpAddress()
public void setIpAddress(String IpAddress)
IpAddress
- 云服务器内网IP。public Long getBandwidth()
public void setBandwidth(Long Bandwidth)
Bandwidth
- 流控带宽值。public String getCreateTime()
public void setCreateTime(String CreateTime)
CreateTime
- 创建时间。Copyright © 2022. All rights reserved.