Skip to content

Commit

Permalink
add Large Volumes support for netapp volumes (GoogleCloudPlatform#11601)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mehul3217 authored and abd-goog committed Sep 23, 2024
1 parent 43af0bb commit 2888009
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions mmv1/products/netapp/Volume.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -494,3 +494,12 @@ properties:
Specifies the replica zone for regional volume.
output: true
min_version: beta
- !ruby/object:Api::Type::Boolean
name: 'largeCapacity'
description: |
Optional. Flag indicating if the volume will be a large capacity volume or a regular volume.
- !ruby/object:Api::Type::Boolean
name: 'multipleEndpoints'
description: |
Optional. Flag indicating if the volume will have an IP address per node for volumes supporting multiple IP endpoints.
Only the volume with largeCapacity will be allowed to have multiple endpoints.

0 comments on commit 2888009

Please # to comment.