public class GatewayQos extends AbstractModel
header, skipSign
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 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 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, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, 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
- Creation time.Copyright © 2024. All rights reserved.