Class LogicalInterface (1.1.2)

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

NameDescription
logical_network_interfaces Sequence[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.

Inheritance

builtins.object > proto.message.Message > LogicalInterface

Classes

LogicalNetworkInterface

LogicalNetworkInterface(mapping=None, *, ignore_unknown_fields=False, **kwargs)

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