NetworkAclIngressAclEntry

data class NetworkAclIngressAclEntry(val description: String? = null, val networkAclEntryName: String? = null, val policy: String? = null, val port: String? = null, val protocol: String? = null, val sourceCidrIp: String? = null)

Constructors

Link copied to clipboard
fun NetworkAclIngressAclEntry(description: String? = null, networkAclEntryName: String? = null, policy: String? = null, port: String? = null, protocol: String? = null, sourceCidrIp: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val description: 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

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: String? = null

Authorization policy. Value:

Link copied to clipboard
val port: 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: String? = null

The protocol type. Value:

Link copied to clipboard
val sourceCidrIp: String? = null

Source address network segment.