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 \ LoggingServerMethods
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;
TLS
Value: 3
TLS
Generated from protobuf enum TLS = 3;
SSL
Value: 4
SSL
Generated from protobuf enum SSL = 4;
RELP
Value: 5
RELP
Generated from protobuf enum RELP = 5;