public static class DescribeNetworkAclAttributesResponseBody.DescribeNetworkAclAttributesResponseBodyNetworkAclAttributeIngressAclEntriesIngressAclEntry
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
description
The description of the inbound rule.
|
String |
entryType
The type of the inbound rule.
|
String |
ipVersion
The IP version.
|
String |
networkAclEntryId
The ID of the inbound rule.
|
String |
networkAclEntryName
The name of the inbound rule.
|
String |
policy
The action to be performed on network traffic that matches the rule.
|
String |
port
The destination port range of the inbound traffic.
|
String |
protocol
The protocol type.
|
String |
sourceCidrIp
The source CIDR block.
|
构造器和说明 |
---|
DescribeNetworkAclAttributesResponseBodyNetworkAclAttributeIngressAclEntriesIngressAclEntry() |
@NameInMap(value="Description") public String description
The description of the inbound rule.
example:This is IngressAclEntries.
@NameInMap(value="EntryType") public String entryType
The type of the inbound rule.
custom
system
custom
@NameInMap(value="IpVersion") public String ipVersion
The IP version. Valid values:
IPv4
@NameInMap(value="NetworkAclEntryId") public String networkAclEntryId
The ID of the inbound rule.
example:nae-a2dk86arlydmevfbg****
@NameInMap(value="NetworkAclEntryName") public String networkAclEntryName
The name of the inbound rule.
example:acl-3
@NameInMap(value="Policy") public String policy
The action to be performed on network traffic that matches the rule. Valid values:
accept
@NameInMap(value="Port") public String port
The destination port range of the inbound traffic.
-1/-1
@NameInMap(value="Protocol") public String protocol
The protocol type. Valid values:
all
@NameInMap(value="SourceCidrIp") public String sourceCidrIp
The source CIDR block.
example:10.0.0.0/24
public DescribeNetworkAclAttributesResponseBodyNetworkAclAttributeIngressAclEntriesIngressAclEntry()
public static DescribeNetworkAclAttributesResponseBody.DescribeNetworkAclAttributesResponseBodyNetworkAclAttributeIngressAclEntriesIngressAclEntry build(Map<String,?> map) throws Exception
Exception
public DescribeNetworkAclAttributesResponseBody.DescribeNetworkAclAttributesResponseBodyNetworkAclAttributeIngressAclEntriesIngressAclEntry setDescription(String description)
public String getDescription()
public DescribeNetworkAclAttributesResponseBody.DescribeNetworkAclAttributesResponseBodyNetworkAclAttributeIngressAclEntriesIngressAclEntry setEntryType(String entryType)
public String getEntryType()
public DescribeNetworkAclAttributesResponseBody.DescribeNetworkAclAttributesResponseBodyNetworkAclAttributeIngressAclEntriesIngressAclEntry setIpVersion(String ipVersion)
public String getIpVersion()
public DescribeNetworkAclAttributesResponseBody.DescribeNetworkAclAttributesResponseBodyNetworkAclAttributeIngressAclEntriesIngressAclEntry setNetworkAclEntryId(String networkAclEntryId)
public String getNetworkAclEntryId()
public DescribeNetworkAclAttributesResponseBody.DescribeNetworkAclAttributesResponseBodyNetworkAclAttributeIngressAclEntriesIngressAclEntry setNetworkAclEntryName(String networkAclEntryName)
public String getNetworkAclEntryName()
public DescribeNetworkAclAttributesResponseBody.DescribeNetworkAclAttributesResponseBodyNetworkAclAttributeIngressAclEntriesIngressAclEntry setPolicy(String policy)
public String getPolicy()
public DescribeNetworkAclAttributesResponseBody.DescribeNetworkAclAttributesResponseBodyNetworkAclAttributeIngressAclEntriesIngressAclEntry setPort(String port)
public String getPort()
public DescribeNetworkAclAttributesResponseBody.DescribeNetworkAclAttributesResponseBodyNetworkAclAttributeIngressAclEntriesIngressAclEntry setProtocol(String protocol)
public String getProtocol()
public DescribeNetworkAclAttributesResponseBody.DescribeNetworkAclAttributesResponseBodyNetworkAclAttributeIngressAclEntriesIngressAclEntry setSourceCidrIp(String sourceCidrIp)
public String getSourceCidrIp()
Copyright © 2024. All rights reserved.