LogicalNetworkInterfaceArgs

data class LogicalNetworkInterfaceArgs(val defaultGateway: Output<Boolean>? = null, val id: Output<String>? = null, val ipAddress: Output<String>? = null, val network: Output<String>? = null, val networkType: Output<LogicalNetworkInterfaceNetworkType>? = null) : ConvertibleToJava<LogicalNetworkInterfaceArgs>

Each logical network interface is effectively a network and IP pair.

Constructors

Link copied to clipboard
fun LogicalNetworkInterfaceArgs(defaultGateway: Output<Boolean>? = null, id: Output<String>? = null, ipAddress: Output<String>? = null, network: Output<String>? = null, networkType: Output<LogicalNetworkInterfaceNetworkType>? = null)

Functions

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

Properties

Link copied to clipboard
val defaultGateway: Output<Boolean>? = null

Whether this interface is the default gateway for the instance. Only one interface can be the default gateway for the instance.

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

An identifier for the Network, generated by the backend.

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

IP address in the network

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

Name of the network

Link copied to clipboard

Type of network.