CustomLineIpSegmentListArgs

data class CustomLineIpSegmentListArgs(val endIp: Output<String>, val startIp: Output<String>) : ConvertibleToJava<CustomLineIpSegmentListArgs>

Constructors

Link copied to clipboard
constructor(endIp: Output<String>, startIp: Output<String>)

Properties

Link copied to clipboard
val endIp: Output<String>

The end IP address of the CIDR block.

Link copied to clipboard
val startIp: Output<String>

The start IP address of the CIDR block.

Functions

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