HostIPArgs

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

HostIP represents a single IP address allocated to the host.

Constructors

Link copied to clipboard
constructor(ip: Output<String>)

Properties

Link copied to clipboard
val ip: Output<String>

IP is the IP address assigned to the host

Functions

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