Google Cloud Baremetalsolution V2Logical Interface Response
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
Link copied to clipboard
fun GoogleCloudBaremetalsolutionV2LogicalInterfaceResponse(interfaceIndex: Int, logicalNetworkInterfaces: List<LogicalNetworkInterfaceResponse>, name: String)