Reference documentation and code samples for the Google Cloud Vmware Engine V1 Client class Type.
The type of the peering route.
Protobuf type google.cloud.vmwareengine.v1.PeeringRoute.Type
Namespace
Google \ Cloud \ VmwareEngine \ V1 \ PeeringRouteMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
TYPE_UNSPECIFIED
Value: 0
Unspecified peering route type. This is the default value.
Generated from protobuf enum TYPE_UNSPECIFIED = 0;
DYNAMIC_PEERING_ROUTE
Value: 1
Dynamic routes in the peer network.
Generated from protobuf enum DYNAMIC_PEERING_ROUTE = 1;
STATIC_PEERING_ROUTE
Value: 2
Static routes in the peer network.
Generated from protobuf enum STATIC_PEERING_ROUTE = 2;
SUBNET_PEERING_ROUTE
Value: 3
Created, updated, and removed automatically by Google Cloud when subnets are created, modified, or deleted in the peer network.
Generated from protobuf enum SUBNET_PEERING_ROUTE = 3;