protocol property

String? protocol
getter/setter pair

Protocol used by vCenter to send logs to a logging server.

Required. Possible string values are:

  • "PROTOCOL_UNSPECIFIED" : Unspecified communications protocol. This is the default value.
  • "UDP" : UDP
  • "TCP" : TCP

Implementation

core.String? protocol;