PolicyNetworkAclEntryArgs

data class PolicyNetworkAclEntryArgs(val cidrBlock: Output<String>? = null, val egress: Output<Boolean>, val icmpTypeCode: Output<PolicyNetworkAclEntryIcmpTypeCodePropertiesArgs>? = null, val ipv6CidrBlock: Output<String>? = null, val portRange: Output<PolicyNetworkAclEntryPortRangePropertiesArgs>? = null, val protocol: Output<String>, val ruleAction: Output<PolicyNetworkAclEntryRuleAction>) : ConvertibleToJava<PolicyNetworkAclEntryArgs>

Network ACL entry.

Constructors

Link copied to clipboard
constructor(cidrBlock: Output<String>? = null, egress: Output<Boolean>, icmpTypeCode: Output<PolicyNetworkAclEntryIcmpTypeCodePropertiesArgs>? = null, ipv6CidrBlock: Output<String>? = null, portRange: Output<PolicyNetworkAclEntryPortRangePropertiesArgs>? = null, protocol: Output<String>, ruleAction: Output<PolicyNetworkAclEntryRuleAction>)

Properties

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

CIDR block.

Link copied to clipboard
val egress: Output<Boolean>

Whether the entry is an egress entry.

Link copied to clipboard

ICMP type and code.

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

IPv6 CIDR block.

Link copied to clipboard
Link copied to clipboard
val protocol: Output<String>

Protocol.

Link copied to clipboard

Functions

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