public class DeleteAllAccessControlRuleRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
DeleteAllAccessControlRuleRequest() |
DeleteAllAccessControlRuleRequest(DeleteAllAccessControlRuleRequest 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地域 全部删除 EdgeId和Area只填写一个,不填写则不删除nat防火墙开关 默认值为‘’
|
Long |
getDirection()
Get 方向,0:出站,1:入站 默认值是 0
|
String |
getEdgeId()
Get VPC间防火墙开关ID 全部删除 EdgeId和Area只填写一个,不填写则不删除vpc间防火墙开关 ,默认值为‘’
|
void |
setArea(String Area)
Set nat地域 全部删除 EdgeId和Area只填写一个,不填写则不删除nat防火墙开关 默认值为‘’
|
void |
setDirection(Long Direction)
Set 方向,0:出站,1:入站 默认值是 0
|
void |
setEdgeId(String EdgeId)
Set VPC间防火墙开关ID 全部删除 EdgeId和Area只填写一个,不填写则不删除vpc间防火墙开关 ,默认值为‘’
|
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, toJsonString
public DeleteAllAccessControlRuleRequest()
public DeleteAllAccessControlRuleRequest(DeleteAllAccessControlRuleRequest source)
public Long getDirection()
public void setDirection(Long Direction)
Direction
- 方向,0:出站,1:入站 默认值是 0public String getEdgeId()
public void setEdgeId(String EdgeId)
EdgeId
- VPC间防火墙开关ID 全部删除 EdgeId和Area只填写一个,不填写则不删除vpc间防火墙开关 ,默认值为‘’public String getArea()
public void setArea(String Area)
Area
- nat地域 全部删除 EdgeId和Area只填写一个,不填写则不删除nat防火墙开关 默认值为‘’Copyright © 2024. All rights reserved.