public class SupportFeature extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
SupportFeature()  | 
SupportFeature(SupportFeature 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[] | 
getNetworkType()
Get Supported network types. 
 | 
void | 
setNetworkType(String[] NetworkType)
Set Supported network types. 
 | 
void | 
toMap(HashMap<String,String> map,
     String prefix)
Internal implementation, normal users should not use it. 
 | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic SupportFeature()
public SupportFeature(SupportFeature source)
public String[] getNetworkType()
public void setNetworkType(String[] NetworkType)
NetworkType - Supported network types. `normal`: General BGP; `cn2`: Dedicated BGP; `triple`: Non-BGP (provided by the top 3 ISPs in the Chinese mainland); `secure_eip`: Custom security EIPs.Copyright © 2025. All rights reserved.