Module: Google::Cloud::VmwareEngine::V1::VmwareEngineNetwork::Type

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

Overview

Enum Type defines possible types of VMware Engine network.

Constant Summary collapse

TYPE_UNSPECIFIED =

The default value. This value should never be used.

0
LEGACY =

Network type used by private clouds created in projects without a network of type STANDARD. This network type is no longer used for new VMware Engine private cloud deployments.

1
STANDARD =

Standard network type used for private cloud connectivity.

2