KxEnvironmentTransitGatewayConfigurationAttachmentNetworkAclConfigurationIcmpTypeCodeArgs

data class KxEnvironmentTransitGatewayConfigurationAttachmentNetworkAclConfigurationIcmpTypeCodeArgs(val code: Output<Int>, val type: Output<Int>) : ConvertibleToJava<KxEnvironmentTransitGatewayConfigurationAttachmentNetworkAclConfigurationIcmpTypeCodeArgs>

Constructors

constructor(code: Output<Int>, type: Output<Int>)

Properties

Link copied to clipboard
val code: Output<Int>

ICMP code. A value of -1 means all codes for the specified ICMP type.

Link copied to clipboard
val type: Output<Int>

ICMP type. A value of -1 means all types.

Functions

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