mode property

String? mode
getter/setter pair

mode configures the logs routing mode. Possible string values are:

  • "MODE_UNSPECIFIED" : If UNSPECIFIED, fleet logging feature is disabled.
  • "COPY" : logs will be copied to the destination project.
  • "MOVE" : logs will be moved to the destination project.

Implementation

core.String? mode;