VirtualNetworksPropertiesVmipPoolArgs

data class VirtualNetworksPropertiesVmipPoolArgs(val endIP: Output<String>? = null, val startIP: Output<String>? = null) : ConvertibleToJava<VirtualNetworksPropertiesVmipPoolArgs>

Constructors

Link copied to clipboard
constructor(endIP: Output<String>? = null, startIP: Output<String>? = null)

Properties

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

Ending IP address for the IP Pool

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

Starting IP address for the IP Pool

Functions

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