Module: Google::Cloud::VmwareEngine::V1::LoggingServer::Protocol
- Defined in:
- proto_docs/google/cloud/vmwareengine/v1/vmwareengine_resources.rb
Overview
Defines possible protocols used to send logs to a logging server.
Constant Summary collapse
- PROTOCOL_UNSPECIFIED =
Unspecified communications protocol. This is the default value.
0- UDP =
UDP
1- TCP =
TCP
2- TLS =
TLS
3- SSL =
SSL
4- RELP =
RELP
5