public class NewModeItems extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
NewModeItems()  | 
NewModeItems(NewModeItems 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 | 
getAddCount()
Get The number of egress public EIPs newly bound for the Create New mode. 
 | 
String[] | 
getEips()
Get The list of egress public EIPs bound for the Create New mode. 
 | 
String[] | 
getVpcList()
Get VPC list for the Create New mode 
 | 
void | 
setAddCount(Long AddCount)
Set The number of egress public EIPs newly bound for the Create New mode. 
 | 
void | 
setEips(String[] Eips)
Set The list of egress public EIPs bound for the Create New mode. 
 | 
void | 
setVpcList(String[] VpcList)
Set VPC list for the Create New mode 
 | 
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 NewModeItems()
public NewModeItems(NewModeItems source)
public String[] getVpcList()
public void setVpcList(String[] VpcList)
VpcList - VPC list for the Create New modepublic String[] getEips()
public void setEips(String[] Eips)
Eips - The list of egress public EIPs bound for the Create New mode. Either Eips or AddCount is required.public Long getAddCount()
public void setAddCount(Long AddCount)
AddCount - The number of egress public EIPs newly bound for the Create New mode. Either Eips or AddCount is required.Copyright © 2025. All rights reserved.