Class LogicalInterface (1.7.3)

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

Logical interface.

Attributes

NameDescription
name str
Interface name. This is not a globally unique identifier. Name is unique only inside the ServerNetworkTemplate. This is of syntax
type_ google.cloud.bare_metal_solution_v2.types.ServerNetworkTemplate.LogicalInterface.InterfaceType
Interface type.
required bool
If true, interface must have network connected.

Classes

InterfaceType

InterfaceType(value)

Interface type.

Values: INTERFACE_TYPE_UNSPECIFIED (0): Unspecified value. BOND (1): Bond interface type. NIC (2): NIC interface type.