LogicalInterface(mapping=None, *, ignore_unknown_fields=False, **kwargs)
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.
Attributes | |
---|---|
Name | Description |
logical_network_interfaces |
MutableSequence[google.cloud.bare_metal_solution_v2.types.LogicalInterface.LogicalNetworkInterface]
List of logical network interfaces within a logical interface. |
name |
str
Interface name. This is of syntax |
interface_index |
int
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. |
Classes
LogicalNetworkInterface
LogicalNetworkInterface(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Each logical network interface is effectively a network and IP pair.