EndpointRangeDescriptionArgs

data class EndpointRangeDescriptionArgs(val endPort: Output<Int>, val startPort: Output<Int>) : ConvertibleToJava<EndpointRangeDescriptionArgs>

Port range details

Constructors

Link copied to clipboard
constructor(endPort: Output<Int>, startPort: Output<Int>)

Properties

Link copied to clipboard
val endPort: Output<Int>

End port of a range of ports

Link copied to clipboard
val startPort: Output<Int>

Starting port of a range of ports

Functions

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