policyMode property

String? policyMode
getter/setter pair

The policy mode of this hub.

This field can be either PRESET or CUSTOM. If unspecified, the policy_mode defaults to PRESET.

Optional. Possible string values are:

  • "POLICY_MODE_UNSPECIFIED" : Policy mode is unspecified. It defaults to PRESET with preset_topology = MESH.
  • "PRESET" : Hub uses one of the preset topologies.

Implementation

core.String? policyMode;