public class ApplyInternetAddressRequest extends AbstractModel
Constructor and Description |
---|
ApplyInternetAddressRequest() |
ApplyInternetAddressRequest(ApplyInternetAddressRequest 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 |
getAddrProto()
Get 0:IPv4
1:IPv6
|
Long |
getAddrType()
Get 0:BGP类型地址
1:中国电信
2:中国移动
3:中国联通
|
Long |
getMaskLen()
Get CIDR地址掩码长度
|
void |
setAddrProto(Long AddrProto)
Set 0:IPv4
1:IPv6
|
void |
setAddrType(Long AddrType)
Set 0:BGP类型地址
1:中国电信
2:中国移动
3:中国联通
|
void |
setMaskLen(Long MaskLen)
Set CIDR地址掩码长度
|
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 ApplyInternetAddressRequest()
public ApplyInternetAddressRequest(ApplyInternetAddressRequest source)
public Long getMaskLen()
public void setMaskLen(Long MaskLen)
MaskLen
- CIDR地址掩码长度public Long getAddrType()
public void setAddrType(Long AddrType)
AddrType
- 0:BGP类型地址
1:中国电信
2:中国移动
3:中国联通public Long getAddrProto()
public void setAddrProto(Long AddrProto)
AddrProto
- 0:IPv4
1:IPv6Copyright © 2022. All rights reserved.