NetworkInterfaceArgs

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

Specifies the network interfaces of a bare metal resource.

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(): NetworkInterfaceArgs