spokeType property

String? spokeType
getter/setter pair

The type of the spokes.

Output only. Possible string values are:

  • "SPOKE_TYPE_UNSPECIFIED" : Unspecified spoke type.
  • "VPN_TUNNEL" : Spokes associated with VPN tunnels.
  • "INTERCONNECT_ATTACHMENT" : Spokes associated with VLAN attachments.
  • "ROUTER_APPLIANCE" : Spokes associated with router appliance instances.
  • "VPC_NETWORK" : Spokes associated with VPC networks.

Implementation

core.String? spokeType;