presetTopology property
The topology implemented in this hub.
Currently, this field is only used when policy_mode = PRESET. The available preset topologies are MESH and STAR. If preset_topology is unspecified and policy_mode = PRESET, the preset_topology defaults to MESH. When policy_mode = CUSTOM, the preset_topology is set to PRESET_TOPOLOGY_UNSPECIFIED.
Optional. Possible string values are:
- "PRESET_TOPOLOGY_UNSPECIFIED" : Preset topology is unspecified. When policy_mode = PRESET, it defaults to MESH.
- "MESH" : Mesh topology is implemented. Group
default
is automatically created. All spokes in the hub are added to groupdefault
. - "STAR" : Star topology is implemented. Two groups,
center
andedge
, are automatically created along with hub creation. Spokes have to join one of the groups during creation.
Implementation
core.String? presetTopology;