Google Cloud Bare Metal Solution V2 Client - Class InterfaceType (0.6.0)

Reference documentation and code samples for the Google Cloud Bare Metal Solution V2 Client class InterfaceType.

Interface type.

Protobuf type google.cloud.baremetalsolution.v2.ServerNetworkTemplate.LogicalInterface.InterfaceType

Namespace

Google \ Cloud \ BareMetalSolution \ V2 \ ServerNetworkTemplate \ LogicalInterface

Methods

static::name

Parameter
NameDescription
value mixed

static::value

Parameter
NameDescription
name mixed

Constants

INTERFACE_TYPE_UNSPECIFIED

Value: 0

Unspecified value.

Generated from protobuf enum INTERFACE_TYPE_UNSPECIFIED = 0;

BOND

Value: 1

Bond interface type.

Generated from protobuf enum BOND = 1;

NIC

Value: 2

NIC interface type.

Generated from protobuf enum NIC = 2;