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 Bandwidth limit value.
|
String |
getCreateTime()
Get The creation time.
|
String |
getIpAddress()
Get CVM Private IP.
|
String |
getVpcId()
Get VPC instance ID.
|
void |
setBandwidth(Long Bandwidth)
Set Bandwidth limit value.
|
void |
setCreateTime(String CreateTime)
Set The creation time.
|
void |
setIpAddress(String IpAddress)
Set CVM Private IP.
|
void |
setVpcId(String VpcId)
Set VPC instance 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 instance ID.public String getIpAddress()
public void setIpAddress(String IpAddress)
IpAddress
- CVM Private IP.public Long getBandwidth()
public void setBandwidth(Long Bandwidth)
Bandwidth
- Bandwidth limit value.public String getCreateTime()
public void setCreateTime(String CreateTime)
CreateTime
- The creation time.Copyright © 2021. All rights reserved.