HostIPArgs

data class HostIPArgs(val ip: Output<String>? = null) : ConvertibleToJava<HostIPArgs>

HostIP represents a single IP address allocated to the host.

Constructors

Link copied to clipboard
fun HostIPArgs(ip: Output<String>? = null)

Functions

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

Properties

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

IP is the IP address assigned to the host