Enum SpokeType (1.40.0)

public enum SpokeType extends Enum<SpokeType> implements ProtocolMessageEnum

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

Protobuf enum google.cloud.networkconnectivity.v1.SpokeType

Implements

ProtocolMessageEnum

Static Fields

NameDescription
INTERCONNECT_ATTACHMENT

Spokes associated with VLAN attachments.

INTERCONNECT_ATTACHMENT = 2;

INTERCONNECT_ATTACHMENT_VALUE

Spokes associated with VLAN attachments.

INTERCONNECT_ATTACHMENT = 2;

ROUTER_APPLIANCE

Spokes associated with router appliance instances.

ROUTER_APPLIANCE = 3;

ROUTER_APPLIANCE_VALUE

Spokes associated with router appliance instances.

ROUTER_APPLIANCE = 3;

SPOKE_TYPE_UNSPECIFIED

Unspecified spoke type.

SPOKE_TYPE_UNSPECIFIED = 0;

SPOKE_TYPE_UNSPECIFIED_VALUE

Unspecified spoke type.

SPOKE_TYPE_UNSPECIFIED = 0;

UNRECOGNIZED
VPC_NETWORK

Spokes associated with VPC networks.

VPC_NETWORK = 4;

VPC_NETWORK_VALUE

Spokes associated with VPC networks.

VPC_NETWORK = 4;

VPN_TUNNEL

Spokes associated with VPN tunnels.

VPN_TUNNEL = 1;

VPN_TUNNEL_VALUE

Spokes associated with VPN tunnels.

VPN_TUNNEL = 1;

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()