Skip to content

Commit 3307dda

Browse files
1 parent 6dfd03a commit 3307dda

1 file changed

Lines changed: 10 additions & 3 deletions

File tree

src/NetAppFiles/Volume.php

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,9 @@ class Volume extends \Google\Collection
190190
public $labels;
191191
/**
192192
* Optional. Flag indicating if the volume will be a large capacity volume or
193-
* a regular volume.
193+
* a regular volume. This field is used for legacy FILE pools. For Unified
194+
* pools, use the `large_capacity_config` field instead. This field and
195+
* `large_capacity_config` are mutually exclusive.
194196
*
195197
* @var bool
196198
*/
@@ -623,7 +625,9 @@ public function getLabels()
623625
}
624626
/**
625627
* Optional. Flag indicating if the volume will be a large capacity volume or
626-
* a regular volume.
628+
* a regular volume. This field is used for legacy FILE pools. For Unified
629+
* pools, use the `large_capacity_config` field instead. This field and
630+
* `large_capacity_config` are mutually exclusive.
627631
*
628632
* @param bool $largeCapacity
629633
*/
@@ -639,7 +643,10 @@ public function getLargeCapacity()
639643
return $this->largeCapacity;
640644
}
641645
/**
642-
* Optional. Large capacity config for the volume.
646+
* Optional. Large capacity config for the volume. Enables and configures
647+
* large capacity for volumes in Unified pools with File protocols. Not
648+
* applicable for Block protocols in Unified pools. This field and the legacy
649+
* `large_capacity` boolean field are mutually exclusive.
643650
*
644651
* @param LargeCapacityConfig $largeCapacityConfig
645652
*/

0 commit comments

Comments
 (0)