public class NewModeItems extends AbstractModel
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 新增模式下新增绑定的出口弹性公网ip个数,其中Eips和AddCount至少传递一个。
|
String[] |
getEips()
Get 新增模式下绑定的出口弹性公网ip列表,其中Eips和AddCount至少传递一个。
|
String[] |
getVpcList()
Get 新增模式下接入的vpc列表
|
void |
setAddCount(Long AddCount)
Set 新增模式下新增绑定的出口弹性公网ip个数,其中Eips和AddCount至少传递一个。
|
void |
setEips(String[] Eips)
Set 新增模式下绑定的出口弹性公网ip列表,其中Eips和AddCount至少传递一个。
|
void |
setVpcList(String[] VpcList)
Set 新增模式下接入的vpc列表
|
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 NewModeItems()
public NewModeItems(NewModeItems source)
public String[] getVpcList()
public void setVpcList(String[] VpcList)
VpcList
- 新增模式下接入的vpc列表public String[] getEips()
public void setEips(String[] Eips)
Eips
- 新增模式下绑定的出口弹性公网ip列表,其中Eips和AddCount至少传递一个。public Long getAddCount()
public void setAddCount(Long AddCount)
AddCount
- 新增模式下新增绑定的出口弹性公网ip个数,其中Eips和AddCount至少传递一个。Copyright © 2022. All rights reserved.