Class NewModeItems
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cfw.v20190904.models.NewModeItems
-
public class NewModeItems extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LonggetAddCount()Get 新增模式下新增绑定的出口弹性公网ip个数,其中Eips和AddCount至少传递一个。String[]getEips()Get 新增模式下绑定的出口弹性公网ip列表,其中Eips和AddCount至少传递一个。String[]getVpcList()Get 新增模式下接入的vpc列表voidsetAddCount(Long AddCount)Set 新增模式下新增绑定的出口弹性公网ip个数,其中Eips和AddCount至少传递一个。voidsetEips(String[] Eips)Set 新增模式下绑定的出口弹性公网ip列表,其中Eips和AddCount至少传递一个。voidsetVpcList(String[] VpcList)Set 新增模式下接入的vpc列表voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
NewModeItems
public NewModeItems()
-
NewModeItems
public 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.
-
-
Method Detail
-
getVpcList
public String[] getVpcList()
Get 新增模式下接入的vpc列表- Returns:
- VpcList 新增模式下接入的vpc列表
-
setVpcList
public void setVpcList(String[] VpcList)
Set 新增模式下接入的vpc列表- Parameters:
VpcList- 新增模式下接入的vpc列表
-
getEips
public String[] getEips()
Get 新增模式下绑定的出口弹性公网ip列表,其中Eips和AddCount至少传递一个。- Returns:
- Eips 新增模式下绑定的出口弹性公网ip列表,其中Eips和AddCount至少传递一个。
-
setEips
public void setEips(String[] Eips)
Set 新增模式下绑定的出口弹性公网ip列表,其中Eips和AddCount至少传递一个。- Parameters:
Eips- 新增模式下绑定的出口弹性公网ip列表,其中Eips和AddCount至少传递一个。
-
getAddCount
public Long getAddCount()
Get 新增模式下新增绑定的出口弹性公网ip个数,其中Eips和AddCount至少传递一个。- Returns:
- AddCount 新增模式下新增绑定的出口弹性公网ip个数,其中Eips和AddCount至少传递一个。
-
setAddCount
public void setAddCount(Long AddCount)
Set 新增模式下新增绑定的出口弹性公网ip个数,其中Eips和AddCount至少传递一个。- Parameters:
AddCount- 新增模式下新增绑定的出口弹性公网ip个数,其中Eips和AddCount至少传递一个。
-
-