Reference documentation and code samples for the Google Cloud Vm Migration V1 Client class MigratingVmView.
Controls the level of details of a Migrating VM.
Protobuf type google.cloud.vmmigration.v1.MigratingVmView
Namespace
Google \ Cloud \ VMMigration \ V1Methods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
MIGRATING_VM_VIEW_UNSPECIFIED
Value: 0
View is unspecified. The API will fallback to the default value.
Generated from protobuf enum MIGRATING_VM_VIEW_UNSPECIFIED = 0;
MIGRATING_VM_VIEW_BASIC
Value: 1
Get the migrating VM basic details.
The basic details do not include the recent clone jobs and recent cutover jobs lists.
Generated from protobuf enum MIGRATING_VM_VIEW_BASIC = 1;
MIGRATING_VM_VIEW_FULL
Value: 2
Include everything.
Generated from protobuf enum MIGRATING_VM_VIEW_FULL = 2;