Compute V1 Client - Class NicType (2.0.0)

Reference documentation and code samples for the Compute V1 Client class NicType.

The type of vNIC to be used on this interface. This may be gVNIC or VirtioNet.

Protobuf type google.cloud.compute.v1.NetworkInterface.NicType

Namespace

Google \ Cloud \ Compute \ V1 \ NetworkInterface

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

UNDEFINED_NIC_TYPE

Value: 0

A value indicating that the enum field is not set.

Generated from protobuf enum UNDEFINED_NIC_TYPE = 0;

GVNIC

Value: 68209305

GVNIC

Generated from protobuf enum GVNIC = 68209305;

IDPF

Value: 2242641

IDPF

Generated from protobuf enum IDPF = 2242641;

IRDMA

Value: 69927695

IRDMA

Generated from protobuf enum IRDMA = 69927695;

MRDMA

Value: 73621779

MRDMA

Generated from protobuf enum MRDMA = 73621779;

UNSPECIFIED_NIC_TYPE

Value: 67411801

No type specified.

Generated from protobuf enum UNSPECIFIED_NIC_TYPE = 67411801;

VIRTIO_NET

Value: 452123481

VIRTIO

Generated from protobuf enum VIRTIO_NET = 452123481;