public static class UpdateNetworkAclEntriesRequest.UpdateNetworkAclEntriesRequestEgressAclEntries
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 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.
|
构造器和说明 |
---|
UpdateNetworkAclEntriesRequestEgressAclEntries() |
@NameInMap(value="Description") public String description
The description of the outbound rule.
The description must be 1 to 256 characters in length, and cannot start with http://
or https://
.
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 rule. Set the value to custom, which specifies custom rules.
example: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.
Valid values of N: 0 to 99. You can specify at most 100 outbound rules.
example:nae-2zecs97e0brcge46****
@NameInMap(value="NetworkAclEntryName") public String networkAclEntryName
The name of the outbound rule.
The name must be 1 to 128 characters in length and cannot start with http://
or https://
.
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. Valid values:
all
public UpdateNetworkAclEntriesRequestEgressAclEntries()
public static UpdateNetworkAclEntriesRequest.UpdateNetworkAclEntriesRequestEgressAclEntries build(Map<String,?> map) throws Exception
Exception
public UpdateNetworkAclEntriesRequest.UpdateNetworkAclEntriesRequestEgressAclEntries setDescription(String description)
public String getDescription()
public UpdateNetworkAclEntriesRequest.UpdateNetworkAclEntriesRequestEgressAclEntries setDestinationCidrIp(String destinationCidrIp)
public String getDestinationCidrIp()
public UpdateNetworkAclEntriesRequest.UpdateNetworkAclEntriesRequestEgressAclEntries setEntryType(String entryType)
public String getEntryType()
public UpdateNetworkAclEntriesRequest.UpdateNetworkAclEntriesRequestEgressAclEntries setIpVersion(String ipVersion)
public String getIpVersion()
public UpdateNetworkAclEntriesRequest.UpdateNetworkAclEntriesRequestEgressAclEntries setNetworkAclEntryId(String networkAclEntryId)
public String getNetworkAclEntryId()
public UpdateNetworkAclEntriesRequest.UpdateNetworkAclEntriesRequestEgressAclEntries setNetworkAclEntryName(String networkAclEntryName)
public String getNetworkAclEntryName()
public UpdateNetworkAclEntriesRequest.UpdateNetworkAclEntriesRequestEgressAclEntries setPolicy(String policy)
public String getPolicy()
public UpdateNetworkAclEntriesRequest.UpdateNetworkAclEntriesRequestEgressAclEntries setPort(String port)
public String getPort()
public UpdateNetworkAclEntriesRequest.UpdateNetworkAclEntriesRequestEgressAclEntries setProtocol(String protocol)
public String getProtocol()
Copyright © 2024. All rights reserved.