public class IPLineInfo extends AbstractModel
| Constructor and Description | 
|---|
IPLineInfo()  | 
IPLineInfo(IPLineInfo 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 | 
|---|---|
String | 
getEip()
Get 
 | 
String | 
getType()
Get IP line type. 
 | 
void | 
setEip(String Eip)
Set 
 | 
void | 
setType(String Type)
Set IP line type. 
 | 
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, toJsonStringpublic IPLineInfo()
public IPLineInfo(IPLineInfo source)
public String getType()
public void setType(String Type)
Type - IP line type. Valid values:
`bgp`: BGP IP
`ctcc`: CTCC IP
`cucc`: CUCC IP
`cmcc`: CMCC IP
`abroad`: IP outside the Chinese mainland
]public String getEip()
public void setEip(String Eip)
Eip - Copyright © 2022. All rights reserved.