NetworkAclIngressAclEntryArgs

data class NetworkAclIngressAclEntryArgs(val description: Output<String>? = null, val entryType: Output<String>? = null, val ipVersion: Output<String>? = null, val networkAclEntryName: Output<String>? = null, val policy: Output<String>? = null, val port: Output<String>? = null, val protocol: Output<String>? = null, val sourceCidrIp: Output<String>? = null) : ConvertibleToJava<NetworkAclIngressAclEntryArgs>

Constructors

Link copied to clipboard
constructor(description: Output<String>? = null, entryType: Output<String>? = null, ipVersion: Output<String>? = null, networkAclEntryName: Output<String>? = null, policy: Output<String>? = null, port: Output<String>? = null, protocol: Output<String>? = null, sourceCidrIp: Output<String>? = null)

Properties

Link copied to clipboard
val description: Output<String>? = null

Description of the inbound rule. The description must be 1 to 256 characters in length and cannot start with http:// or https.

Link copied to clipboard
val entryType: Output<String>? = null

The route entry type. The value can be custom, indicating custom.

Link copied to clipboard
val ipVersion: Output<String>? = null

The IP protocol version of the route entry. Valid values: "IPV4" and "IPV6'.

Link copied to clipboard
val networkAclEntryName: Output<String>? = null

The name of the inbound rule entry. The name must be 1 to 128 characters in length and cannot start with http:// or https.

Link copied to clipboard
val policy: Output<String>? = null

Authorization policy. Value:

Link copied to clipboard
val port: Output<String>? = null

The source port range of the inbound rule. When the Protocol type of the inbound rule is all, icmp, or gre, the port range is - 1/-1, indicating that the port is not restricted. When the Protocol type of the inbound rule is tcp or udp, the port range is 1 to 65535, and the format is 1/200 or 80/80, indicating port 1 to port 200 or port 80.

Link copied to clipboard
val protocol: Output<String>? = null

The protocol type. Value:

Link copied to clipboard
val sourceCidrIp: Output<String>? = null

Source address network segment.

Functions

Link copied to clipboard
open override fun toJava(): NetworkAclIngressAclEntryArgs