Skip to content

Commit ae8e80e

Browse files
Regenerate vmmigration client
1 parent 60d50f7 commit ae8e80e

5 files changed

Lines changed: 30 additions & 5 deletions

File tree

src/VMMigrationService/BootDiskDefaults.php

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,10 @@ class BootDiskDefaults extends \Google\Model
3939
* Hyperdisk balanced disk type.
4040
*/
4141
public const DISK_TYPE_COMPUTE_ENGINE_DISK_TYPE_HYPERDISK_BALANCED = 'COMPUTE_ENGINE_DISK_TYPE_HYPERDISK_BALANCED';
42+
/**
43+
* Hyperdisk balanced high availability disk type.
44+
*/
45+
public const DISK_TYPE_COMPUTE_ENGINE_DISK_TYPE_HYPERDISK_BALANCED_HIGH_AVAILABILITY = 'COMPUTE_ENGINE_DISK_TYPE_HYPERDISK_BALANCED_HIGH_AVAILABILITY';
4246
/**
4347
* Optional. Specifies a unique device name of your choice that is reflected
4448
* into the /dev/disk/by-id/google-* tree of a Linux operating system running
@@ -110,7 +114,8 @@ public function getDiskName()
110114
* Accepted values: COMPUTE_ENGINE_DISK_TYPE_UNSPECIFIED,
111115
* COMPUTE_ENGINE_DISK_TYPE_STANDARD, COMPUTE_ENGINE_DISK_TYPE_SSD,
112116
* COMPUTE_ENGINE_DISK_TYPE_BALANCED,
113-
* COMPUTE_ENGINE_DISK_TYPE_HYPERDISK_BALANCED
117+
* COMPUTE_ENGINE_DISK_TYPE_HYPERDISK_BALANCED,
118+
* COMPUTE_ENGINE_DISK_TYPE_HYPERDISK_BALANCED_HIGH_AVAILABILITY
114119
*
115120
* @param self::DISK_TYPE_* $diskType
116121
*/

src/VMMigrationService/ComputeEngineDisk.php

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,10 @@ class ComputeEngineDisk extends \Google\Collection
3939
* Hyperdisk balanced disk type.
4040
*/
4141
public const DISK_TYPE_COMPUTE_ENGINE_DISK_TYPE_HYPERDISK_BALANCED = 'COMPUTE_ENGINE_DISK_TYPE_HYPERDISK_BALANCED';
42+
/**
43+
* Hyperdisk balanced high availability disk type.
44+
*/
45+
public const DISK_TYPE_COMPUTE_ENGINE_DISK_TYPE_HYPERDISK_BALANCED_HIGH_AVAILABILITY = 'COMPUTE_ENGINE_DISK_TYPE_HYPERDISK_BALANCED_HIGH_AVAILABILITY';
4246
protected $collection_key = 'replicaZones';
4347
/**
4448
* Optional. Target Compute Engine Disk ID. This is the resource ID segment of
@@ -96,7 +100,8 @@ public function getDiskId()
96100
* Accepted values: COMPUTE_ENGINE_DISK_TYPE_UNSPECIFIED,
97101
* COMPUTE_ENGINE_DISK_TYPE_STANDARD, COMPUTE_ENGINE_DISK_TYPE_SSD,
98102
* COMPUTE_ENGINE_DISK_TYPE_BALANCED,
99-
* COMPUTE_ENGINE_DISK_TYPE_HYPERDISK_BALANCED
103+
* COMPUTE_ENGINE_DISK_TYPE_HYPERDISK_BALANCED,
104+
* COMPUTE_ENGINE_DISK_TYPE_HYPERDISK_BALANCED_HIGH_AVAILABILITY
100105
*
101106
* @param self::DISK_TYPE_* $diskType
102107
*/

src/VMMigrationService/ComputeEngineTargetDefaults.php

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,10 @@ class ComputeEngineTargetDefaults extends \Google\Collection
6363
* Hyperdisk balanced disk type.
6464
*/
6565
public const DISK_TYPE_COMPUTE_ENGINE_DISK_TYPE_HYPERDISK_BALANCED = 'COMPUTE_ENGINE_DISK_TYPE_HYPERDISK_BALANCED';
66+
/**
67+
* Hyperdisk balanced high availability disk type.
68+
*/
69+
public const DISK_TYPE_COMPUTE_ENGINE_DISK_TYPE_HYPERDISK_BALANCED_HIGH_AVAILABILITY = 'COMPUTE_ENGINE_DISK_TYPE_HYPERDISK_BALANCED_HIGH_AVAILABILITY';
6670
/**
6771
* The license type is the default for the OS.
6872
*/
@@ -356,7 +360,8 @@ public function getDiskReplicaZones()
356360
* Accepted values: COMPUTE_ENGINE_DISK_TYPE_UNSPECIFIED,
357361
* COMPUTE_ENGINE_DISK_TYPE_STANDARD, COMPUTE_ENGINE_DISK_TYPE_SSD,
358362
* COMPUTE_ENGINE_DISK_TYPE_BALANCED,
359-
* COMPUTE_ENGINE_DISK_TYPE_HYPERDISK_BALANCED
363+
* COMPUTE_ENGINE_DISK_TYPE_HYPERDISK_BALANCED,
364+
* COMPUTE_ENGINE_DISK_TYPE_HYPERDISK_BALANCED_HIGH_AVAILABILITY
360365
*
361366
* @param self::DISK_TYPE_* $diskType
362367
*/

src/VMMigrationService/ComputeEngineTargetDetails.php

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,10 @@ class ComputeEngineTargetDetails extends \Google\Collection
6363
* Hyperdisk balanced disk type.
6464
*/
6565
public const DISK_TYPE_COMPUTE_ENGINE_DISK_TYPE_HYPERDISK_BALANCED = 'COMPUTE_ENGINE_DISK_TYPE_HYPERDISK_BALANCED';
66+
/**
67+
* Hyperdisk balanced high availability disk type.
68+
*/
69+
public const DISK_TYPE_COMPUTE_ENGINE_DISK_TYPE_HYPERDISK_BALANCED_HIGH_AVAILABILITY = 'COMPUTE_ENGINE_DISK_TYPE_HYPERDISK_BALANCED_HIGH_AVAILABILITY';
6670
/**
6771
* The license type is the default for the OS.
6872
*/
@@ -353,7 +357,8 @@ public function getDiskReplicaZones()
353357
* Accepted values: COMPUTE_ENGINE_DISK_TYPE_UNSPECIFIED,
354358
* COMPUTE_ENGINE_DISK_TYPE_STANDARD, COMPUTE_ENGINE_DISK_TYPE_SSD,
355359
* COMPUTE_ENGINE_DISK_TYPE_BALANCED,
356-
* COMPUTE_ENGINE_DISK_TYPE_HYPERDISK_BALANCED
360+
* COMPUTE_ENGINE_DISK_TYPE_HYPERDISK_BALANCED,
361+
* COMPUTE_ENGINE_DISK_TYPE_HYPERDISK_BALANCED_HIGH_AVAILABILITY
357362
*
358363
* @param self::DISK_TYPE_* $diskType
359364
*/

src/VMMigrationService/PersistentDiskDefaults.php

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,10 @@ class PersistentDiskDefaults extends \Google\Model
3939
* Hyperdisk balanced disk type.
4040
*/
4141
public const DISK_TYPE_COMPUTE_ENGINE_DISK_TYPE_HYPERDISK_BALANCED = 'COMPUTE_ENGINE_DISK_TYPE_HYPERDISK_BALANCED';
42+
/**
43+
* Hyperdisk balanced high availability disk type.
44+
*/
45+
public const DISK_TYPE_COMPUTE_ENGINE_DISK_TYPE_HYPERDISK_BALANCED_HIGH_AVAILABILITY = 'COMPUTE_ENGINE_DISK_TYPE_HYPERDISK_BALANCED_HIGH_AVAILABILITY';
4246
/**
4347
* A map of labels to associate with the Persistent Disk.
4448
*
@@ -106,7 +110,8 @@ public function getDiskName()
106110
* Accepted values: COMPUTE_ENGINE_DISK_TYPE_UNSPECIFIED,
107111
* COMPUTE_ENGINE_DISK_TYPE_STANDARD, COMPUTE_ENGINE_DISK_TYPE_SSD,
108112
* COMPUTE_ENGINE_DISK_TYPE_BALANCED,
109-
* COMPUTE_ENGINE_DISK_TYPE_HYPERDISK_BALANCED
113+
* COMPUTE_ENGINE_DISK_TYPE_HYPERDISK_BALANCED,
114+
* COMPUTE_ENGINE_DISK_TYPE_HYPERDISK_BALANCED_HIGH_AVAILABILITY
110115
*
111116
* @param self::DISK_TYPE_* $diskType
112117
*/

0 commit comments

Comments
 (0)