NetworkAclEntriesIngress

data class NetworkAclEntriesIngress(val description: String? = null, val entryType: String? = null, val name: String? = null, val policy: String? = null, val port: String? = null, val protocol: String? = null, val sourceCidrIp: String? = null)

Constructors

Link copied to clipboard
fun NetworkAclEntriesIngress(description: String? = null, entryType: String? = null, name: 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

The description of the egress entry.

Link copied to clipboard
val entryType: String? = null

The entry type of the egress entry. It must be custom or system. Default value is custom.

Link copied to clipboard
val name: String? = null

The name of the egress entry.

Link copied to clipboard
val policy: String? = null

The policy of the egress entry. It must be accept or drop.

Link copied to clipboard
val port: String? = null

The port of the egress entry.

Link copied to clipboard
val protocol: String? = null

The protocol of the egress entry.

Link copied to clipboard
val sourceCidrIp: String? = null

The source ip of the ingress entry.