Google Cloud Vmware Engine V1 Client - Class Protocol (0.5.5)

Reference documentation and code samples for the Google Cloud Vmware Engine V1 Client class Protocol.

Defines possible protocols used to send logs to a logging server.

Protobuf type google.cloud.vmwareengine.v1.LoggingServer.Protocol

Namespace

Google \ Cloud \ VmwareEngine \ V1 \ LoggingServer

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

PROTOCOL_UNSPECIFIED

Value: 0

Unspecified communications protocol. This is the default value.

Generated from protobuf enum PROTOCOL_UNSPECIFIED = 0;

UDP

Value: 1

UDP

Generated from protobuf enum UDP = 1;

TCP

Value: 2

TCP

Generated from protobuf enum TCP = 2;