File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2020class BootDisk extends \Google \Model
2121{
2222 /**
23- * Required. Immutable. Size of the disk in gigabytes. Must be at least 10GB .
23+ * Required. Immutable. Size of the disk in gigabytes. Must be at least 40GB .
2424 *
2525 * @var string
2626 */
@@ -35,7 +35,7 @@ class BootDisk extends \Google\Model
3535 public $ type ;
3636
3737 /**
38- * Required. Immutable. Size of the disk in gigabytes. Must be at least 10GB .
38+ * Required. Immutable. Size of the disk in gigabytes. Must be at least 40GB .
3939 *
4040 * @param string $sizeGb
4141 */
Original file line number Diff line number Diff line change @@ -23,6 +23,14 @@ class GcsAutoclassConfig extends \Google\Model
2323 * Unspecified terminal storage class
2424 */
2525 public const TERMINAL_STORAGE_CLASS_TERMINAL_STORAGE_CLASS_UNSPECIFIED = 'TERMINAL_STORAGE_CLASS_UNSPECIFIED ' ;
26+ /**
27+ * Nearline terminal storage class
28+ */
29+ public const TERMINAL_STORAGE_CLASS_NEARLINE = 'NEARLINE ' ;
30+ /**
31+ * Archive terminal storage class
32+ */
33+ public const TERMINAL_STORAGE_CLASS_ARCHIVE = 'ARCHIVE ' ;
2634 /**
2735 * Required. Enables Auto-class feature.
2836 *
@@ -55,7 +63,7 @@ public function getEnabled()
5563 /**
5664 * Optional. Terminal storage class of the autoclass bucket
5765 *
58- * Accepted values: TERMINAL_STORAGE_CLASS_UNSPECIFIED
66+ * Accepted values: TERMINAL_STORAGE_CLASS_UNSPECIFIED, NEARLINE, ARCHIVE
5967 *
6068 * @param self::TERMINAL_STORAGE_CLASS_* $terminalStorageClass
6169 */
You can’t perform that action at this time.
0 commit comments