IpAddressArgs

data class IpAddressArgs(val ipAddress: Output<String>? = null) : ConvertibleToJava<IpAddressArgs>

Specifies the IP address of the network interface.

Constructors

Link copied to clipboard
constructor(ipAddress: Output<String>? = null)

Properties

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

Specifies the IP address of the network interface.

Functions

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