TlsInspectionConfigurationTlsInspectionConfigurationServerCertificateConfigurationScopeSourcePortArgs

data class TlsInspectionConfigurationTlsInspectionConfigurationServerCertificateConfigurationScopeSourcePortArgs(val fromPort: Output<Int>, val toPort: Output<Int>) : ConvertibleToJava<TlsInspectionConfigurationTlsInspectionConfigurationServerCertificateConfigurationScopeSourcePortArgs>

Constructors

constructor(fromPort: Output<Int>, toPort: Output<Int>)

Properties

Link copied to clipboard
val fromPort: Output<Int>

The lower limit of the port range. This must be less than or equal to the to_port.

Link copied to clipboard
val toPort: Output<Int>

The upper limit of the port range. This must be greater than or equal to the from_port.

Functions

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