public class AddVpcAcRuleRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
AddVpcAcRuleRequest() |
AddVpcAcRuleRequest(AddVpcAcRuleRequest 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 |
getFrom()
Get 添加规则的来源,一般不需要使用,值insert_rule 表示插入指定位置的规则;值batch_import 表示批量导入规则;为空时表示添加规则
|
VpcRuleItem[] |
getRules()
Get 需要添加的vpc内网间规则列表
|
void |
setFrom(String From)
Set 添加规则的来源,一般不需要使用,值insert_rule 表示插入指定位置的规则;值batch_import 表示批量导入规则;为空时表示添加规则
|
void |
setRules(VpcRuleItem[] Rules)
Set 需要添加的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 AddVpcAcRuleRequest()
public AddVpcAcRuleRequest(AddVpcAcRuleRequest source)
public VpcRuleItem[] getRules()
public void setRules(VpcRuleItem[] Rules)
Rules
- 需要添加的vpc内网间规则列表public String getFrom()
public void setFrom(String From)
From
- 添加规则的来源,一般不需要使用,值insert_rule 表示插入指定位置的规则;值batch_import 表示批量导入规则;为空时表示添加规则Copyright © 2024. All rights reserved.