GoogleCloudBaremetalsolutionV2LogicalInterfaceResponse

data class GoogleCloudBaremetalsolutionV2LogicalInterfaceResponse(val interfaceIndex: Int, val logicalNetworkInterfaces: List<LogicalNetworkInterfaceResponse>, val name: String)

Each logical interface represents a logical abstraction of the underlying physical interface (for eg. bond, nic) of the instance. Each logical interface can effectively map to multiple network-IP pairs and still be mapped to one underlying physical interface.

Constructors

constructor(interfaceIndex: Int, logicalNetworkInterfaces: List<LogicalNetworkInterfaceResponse>, name: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The index of the logical interface mapping to the index of the hardware bond or nic on the chosen network template. This field is deprecated.

Link copied to clipboard

List of logical network interfaces within a logical interface.

Link copied to clipboard

Interface name. This is of syntax or and forms part of the network template name.