Google Cloud Network Connectivity V1 Client - Class SpokeType (1.5.3)

Reference documentation and code samples for the Google Cloud Network Connectivity V1 Client class SpokeType.

The SpokeType enum represents the type of spoke. The type reflects the kind of resource that a spoke is associated with.

Protobuf type google.cloud.networkconnectivity.v1.SpokeType

Namespace

Google \ Cloud \ NetworkConnectivity \ V1

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

SPOKE_TYPE_UNSPECIFIED

Value: 0

Unspecified spoke type.

Generated from protobuf enum SPOKE_TYPE_UNSPECIFIED = 0;

VPN_TUNNEL

Value: 1

Spokes associated with VPN tunnels.

Generated from protobuf enum VPN_TUNNEL = 1;

INTERCONNECT_ATTACHMENT

Value: 2

Spokes associated with VLAN attachments.

Generated from protobuf enum INTERCONNECT_ATTACHMENT = 2;

ROUTER_APPLIANCE

Value: 3

Spokes associated with router appliance instances.

Generated from protobuf enum ROUTER_APPLIANCE = 3;

VPC_NETWORK

Value: 4

Spokes associated with VPC networks.

Generated from protobuf enum VPC_NETWORK = 4;