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
  • "TLS" : TLS
  • "SSL" : SSL
  • "RELP" : RELP

Implementation

core.String? protocol;