public static class DescribeNetworkAclAttributesResponseBody.DescribeNetworkAclAttributesResponseBodyNetworkAclAttributeEgressAclEntriesEgressAclEntry
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
description
The description of the outbound rule.
|
String |
destinationCidrIp
The destination CIDR block.
|
String |
entryType
The type of the inbound rule.
|
String |
ipVersion
The IP version.
|
String |
networkAclEntryId
The ID of the outbound rule.
|
String |
networkAclEntryName
The name of the outbound rule.
|
String |
policy
The action to be performed on network traffic that matches the rule.
|
String |
port
The destination port range of the outbound traffic.
|
String |
protocol
The protocol type.
|
构造器和说明 |
---|
DescribeNetworkAclAttributesResponseBodyNetworkAclAttributeEgressAclEntriesEgressAclEntry() |
@NameInMap(value="Description") public String description
The description of the outbound rule.
example:This is EgressAclEntries.
@NameInMap(value="DestinationCidrIp") public String destinationCidrIp
The destination CIDR block.
example:10.0.0.0/24
@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 outbound rule.
example:nae-a2d447uw4tillxdcv****
@NameInMap(value="NetworkAclEntryName") public String networkAclEntryName
The name of the outbound rule.
example:acl-2
@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 outbound traffic.
-1/-1
@NameInMap(value="Protocol") public String protocol
The protocol type. Valid values:
all
public DescribeNetworkAclAttributesResponseBodyNetworkAclAttributeEgressAclEntriesEgressAclEntry()
public static DescribeNetworkAclAttributesResponseBody.DescribeNetworkAclAttributesResponseBodyNetworkAclAttributeEgressAclEntriesEgressAclEntry build(Map<String,?> map) throws Exception
Exception
public DescribeNetworkAclAttributesResponseBody.DescribeNetworkAclAttributesResponseBodyNetworkAclAttributeEgressAclEntriesEgressAclEntry setDescription(String description)
public String getDescription()
public DescribeNetworkAclAttributesResponseBody.DescribeNetworkAclAttributesResponseBodyNetworkAclAttributeEgressAclEntriesEgressAclEntry setDestinationCidrIp(String destinationCidrIp)
public String getDestinationCidrIp()
public DescribeNetworkAclAttributesResponseBody.DescribeNetworkAclAttributesResponseBodyNetworkAclAttributeEgressAclEntriesEgressAclEntry setEntryType(String entryType)
public String getEntryType()
public DescribeNetworkAclAttributesResponseBody.DescribeNetworkAclAttributesResponseBodyNetworkAclAttributeEgressAclEntriesEgressAclEntry setIpVersion(String ipVersion)
public String getIpVersion()
public DescribeNetworkAclAttributesResponseBody.DescribeNetworkAclAttributesResponseBodyNetworkAclAttributeEgressAclEntriesEgressAclEntry setNetworkAclEntryId(String networkAclEntryId)
public String getNetworkAclEntryId()
public DescribeNetworkAclAttributesResponseBody.DescribeNetworkAclAttributesResponseBodyNetworkAclAttributeEgressAclEntriesEgressAclEntry setNetworkAclEntryName(String networkAclEntryName)
public String getNetworkAclEntryName()
public DescribeNetworkAclAttributesResponseBody.DescribeNetworkAclAttributesResponseBodyNetworkAclAttributeEgressAclEntriesEgressAclEntry setPolicy(String policy)
public String getPolicy()
public DescribeNetworkAclAttributesResponseBody.DescribeNetworkAclAttributesResponseBodyNetworkAclAttributeEgressAclEntriesEgressAclEntry setPort(String port)
public String getPort()
public DescribeNetworkAclAttributesResponseBody.DescribeNetworkAclAttributesResponseBodyNetworkAclAttributeEgressAclEntriesEgressAclEntry setProtocol(String protocol)
public String getProtocol()
Copyright © 2024. All rights reserved.