public class ModifyEipAclRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| ModifyEipAclRequest() | 
| ModifyEipAclRequest(ModifyEipAclRequest 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 | getAclId()Get ACL 实例 ID | 
| String | getAclName()Get ACL 名称 | 
| EipAclRule[] | getRules()Get ACL规则列表 | 
| Long | getStatus()Get ACL 状态。0:无状态 1:有状态 | 
| String | getType()Get 规则类型(in/out)。in:入站规则 out:出站规则 | 
| void | setAclId(String AclId)Set ACL 实例 ID | 
| void | setAclName(String AclName)Set ACL 名称 | 
| void | setRules(EipAclRule[] Rules)Set ACL规则列表 | 
| void | setStatus(Long Status)Set ACL 状态。0:无状态 1:有状态 | 
| void | setType(String Type)Set 规则类型(in/out)。in:入站规则 out:出站规则 | 
| 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, toJsonStringpublic ModifyEipAclRequest()
public ModifyEipAclRequest(ModifyEipAclRequest source)
public String getAclId()
public void setAclId(String AclId)
AclId - ACL 实例 IDpublic String getAclName()
public void setAclName(String AclName)
AclName - ACL 名称public Long getStatus()
public void setStatus(Long Status)
Status - ACL 状态。0:无状态 1:有状态public String getType()
public void setType(String Type)
Type - 规则类型(in/out)。in:入站规则 out:出站规则public EipAclRule[] getRules()
public void setRules(EipAclRule[] Rules)
Rules - ACL规则列表Copyright © 2025. All rights reserved.