Skip to content

Commit

Permalink
Fix Stretch Private Cloud creation in vmwareengine (GoogleCloudPlatfo…
Browse files Browse the repository at this point in the history
  • Loading branch information
swamitagupta authored and balanaguharsha committed Apr 19, 2024
1 parent 9e3b0f6 commit cde6f3e
Showing 1 changed file with 14 additions and 10 deletions.
24 changes: 14 additions & 10 deletions mmv1/products/vmwareengine/PrivateCloud.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,20 @@ properties:
This number must always be one of `nodeType.availableCustomCoreCounts`.
If zero is provided max value from `nodeType.availableCustomCoreCounts` will be used.
This cannot be changed once the PrivateCloud is created.
- !ruby/object:Api::Type::NestedObject
name: 'stretchedClusterConfig'
description: |
The stretched cluster configuration for the private cloud.
properties:
- !ruby/object:Api::Type::String
name: 'preferredLocation'
description: |
Zone that will remain operational when connection between the two zones is lost.
- !ruby/object:Api::Type::String
name: 'secondaryLocation'
description: |
Additional zone for a higher level of availability and load balancing.
- !ruby/object:Api::Type::NestedObject
name: 'hcx'
Expand Down Expand Up @@ -298,13 +312,3 @@ properties:
- :STANDARD
- :TIME_LIMITED
- :STRETCHED

- !ruby/object:Api::Type::String
name: 'preferredZone'
description: |
The preferred single failure domain within a region.
- !ruby/object:Api::Type::String
name: 'secondaryZone'
description: |
The secondary single failure domain within a region.

0 comments on commit cde6f3e

Please sign in to comment.