public class EipAcl extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| EipAcl() | 
| EipAcl(EipAcl 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 实例名称 | 
| String | getCreatedAt()Get EIPACL 创建时间 | 
| Long | getEipNum()Get EIPACL 已关联的 eip 数目 | 
| EipAclRule[] | getInRules()Get 入站规则 | 
| EipAclRule[] | getOutRules()Get 出站规则 | 
| String | getStatus()Get ACL 状态。0:无状态,1:有状态 | 
| void | setAclId(String AclId)Set ACL 实例 ID。 | 
| void | setAclName(String AclName)Set ACL 实例名称 | 
| void | setCreatedAt(String CreatedAt)Set EIPACL 创建时间 | 
| void | setEipNum(Long EipNum)Set EIPACL 已关联的 eip 数目 | 
| void | setInRules(EipAclRule[] InRules)Set 入站规则 | 
| void | setOutRules(EipAclRule[] OutRules)Set 出站规则 | 
| void | setStatus(String Status)Set ACL 状态。0:无状态,1:有状态 | 
| 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 EipAcl()
public EipAcl(EipAcl source)
public String getAclId()
public void setAclId(String AclId)
AclId - ACL 实例 ID。public String getAclName()
public void setAclName(String AclName)
AclName - ACL 实例名称public String getStatus()
public void setStatus(String Status)
Status - ACL 状态。0:无状态,1:有状态public String getCreatedAt()
public void setCreatedAt(String CreatedAt)
CreatedAt - EIPACL 创建时间public Long getEipNum()
public void setEipNum(Long EipNum)
EipNum - EIPACL 已关联的 eip 数目public EipAclRule[] getOutRules()
public void setOutRules(EipAclRule[] OutRules)
OutRules - 出站规则public EipAclRule[] getInRules()
public void setInRules(EipAclRule[] InRules)
InRules - 入站规则Copyright © 2025. All rights reserved.