Module: Google::Cloud::VmwareEngine::V1::PeeringRoute::Type

Defined in:
proto_docs/google/cloud/vmwareengine/v1/vmwareengine_resources.rb

Overview

The type of the peering route.

Constant Summary collapse

TYPE_UNSPECIFIED =

Unspecified peering route type. This is the default value.

0
DYNAMIC_PEERING_ROUTE =

Dynamic routes in the peer network.

1
STATIC_PEERING_ROUTE =

Static routes in the peer network.

2
SUBNET_PEERING_ROUTE =

Created, updated, and removed automatically by Google Cloud when subnets are created, modified, or deleted in the peer network.

3