Google Cloud Baremetalsolution V2Logical Interface Args
data class GoogleCloudBaremetalsolutionV2LogicalInterfaceArgs(val interfaceIndex: Output<Int>? = null, val logicalNetworkInterfaces: Output<List<LogicalNetworkInterfaceArgs>>? = null, val name: Output<String>? = null) : ConvertibleToJava<GoogleCloudBaremetalsolutionV2LogicalInterfaceArgs>
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 GoogleCloudBaremetalsolutionV2LogicalInterfaceArgs(interfaceIndex: Output<Int>? = null, logicalNetworkInterfaces: Output<List<LogicalNetworkInterfaceArgs>>? = null, name: Output<String>? = null)