public static class CreateAclRequest.CreateAclRequestAclEntries
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
entry
The IP addresses (192.168.XX.XX) or CIDR blocks (10.0.XX.XX/24) that you want to add to the ACL.
|
String |
entryDescription
The description of the entry that you want to add to the ACL.
|
构造器和说明 |
---|
CreateAclRequestAclEntries() |
限定符和类型 | 方法和说明 |
---|---|
static CreateAclRequest.CreateAclRequestAclEntries |
build(Map<String,?> map) |
String |
getEntry() |
String |
getEntryDescription() |
CreateAclRequest.CreateAclRequestAclEntries |
setEntry(String entry) |
CreateAclRequest.CreateAclRequestAclEntries |
setEntryDescription(String entryDescription) |
@NameInMap(value="Entry") public String entry
The IP addresses (192.168.XX.XX) or CIDR blocks (10.0.XX.XX/24) that you want to add to the ACL.
You can add up to 20 entries in each request.
@NameInMap(value="EntryDescription") public String entryDescription
The description of the entry that you want to add to the ACL.
You can add the descriptions of up to 20 entries in each request.
The description must be 1 to 256 characters in length, and can contain letters, digits, hyphens (-), forward slashes (/), periods (.), and underscores (\_).
public static CreateAclRequest.CreateAclRequestAclEntries build(Map<String,?> map) throws Exception
Exception
public CreateAclRequest.CreateAclRequestAclEntries setEntry(String entry)
public String getEntry()
public CreateAclRequest.CreateAclRequestAclEntries setEntryDescription(String entryDescription)
public String getEntryDescription()
Copyright © 2024. All rights reserved.