public class ModifyAllSwitchStatusRequest extends AbstractModel
Constructor and Description |
---|
ModifyAllSwitchStatusRequest() |
ModifyAllSwitchStatusRequest(ModifyAllSwitchStatusRequest 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 |
getArea()
Get NAT实例所在地域
|
Long |
getChangeType()
Get NAT开关切换类型,1,单个子网,2,同开同关,3,全部
|
String[] |
getIds()
Get 选中的防火墙开关Id
|
Long |
getStatus()
Get 状态,0:关闭,1:开启
|
Long |
getType()
Get 0: 互联网边界防火墙开关,1:vpc防火墙开关
|
void |
setArea(String Area)
Set NAT实例所在地域
|
void |
setChangeType(Long ChangeType)
Set NAT开关切换类型,1,单个子网,2,同开同关,3,全部
|
void |
setIds(String[] Ids)
Set 选中的防火墙开关Id
|
void |
setStatus(Long Status)
Set 状态,0:关闭,1:开启
|
void |
setType(Long Type)
Set 0: 互联网边界防火墙开关,1: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 ModifyAllSwitchStatusRequest()
public ModifyAllSwitchStatusRequest(ModifyAllSwitchStatusRequest source)
public Long getStatus()
public void setStatus(Long Status)
Status
- 状态,0:关闭,1:开启public Long getType()
public void setType(Long Type)
Type
- 0: 互联网边界防火墙开关,1:vpc防火墙开关public String[] getIds()
public void setIds(String[] Ids)
Ids
- 选中的防火墙开关Idpublic Long getChangeType()
public void setChangeType(Long ChangeType)
ChangeType
- NAT开关切换类型,1,单个子网,2,同开同关,3,全部public String getArea()
public void setArea(String Area)
Area
- NAT实例所在地域Copyright © 2022. All rights reserved.