Module: Google::Cloud::NetworkConnectivity::V1::PresetTopology

Defined in:
proto_docs/google/cloud/networkconnectivity/v1/hub.rb

Overview

The list of available preset topologies.

Constant Summary collapse

PRESET_TOPOLOGY_UNSPECIFIED =

Preset topology is unspecified. When policy_mode = PRESET, it defaults to MESH.

0
MESH =

Mesh topology is implemented. Group default is automatically created. All spokes in the hub are added to group default.

2
STAR =

Star topology is implemented. Two groups, center and edge, are automatically created along with hub creation. Spokes have to join one of the groups during creation.

3