GetNetworkAclsAclIngressAclEntry

data class GetNetworkAclsAclIngressAclEntry(val description: String, val networkAclEntryName: String, val policy: String, val port: String, val protocol: String, val sourceCidrIp: String)

Constructors

Link copied to clipboard
constructor(description: String, networkAclEntryName: String, policy: String, port: String, protocol: String, sourceCidrIp: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Description of the entry direction rule.

Link copied to clipboard

The name of the entry direction rule entry.

Link copied to clipboard

The authorization policy.

Link copied to clipboard

Source port range.

Link copied to clipboard

Transport layer protocol.

Link copied to clipboard

The source address field.