IPPoolArgs

data class IPPoolArgs(val end: Output<String>? = null, val ipPoolType: Output<IPPoolTypeEnum>? = null, val name: Output<String>? = null, val start: Output<String>? = null) : ConvertibleToJava<IPPoolArgs>

Constructors

Link copied to clipboard
constructor(end: Output<String>? = null, ipPoolType: Output<IPPoolTypeEnum>? = null, name: Output<String>? = null, start: Output<String>? = null)

Properties

Link copied to clipboard
val end: Output<String>? = null

end of the ip address pool

Link copied to clipboard
val ipPoolType: Output<IPPoolTypeEnum>? = null

ip pool type

Link copied to clipboard
val name: Output<String>? = null

Name of the IP-Pool

Link copied to clipboard
val start: Output<String>? = null

start of the ip address pool

Functions

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