public static class UpdateNetworkAclEntriesRequest.UpdateNetworkAclEntriesRequestIngressAclEntries
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
description
The description of the inbound rule.
|
String |
entryType
The type of the 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 source port range of the inbound rule.
|
String |
protocol
The protocol.
|
String |
sourceCidrIp
The source CIDR block.
|
构造器和说明 |
---|
UpdateNetworkAclEntriesRequestIngressAclEntries() |
@NameInMap(value="Description") public String description
The description of the inbound rule.
The description must be 1 to 256 characters in length, and cannot start with http://
or https://
.
This is IngressAclEntries.
@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 inbound rule.
Valid values of N: 0 to 99. You can specify at most 100 inbound rules.
example:nae-2zepn32de59j8m4****
@NameInMap(value="NetworkAclEntryName") public String networkAclEntryName
The name of the inbound rule.
The name must be 1 to 128 characters in length and cannot start with http://
or https://
.
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 source port range of the inbound rule.
-1/-1
@NameInMap(value="Protocol") public String protocol
The protocol. Valid values:
all
@NameInMap(value="SourceCidrIp") public String sourceCidrIp
The source CIDR block.
example:10.0.0.0/24
public UpdateNetworkAclEntriesRequestIngressAclEntries()
public static UpdateNetworkAclEntriesRequest.UpdateNetworkAclEntriesRequestIngressAclEntries build(Map<String,?> map) throws Exception
Exception
public UpdateNetworkAclEntriesRequest.UpdateNetworkAclEntriesRequestIngressAclEntries setDescription(String description)
public String getDescription()
public UpdateNetworkAclEntriesRequest.UpdateNetworkAclEntriesRequestIngressAclEntries setEntryType(String entryType)
public String getEntryType()
public UpdateNetworkAclEntriesRequest.UpdateNetworkAclEntriesRequestIngressAclEntries setIpVersion(String ipVersion)
public String getIpVersion()
public UpdateNetworkAclEntriesRequest.UpdateNetworkAclEntriesRequestIngressAclEntries setNetworkAclEntryId(String networkAclEntryId)
public String getNetworkAclEntryId()
public UpdateNetworkAclEntriesRequest.UpdateNetworkAclEntriesRequestIngressAclEntries setNetworkAclEntryName(String networkAclEntryName)
public String getNetworkAclEntryName()
public UpdateNetworkAclEntriesRequest.UpdateNetworkAclEntriesRequestIngressAclEntries setPolicy(String policy)
public String getPolicy()
public UpdateNetworkAclEntriesRequest.UpdateNetworkAclEntriesRequestIngressAclEntries setPort(String port)
public String getPort()
public UpdateNetworkAclEntriesRequest.UpdateNetworkAclEntriesRequestIngressAclEntries setProtocol(String protocol)
public String getProtocol()
public UpdateNetworkAclEntriesRequest.UpdateNetworkAclEntriesRequestIngressAclEntries setSourceCidrIp(String sourceCidrIp)
public String getSourceCidrIp()
Copyright © 2024. All rights reserved.