Policy Security Service Policy Data Policy Option Network Acl Common Policy Network Acl Entry Set Last Entry Args
data class PolicySecurityServicePolicyDataPolicyOptionNetworkAclCommonPolicyNetworkAclEntrySetLastEntryArgs(val cidrBlock: Output<String>? = null, val egress: Output<Boolean>, val icmpTypeCodes: Output<List<PolicySecurityServicePolicyDataPolicyOptionNetworkAclCommonPolicyNetworkAclEntrySetLastEntryIcmpTypeCodeArgs>>? = null, val ipv6CidrBlock: Output<String>? = null, val portRanges: Output<List<PolicySecurityServicePolicyDataPolicyOptionNetworkAclCommonPolicyNetworkAclEntrySetLastEntryPortRangeArgs>>? = null, val protocol: Output<String>, val ruleAction: Output<String>) : ConvertibleToJava<PolicySecurityServicePolicyDataPolicyOptionNetworkAclCommonPolicyNetworkAclEntrySetLastEntryArgs>
Constructors
Link copied to clipboard
constructor(cidrBlock: Output<String>? = null, egress: Output<Boolean>, icmpTypeCodes: Output<List<PolicySecurityServicePolicyDataPolicyOptionNetworkAclCommonPolicyNetworkAclEntrySetLastEntryIcmpTypeCodeArgs>>? = null, ipv6CidrBlock: Output<String>? = null, portRanges: Output<List<PolicySecurityServicePolicyDataPolicyOptionNetworkAclCommonPolicyNetworkAclEntrySetLastEntryPortRangeArgs>>? = null, protocol: Output<String>, ruleAction: Output<String>)
Properties
Link copied to clipboard
val icmpTypeCodes: Output<List<PolicySecurityServicePolicyDataPolicyOptionNetworkAclCommonPolicyNetworkAclEntrySetLastEntryIcmpTypeCodeArgs>>? = null
A configuration block for ICMP protocol: The ICMP type and code. See the icmp_type_code
block.
Link copied to clipboard
A string value containing the IPv6 network range to allow or deny, in CIDR notation.
Link copied to clipboard
val portRanges: Output<List<PolicySecurityServicePolicyDataPolicyOptionNetworkAclCommonPolicyNetworkAclEntrySetLastEntryPortRangeArgs>>? = null
A configuration block for PortRange. See the port_range
block.
Link copied to clipboard
A string value that indicates whether to allow or deny the traffic that matches the rule. Valid values: allow
, deny
.