Module: Google::Cloud::VmwareEngine::V1::PrivateCloud::Type

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

Overview

Enum Type defines private cloud type.

Constant Summary collapse

STANDARD =

Standard private is a zonal resource, with 3+ nodes. Default type.

0
TIME_LIMITED =

Time limited private cloud is a zonal resource, can have only 1 node and has limited life span. Will be deleted after defined period of time, can be converted into standard private cloud by expanding it up to 3 or more nodes.

1
STRETCHED =

Stretched private cloud is a regional resource with redundancy, with a minimum of 6 nodes, nodes count has to be even.

2