---
title: "POST /v1/{+parent}/migratingVms"
method: POST
path: "/v1/{+parent}/migratingVms"
tags: ["projects"]
---

# POST /v1/{+parent}/migratingVms

`POST /v1/{+parent}/migratingVms`

Creates a new MigratingVm in a given Source.

## Path parameters

- `parent` string, required

## Query parameters

- `migratingVmId` string
- `requestId` string

## Request body

- MigratingVm — MigratingVm describes the VM that will be migrated from a Source environment and its replication state.
  - `name` string — Output only. The identifier of the MigratingVm.
  - `state` 'STATE_UNSPECIFIED' | 'PENDING' | 'READY' | 'FIRST_SYNC' | 'ACTIVE' | 'CUTTING_OVER' | 'CUTOVER' | 'FINAL_SYNC' | 'PAUSED' | 'FINALIZING' | 'FINALIZED' | 'ERROR' | 'EXPIRED' | 'FINALIZED_EXPIRED' — Output only. State of the MigratingVm.
  - `policy` SchedulePolicy — A policy for scheduling replications.
    - `idleDuration` string, google-duration — The idle duration between replication stages.
    - `skipOsAdaptation` boolean — A flag to indicate whether to skip OS adaptation during the replication sync. OS adaptation is a process where the VM's operating system undergoes changes and adaptations to fully function on Compute Engine.
  - `createTime` string, google-datetime — Output only. The time the migrating VM was created (this refers to this resource and not to the time it was installed in the source).
  - `labels` object — The labels of the migrating VM.
  - `expiration` Expiration — Expiration holds information about the expiration of a MigratingVm.
    - `expireTime` string, google-datetime — Output only. Timestamp of when this resource is considered expired.
    - `extendable` boolean — Output only. Describes whether the expiration can be extended.
    - `extensionCount` integer — Output only. The number of times expiration was extended.
  - `sourceVmId` string — The unique ID of the VM in the source. The VM's name in vSphere can be changed, so this is not the VM's name but rather its moRef id. This id is of the form vm-.
  - `awsSourceVmDetails` AwsSourceVmDetails — Represent the source AWS VM details.
    - `architecture` 'VM_ARCHITECTURE_UNSPECIFIED' | 'VM_ARCHITECTURE_X86_FAMILY' | 'VM_ARCHITECTURE_ARM64' — Output only. The VM architecture.
    - `committedStorageBytes` string, int64 — Output only. The total size of the disks being migrated in bytes.
    - `disks` AwsDiskDetails[] — Output only. The disks attached to the source VM.
      - `volumeId` string — Output only. AWS volume ID.
      - `diskNumber` integer — Output only. The ordinal number of the disk.
      - `sizeGb` string, int64 — Output only. Size in GB.
    - `vmCapabilitiesInfo` VmCapabilities — Migrating VM source information about the VM capabilities needed for some Compute Engine features.
      - `osCapabilities` string[] — Output only. Unordered list. List of certain VM OS capabilities needed for some Compute Engine features.
      - `lastOsCapabilitiesUpdateTime` string, google-datetime — Output only. The last time OS capabilities list was updated.
    - `firmware` 'FIRMWARE_UNSPECIFIED' | 'EFI' | 'BIOS' — Output only. The firmware type of the source VM.
  - `group` string — Output only. The group this migrating vm is included in, if any. The group is represented by the full path of the appropriate Group resource.
  - `azureSourceVmDetails` AzureSourceVmDetails — Represent the source Azure VM details.
    - `architecture` 'VM_ARCHITECTURE_UNSPECIFIED' | 'VM_ARCHITECTURE_X86_FAMILY' | 'VM_ARCHITECTURE_ARM64' — Output only. The VM architecture.
    - `committedStorageBytes` string, int64 — Output only. The total size of the disks being migrated in bytes.
    - `disks` AzureDiskDetails[] — Output only. The disks attached to the source VM.
      - `diskId` string — Output only. Azure disk ID.
      - `diskNumber` integer — Output only. The ordinal number of the disk.
      - `sizeGb` string, int64 — Output only. Size in GB.
    - `vmCapabilitiesInfo` VmCapabilities — Migrating VM source information about the VM capabilities needed for some Compute Engine features.
      - `osCapabilities` string[] — Output only. Unordered list. List of certain VM OS capabilities needed for some Compute Engine features.
      - `lastOsCapabilitiesUpdateTime` string, google-datetime — Output only. The last time OS capabilities list was updated.
    - `firmware` 'FIRMWARE_UNSPECIFIED' | 'EFI' | 'BIOS' — Output only. The firmware type of the source VM.
  - `stateTime` string, google-datetime — Output only. The last time the migrating VM state was updated.
  - `recentCutoverJobs` CutoverJob[] — Output only. The recent cutover jobs performed on the migrating VM. This field holds the vm's last completed cutover job and the vm's running cutover job, if one exists. Note: To have this field populated you need to explicitly request it via the "view" parameter of the Get/List request.
    - `computeEngineDisksTargetDetails` ComputeEngineDisksTargetDetails — ComputeEngineDisksTargetDetails is a collection of created Persistent Disks details.
      - `disks` PersistentDisk[] — The details of each created Persistent Disk.
        - `sourceDiskNumber` integer — Output only. The ordinal number of the source VM disk.
        - `diskUri` string — Output only. The URI of the Persistent Disk.
      - `disksTargetDetails` DisksMigrationDisksTargetDetails — Details for a disks-only migration.
      - `vmTargetDetails` DisksMigrationVmTargetDetails — Details for the VM created VM as part of disks migration.
        - `vmUri` string — Output only. The URI of the Compute Engine VM.
    - `endTime` string, google-datetime — Output only. The time the cutover job had finished.
    - `stateTime` string, google-datetime — Output only. The time the state was last updated.
    - `stateMessage` string — Output only. A message providing possible extra details about the current state.
    - `steps` CutoverStep[] — Output only. The cutover steps list representing its progress.
      - `endTime` string, google-datetime — The time the step has ended.
      - `finalSync` ReplicationCycle — ReplicationCycle contains information about the current replication cycle status.
        - `progressPercent` integer — The current progress in percentage of this cycle. Was replaced by 'steps' field, which breaks down the cycle progression more accurately.
        - `error` Status — The `Status` type defines a logical error model that is suitable for different programming environments, including REST APIs and RPC APIs. It is used by [gRPC](https://github.com/grpc). Each `Status` message contains three pieces of data: error code, error message, and error details. You can find out more about this error model and how to work with it in the [API Design Guide](https://cloud.google.com/apis/design/errors).
          - `details` object[] — A list of messages that carry the error details. There is a common set of message types for APIs to use.
          - `message` string — A developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the google.rpc.Status.details field, or localized by the client.
          - `code` integer — The status code, which should be an enum value of google.rpc.Code.
        - `name` string — The identifier of the ReplicationCycle.
        - `cycleNumber` integer — The cycle's ordinal number.
        - `state` 'STATE_UNSPECIFIED' | 'RUNNING' | 'PAUSED' | 'FAILED' | 'SUCCEEDED' — State of the ReplicationCycle.
        - `totalPauseDuration` string, google-duration — The accumulated duration the replication cycle was paused.
        - `endTime` string, google-datetime — The time the replication cycle has ended.
        - `warnings` MigrationWarning[] — Output only. Warnings that occurred during the cycle.
          - `warningTime` string, google-datetime — The time the warning occurred.
          - `code` 'WARNING_CODE_UNSPECIFIED' | 'ADAPTATION_WARNING' — The warning code.
          - `warningMessage` LocalizedMessage — Provides a localized error message that is safe to return to the user which can be attached to an RPC error.
            - `locale` string — The locale used following the specification defined at https://www.rfc-editor.org/rfc/bcp/bcp47.txt. Examples are: "en-US", "fr-CH", "es-MX"
            - `message` string — The localized error message in the above locale.
          - `helpLinks` Link[] — Output only. URL(s) pointing to additional information on handling the current warning.
            - `description` string — Describes what the link offers.
            - `url` string — The URL of the link.
          - `actionItem` LocalizedMessage — Provides a localized error message that is safe to return to the user which can be attached to an RPC error.
            - `locale` string — The locale used following the specification defined at https://www.rfc-editor.org/rfc/bcp/bcp47.txt. Examples are: "en-US", "fr-CH", "es-MX"
            - `message` string — The localized error message in the above locale.
        - `steps` CycleStep[] — The cycle's steps list representing its progress.
          - `initializingReplication` InitializingReplicationStep — InitializingReplicationStep contains specific step details.
          - `postProcessing` PostProcessingStep — PostProcessingStep contains specific step details.
          - `endTime` string, google-datetime — The time the cycle step has ended.
          - `replicating` ReplicatingStep — ReplicatingStep contains specific step details.
            - `replicatedBytes` string, int64 — Replicated bytes in the step.
            - `lastThirtyMinutesAverageBytesPerSecond` string, int64 — The source disks replication rate for the last 30 minutes in bytes per second.
            - `totalBytes` string, int64 — Total bytes to be handled in the step.
            - `lastTwoMinutesAverageBytesPerSecond` string, int64 — The source disks replication rate for the last 2 minutes in bytes per second.
          - `startTime` string, google-datetime — The time the cycle step has started.
        - `startTime` string, google-datetime — The time the replication cycle has started.
      - `shuttingDownSourceVm` ShuttingDownSourceVMStep — ShuttingDownSourceVMStep contains specific step details.
      - `preparingVmDisks` PreparingVMDisksStep — PreparingVMDisksStep contains specific step details.
      - `instantiatingMigratedVm` InstantiatingMigratedVMStep — InstantiatingMigratedVMStep contains specific step details.
      - `startTime` string, google-datetime — The time the step has started.
      - `previousReplicationCycle` ReplicationCycle — ReplicationCycle contains information about the current replication cycle status.
        - `progressPercent` integer — The current progress in percentage of this cycle. Was replaced by 'steps' field, which breaks down the cycle progression more accurately.
        - `error` Status — The `Status` type defines a logical error model that is suitable for different programming environments, including REST APIs and RPC APIs. It is used by [gRPC](https://github.com/grpc). Each `Status` message contains three pieces of data: error code, error message, and error details. You can find out more about this error model and how to work with it in the [API Design Guide](https://cloud.google.com/apis/design/errors).
          - `details` object[] — A list of messages that carry the error details. There is a common set of message types for APIs to use.
          - `message` string — A developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the google.rpc.Status.details field, or localized by the client.
          - `code` integer — The status code, which should be an enum value of google.rpc.Code.
        - `name` string — The identifier of the ReplicationCycle.
        - `cycleNumber` integer — The cycle's ordinal number.
        - `state` 'STATE_UNSPECIFIED' | 'RUNNING' | 'PAUSED' | 'FAILED' | 'SUCCEEDED' — State of the ReplicationCycle.
        - `totalPauseDuration` string, google-duration — The accumulated duration the replication cycle was paused.
        - `endTime` string, google-datetime — The time the replication cycle has ended.
        - `warnings` MigrationWarning[] — Output only. Warnings that occurred during the cycle.
          - `warningTime` string, google-datetime — The time the warning occurred.
          - `code` 'WARNING_CODE_UNSPECIFIED' | 'ADAPTATION_WARNING' — The warning code.
          - `warningMessage` LocalizedMessage — Provides a localized error message that is safe to return to the user which can be attached to an RPC error.
            - `locale` string — The locale used following the specification defined at https://www.rfc-editor.org/rfc/bcp/bcp47.txt. Examples are: "en-US", "fr-CH", "es-MX"
            - `message` string — The localized error message in the above locale.
          - `helpLinks` Link[] — Output only. URL(s) pointing to additional information on handling the current warning.
            - `description` string — Describes what the link offers.
            - `url` string — The URL of the link.
          - `actionItem` LocalizedMessage — Provides a localized error message that is safe to return to the user which can be attached to an RPC error.
            - `locale` string — The locale used following the specification defined at https://www.rfc-editor.org/rfc/bcp/bcp47.txt. Examples are: "en-US", "fr-CH", "es-MX"
            - `message` string — The localized error message in the above locale.
        - `steps` CycleStep[] — The cycle's steps list representing its progress.
          - `initializingReplication` InitializingReplicationStep — InitializingReplicationStep contains specific step details.
          - `postProcessing` PostProcessingStep — PostProcessingStep contains specific step details.
          - `endTime` string, google-datetime — The time the cycle step has ended.
          - `replicating` ReplicatingStep — ReplicatingStep contains specific step details.
            - `replicatedBytes` string, int64 — Replicated bytes in the step.
            - `lastThirtyMinutesAverageBytesPerSecond` string, int64 — The source disks replication rate for the last 30 minutes in bytes per second.
            - `totalBytes` string, int64 — Total bytes to be handled in the step.
            - `lastTwoMinutesAverageBytesPerSecond` string, int64 — The source disks replication rate for the last 2 minutes in bytes per second.
          - `startTime` string, google-datetime — The time the cycle step has started.
        - `startTime` string, google-datetime — The time the replication cycle has started.
    - `error` Status — The `Status` type defines a logical error model that is suitable for different programming environments, including REST APIs and RPC APIs. It is used by [gRPC](https://github.com/grpc). Each `Status` message contains three pieces of data: error code, error message, and error details. You can find out more about this error model and how to work with it in the [API Design Guide](https://cloud.google.com/apis/design/errors).
      - `details` object[] — A list of messages that carry the error details. There is a common set of message types for APIs to use.
      - `message` string — A developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the google.rpc.Status.details field, or localized by the client.
      - `code` integer — The status code, which should be an enum value of google.rpc.Code.
    - `progressPercent` integer — Output only. The current progress in percentage of the cutover job.
    - `createTime` string, google-datetime — Output only. The time the cutover job was created (as an API call, not when it was actually created in the target).
    - `computeEngineTargetDetails` ComputeEngineTargetDetails — ComputeEngineTargetDetails is a collection of details for creating a VM in a target Compute Engine project.
      - `zone` string — The zone in which to create the VM.
      - `labels` object — A map of labels to associate with the VM.
      - `secureBoot` boolean — Defines whether the instance has Secure Boot enabled. This can be set to true only if the VM boot option is EFI.
      - `diskReplicaZones` string[] — Optional. Additional replica zones of the target regional disks. If this list is not empty a regional disk will be created. The first supported zone would be the one stated in the zone field. The rest are taken from this list. Please refer to the [regional disk creation API](https://cloud.google.com/compute/docs/regions-zones/global-regional-zonal-resources) for further details about regional vs zonal disks. If not specified, a zonal disk will be created in the same zone the VM is created.
      - `networkInterfaces` NetworkInterface[] — List of NICs connected to this VM.
        - `networkTier` 'COMPUTE_ENGINE_NETWORK_TIER_UNSPECIFIED' | 'NETWORK_TIER_STANDARD' | 'NETWORK_TIER_PREMIUM' — Optional. The networking tier used for optimizing connectivity between instances and systems on the internet. Applies only for external ephemeral IP addresses. If left empty, will default to PREMIUM.
        - `network` string — Optional. The network to connect the NIC to.
        - `subnetwork` string — Optional. The subnetwork to connect the NIC to.
        - `internalIp` string — Optional. The internal IP to define in the NIC. The formats accepted are: `ephemeral` \ ipv4 address \ a named address resource full path.
        - `externalIp` string — Optional. The external IP to define in the NIC.
      - `diskType` 'COMPUTE_ENGINE_DISK_TYPE_UNSPECIFIED' | 'COMPUTE_ENGINE_DISK_TYPE_STANDARD' | 'COMPUTE_ENGINE_DISK_TYPE_SSD' | 'COMPUTE_ENGINE_DISK_TYPE_BALANCED' | 'COMPUTE_ENGINE_DISK_TYPE_HYPERDISK_BALANCED' | 'COMPUTE_ENGINE_DISK_TYPE_HYPERDISK_BALANCED_HIGH_AVAILABILITY' — The disk type to use in the VM.
      - `machineType` string — The machine type to create the VM with.
      - `licenseType` 'COMPUTE_ENGINE_LICENSE_TYPE_DEFAULT' | 'COMPUTE_ENGINE_LICENSE_TYPE_PAYG' | 'COMPUTE_ENGINE_LICENSE_TYPE_BYOL' — The license type to use in OS adaptation.
      - `serviceAccount` string — The service account to associate the VM with.
      - `computeScheduling` ComputeScheduling — Scheduling information for VM on maintenance/restart behaviour and node allocation in sole tenant nodes. Options for instance behavior when the host machine undergoes maintenance that may temporarily impact instance performance.
        - `onHostMaintenance` 'ON_HOST_MAINTENANCE_UNSPECIFIED' | 'TERMINATE' | 'MIGRATE' — How the instance should behave when the host machine undergoes maintenance that may temporarily impact instance performance.
        - `restartType` 'RESTART_TYPE_UNSPECIFIED' | 'AUTOMATIC_RESTART' | 'NO_AUTOMATIC_RESTART' — Whether the Instance should be automatically restarted whenever it is terminated by Compute Engine (not terminated by user). This configuration is identical to `automaticRestart` field in Compute Engine create instance under scheduling. It was changed to an enum (instead of a boolean) to match the default value in Compute Engine which is automatic restart.
        - `minNodeCpus` integer — The minimum number of virtual CPUs this instance will consume when running on a sole-tenant node. Ignored if no node_affinites are configured.
        - `nodeAffinities` SchedulingNodeAffinity[] — A set of node affinity and anti-affinity configurations for sole tenant nodes.
          - `key` string — The label key of Node resource to reference.
          - `operator` 'OPERATOR_UNSPECIFIED' | 'IN' | 'NOT_IN' — The operator to use for the node resources specified in the `values` parameter.
          - `values` string[] — Corresponds to the label values of Node resource.
      - `enableIntegrityMonitoring` boolean — Optional. Defines whether the instance has integrity monitoring enabled.
      - `storagePool` string — Optional. The storage pool used for the VM disks. If specified this will be the storage pool in which the disk is created. This is the full path of the storage pool resource, for example: "projects/my-project/zones/us-central1-a/storagePools/my-storage-pool". The storage pool must be in the same project and zone as the target disks. The storage pool's type must match the disk type.
      - `encryption` Encryption — Encryption message describes the details of the applied encryption.
        - `kmsKey` string — Required. The name of the encryption key that is stored in Google Cloud KMS.
      - `adaptationModifiers` AdaptationModifier[] — Optional. Modifiers to be used as configuration of the OS adaptation process.
        - `value` string — Optional. The value of the modifier. The actual value depends on the modifier and can also be empty.
        - `modifier` string — Optional. The modifier name.
      - `appliedLicense` AppliedLicense — AppliedLicense holds the license data returned by adaptation module report.
        - `type` 'TYPE_UNSPECIFIED' | 'NONE' | 'PAYG' | 'BYOL' — The license type that was used in OS adaptation.
        - `osLicense` string — The OS license returned from the adaptation module's report.
      - `project` string — The Google Cloud target project ID or project name.
      - `enableVtpm` boolean — Optional. Defines whether the instance has vTPM enabled.
      - `machineTypeSeries` string — The machine type series to create the VM with.
      - `bootOption` 'COMPUTE_ENGINE_BOOT_OPTION_UNSPECIFIED' | 'COMPUTE_ENGINE_BOOT_OPTION_EFI' | 'COMPUTE_ENGINE_BOOT_OPTION_BIOS' — The VM Boot Option, as set in the source VM.
      - `bootConversion` 'BOOT_CONVERSION_UNSPECIFIED' | 'NONE' | 'BIOS_TO_EFI' — Optional. By default the virtual machine will keep its existing boot option. Setting this property will trigger an internal process which will convert the virtual machine from using the existing boot option to another.
      - `additionalLicenses` string[] — Additional licenses to assign to the VM.
      - `hostname` string — The hostname to assign to the VM.
      - `metadata` object — The metadata key/value pairs to assign to the VM.
      - `vmName` string — The name of the VM to create.
      - `networkTags` string[] — A list of network tags to associate with the VM.
    - `state` 'STATE_UNSPECIFIED' | 'PENDING' | 'FAILED' | 'SUCCEEDED' | 'CANCELLED' | 'CANCELLING' | 'ACTIVE' | 'ADAPTING_OS' — Output only. State of the cutover job.
    - `name` string — Output only. The name of the cutover job.
  - `computeEngineTargetDefaults` ComputeEngineTargetDefaults — ComputeEngineTargetDefaults is a collection of details for creating a VM in a target Compute Engine project.
    - `bootOption` 'COMPUTE_ENGINE_BOOT_OPTION_UNSPECIFIED' | 'COMPUTE_ENGINE_BOOT_OPTION_EFI' | 'COMPUTE_ENGINE_BOOT_OPTION_BIOS' — Output only. The VM Boot Option, as set in the source VM.
    - `enableVtpm` boolean — Optional. Defines whether the instance has vTPM enabled. This can be set to true only if the VM boot option is EFI.
    - `machineTypeSeries` string — The machine type series to create the VM with.
    - `hostname` string — The hostname to assign to the VM.
    - `metadata` object — The metadata key/value pairs to assign to the VM.
    - `bootConversion` 'BOOT_CONVERSION_UNSPECIFIED' | 'NONE' | 'BIOS_TO_EFI' — Optional. By default the virtual machine will keep its existing boot option. Setting this property will trigger an internal process which will convert the virtual machine from using the existing boot option to another.
    - `additionalLicenses` string[] — Additional licenses to assign to the VM.
    - `vmName` string — The name of the VM to create.
    - `networkTags` string[] — A list of network tags to associate with the VM.
    - `diskReplicaZones` string[] — Optional. Additional replica zones of the target regional disks. If this list is not empty a regional disk will be created. The first supported zone would be the one stated in the zone field. The rest are taken from this list. Please refer to the [regional disk creation API](https://cloud.google.com/compute/docs/regions-zones/global-regional-zonal-resources) for further details about regional vs zonal disks. If not specified, a zonal disk will be created in the same zone the VM is created.
    - `disks` PersistentDiskDefaults[] — Optional. The details of each disk to create.
      - `diskName` string — Optional. The name of the Persistent Disk to create.
      - `vmAttachmentDetails` VmAttachmentDetails — Details for attachment of the disk to a VM.
        - `deviceName` string — Optional. Specifies a unique device name of your choice that is reflected into the /dev/disk/by-id/google-* tree of a Linux operating system running within the instance. If not specified, the server chooses a default device name to apply to this disk, in the form persistent-disk-x, where x is a number assigned by Google Compute Engine. This field is only applicable for persistent disks.
      - `sourceDiskNumber` integer — Required. The ordinal number of the source VM disk.
      - `encryption` Encryption — Encryption message describes the details of the applied encryption.
        - `kmsKey` string — Required. The name of the encryption key that is stored in Google Cloud KMS.
      - `diskType` 'COMPUTE_ENGINE_DISK_TYPE_UNSPECIFIED' | 'COMPUTE_ENGINE_DISK_TYPE_STANDARD' | 'COMPUTE_ENGINE_DISK_TYPE_SSD' | 'COMPUTE_ENGINE_DISK_TYPE_BALANCED' | 'COMPUTE_ENGINE_DISK_TYPE_HYPERDISK_BALANCED' | 'COMPUTE_ENGINE_DISK_TYPE_HYPERDISK_BALANCED_HIGH_AVAILABILITY' — The disk type to use.
      - `additionalLabels` object — A map of labels to associate with the Persistent Disk.
    - `zone` string — The zone in which to create the VM.
    - `labels` object — A map of labels to associate with the VM.
    - `secureBoot` boolean — Defines whether the instance has Secure Boot enabled. This can be set to true only if the VM boot option is EFI.
    - `machineType` string — The machine type to create the VM with.
    - `networkInterfaces` NetworkInterface[] — List of NICs connected to this VM.
      - `networkTier` 'COMPUTE_ENGINE_NETWORK_TIER_UNSPECIFIED' | 'NETWORK_TIER_STANDARD' | 'NETWORK_TIER_PREMIUM' — Optional. The networking tier used for optimizing connectivity between instances and systems on the internet. Applies only for external ephemeral IP addresses. If left empty, will default to PREMIUM.
      - `network` string — Optional. The network to connect the NIC to.
      - `subnetwork` string — Optional. The subnetwork to connect the NIC to.
      - `internalIp` string — Optional. The internal IP to define in the NIC. The formats accepted are: `ephemeral` \ ipv4 address \ a named address resource full path.
      - `externalIp` string — Optional. The external IP to define in the NIC.
    - `diskType` 'COMPUTE_ENGINE_DISK_TYPE_UNSPECIFIED' | 'COMPUTE_ENGINE_DISK_TYPE_STANDARD' | 'COMPUTE_ENGINE_DISK_TYPE_SSD' | 'COMPUTE_ENGINE_DISK_TYPE_BALANCED' | 'COMPUTE_ENGINE_DISK_TYPE_HYPERDISK_BALANCED' | 'COMPUTE_ENGINE_DISK_TYPE_HYPERDISK_BALANCED_HIGH_AVAILABILITY' — The disk type to use in the VM.
    - `serviceAccount` string — Optional. The service account to associate the VM with.
    - `computeScheduling` ComputeScheduling — Scheduling information for VM on maintenance/restart behaviour and node allocation in sole tenant nodes. Options for instance behavior when the host machine undergoes maintenance that may temporarily impact instance performance.
      - `onHostMaintenance` 'ON_HOST_MAINTENANCE_UNSPECIFIED' | 'TERMINATE' | 'MIGRATE' — How the instance should behave when the host machine undergoes maintenance that may temporarily impact instance performance.
      - `restartType` 'RESTART_TYPE_UNSPECIFIED' | 'AUTOMATIC_RESTART' | 'NO_AUTOMATIC_RESTART' — Whether the Instance should be automatically restarted whenever it is terminated by Compute Engine (not terminated by user). This configuration is identical to `automaticRestart` field in Compute Engine create instance under scheduling. It was changed to an enum (instead of a boolean) to match the default value in Compute Engine which is automatic restart.
      - `minNodeCpus` integer — The minimum number of virtual CPUs this instance will consume when running on a sole-tenant node. Ignored if no node_affinites are configured.
      - `nodeAffinities` SchedulingNodeAffinity[] — A set of node affinity and anti-affinity configurations for sole tenant nodes.
        - `key` string — The label key of Node resource to reference.
        - `operator` 'OPERATOR_UNSPECIFIED' | 'IN' | 'NOT_IN' — The operator to use for the node resources specified in the `values` parameter.
        - `values` string[] — Corresponds to the label values of Node resource.
    - `licenseType` 'COMPUTE_ENGINE_LICENSE_TYPE_DEFAULT' | 'COMPUTE_ENGINE_LICENSE_TYPE_PAYG' | 'COMPUTE_ENGINE_LICENSE_TYPE_BYOL' — The license type to use in OS adaptation.
    - `encryption` Encryption — Encryption message describes the details of the applied encryption.
      - `kmsKey` string — Required. The name of the encryption key that is stored in Google Cloud KMS.
    - `adaptationModifiers` AdaptationModifier[] — Optional. AdaptationModifiers are the set of modifiers used during OS adaptation.
      - `value` string — Optional. The value of the modifier. The actual value depends on the modifier and can also be empty.
      - `modifier` string — Optional. The modifier name.
    - `appliedLicense` AppliedLicense — AppliedLicense holds the license data returned by adaptation module report.
      - `type` 'TYPE_UNSPECIFIED' | 'NONE' | 'PAYG' | 'BYOL' — The license type that was used in OS adaptation.
      - `osLicense` string — The OS license returned from the adaptation module's report.
    - `enableIntegrityMonitoring` boolean — Optional. Defines whether the instance has integrity monitoring enabled. This can be set to true only if the VM boot option is EFI, and vTPM is enabled.
    - `storagePool` string — Optional. If specified this will be the storage pool in which the disk is created. This is the full path of the storage pool resource, for example: "projects/my-project/zones/us-central1-a/storagePools/my-storage-pool". The storage pool must be in the same project and zone as the target disks. The storage pool's type must match the disk type.
    - `targetProject` string — The full path of the resource of type TargetProject which represents the Compute Engine project in which to create this VM.
  - `description` string — The description attached to the migrating VM by the user.
  - `displayName` string — The display name attached to the MigratingVm by the user.
  - `updateTime` string, google-datetime — Output only. The last time the migrating VM resource was updated.
  - `recentCloneJobs` CloneJob[] — Output only. The recent clone jobs performed on the migrating VM. This field holds the vm's last completed clone job and the vm's running clone job, if one exists. Note: To have this field populated you need to explicitly request it via the "view" parameter of the Get/List request.
    - `error` Status — The `Status` type defines a logical error model that is suitable for different programming environments, including REST APIs and RPC APIs. It is used by [gRPC](https://github.com/grpc). Each `Status` message contains three pieces of data: error code, error message, and error details. You can find out more about this error model and how to work with it in the [API Design Guide](https://cloud.google.com/apis/design/errors).
      - `details` object[] — A list of messages that carry the error details. There is a common set of message types for APIs to use.
      - `message` string — A developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the google.rpc.Status.details field, or localized by the client.
      - `code` integer — The status code, which should be an enum value of google.rpc.Code.
    - `name` string — Output only. The name of the clone.
    - `createTime` string, google-datetime — Output only. The time the clone job was created (as an API call, not when it was actually created in the target).
    - `computeEngineTargetDetails` ComputeEngineTargetDetails — ComputeEngineTargetDetails is a collection of details for creating a VM in a target Compute Engine project.
      - `zone` string — The zone in which to create the VM.
      - `labels` object — A map of labels to associate with the VM.
      - `secureBoot` boolean — Defines whether the instance has Secure Boot enabled. This can be set to true only if the VM boot option is EFI.
      - `diskReplicaZones` string[] — Optional. Additional replica zones of the target regional disks. If this list is not empty a regional disk will be created. The first supported zone would be the one stated in the zone field. The rest are taken from this list. Please refer to the [regional disk creation API](https://cloud.google.com/compute/docs/regions-zones/global-regional-zonal-resources) for further details about regional vs zonal disks. If not specified, a zonal disk will be created in the same zone the VM is created.
      - `networkInterfaces` NetworkInterface[] — List of NICs connected to this VM.
        - `networkTier` 'COMPUTE_ENGINE_NETWORK_TIER_UNSPECIFIED' | 'NETWORK_TIER_STANDARD' | 'NETWORK_TIER_PREMIUM' — Optional. The networking tier used for optimizing connectivity between instances and systems on the internet. Applies only for external ephemeral IP addresses. If left empty, will default to PREMIUM.
        - `network` string — Optional. The network to connect the NIC to.
        - `subnetwork` string — Optional. The subnetwork to connect the NIC to.
        - `internalIp` string — Optional. The internal IP to define in the NIC. The formats accepted are: `ephemeral` \ ipv4 address \ a named address resource full path.
        - `externalIp` string — Optional. The external IP to define in the NIC.
      - `diskType` 'COMPUTE_ENGINE_DISK_TYPE_UNSPECIFIED' | 'COMPUTE_ENGINE_DISK_TYPE_STANDARD' | 'COMPUTE_ENGINE_DISK_TYPE_SSD' | 'COMPUTE_ENGINE_DISK_TYPE_BALANCED' | 'COMPUTE_ENGINE_DISK_TYPE_HYPERDISK_BALANCED' | 'COMPUTE_ENGINE_DISK_TYPE_HYPERDISK_BALANCED_HIGH_AVAILABILITY' — The disk type to use in the VM.
      - `machineType` string — The machine type to create the VM with.
      - `licenseType` 'COMPUTE_ENGINE_LICENSE_TYPE_DEFAULT' | 'COMPUTE_ENGINE_LICENSE_TYPE_PAYG' | 'COMPUTE_ENGINE_LICENSE_TYPE_BYOL' — The license type to use in OS adaptation.
      - `serviceAccount` string — The service account to associate the VM with.
      - `computeScheduling` ComputeScheduling — Scheduling information for VM on maintenance/restart behaviour and node allocation in sole tenant nodes. Options for instance behavior when the host machine undergoes maintenance that may temporarily impact instance performance.
        - `onHostMaintenance` 'ON_HOST_MAINTENANCE_UNSPECIFIED' | 'TERMINATE' | 'MIGRATE' — How the instance should behave when the host machine undergoes maintenance that may temporarily impact instance performance.
        - `restartType` 'RESTART_TYPE_UNSPECIFIED' | 'AUTOMATIC_RESTART' | 'NO_AUTOMATIC_RESTART' — Whether the Instance should be automatically restarted whenever it is terminated by Compute Engine (not terminated by user). This configuration is identical to `automaticRestart` field in Compute Engine create instance under scheduling. It was changed to an enum (instead of a boolean) to match the default value in Compute Engine which is automatic restart.
        - `minNodeCpus` integer — The minimum number of virtual CPUs this instance will consume when running on a sole-tenant node. Ignored if no node_affinites are configured.
        - `nodeAffinities` SchedulingNodeAffinity[] — A set of node affinity and anti-affinity configurations for sole tenant nodes.
          - `key` string — The label key of Node resource to reference.
          - `operator` 'OPERATOR_UNSPECIFIED' | 'IN' | 'NOT_IN' — The operator to use for the node resources specified in the `values` parameter.
          - `values` string[] — Corresponds to the label values of Node resource.
      - `enableIntegrityMonitoring` boolean — Optional. Defines whether the instance has integrity monitoring enabled.
      - `storagePool` string — Optional. The storage pool used for the VM disks. If specified this will be the storage pool in which the disk is created. This is the full path of the storage pool resource, for example: "projects/my-project/zones/us-central1-a/storagePools/my-storage-pool". The storage pool must be in the same project and zone as the target disks. The storage pool's type must match the disk type.
      - `encryption` Encryption — Encryption message describes the details of the applied encryption.
        - `kmsKey` string — Required. The name of the encryption key that is stored in Google Cloud KMS.
      - `adaptationModifiers` AdaptationModifier[] — Optional. Modifiers to be used as configuration of the OS adaptation process.
        - `value` string — Optional. The value of the modifier. The actual value depends on the modifier and can also be empty.
        - `modifier` string — Optional. The modifier name.
      - `appliedLicense` AppliedLicense — AppliedLicense holds the license data returned by adaptation module report.
        - `type` 'TYPE_UNSPECIFIED' | 'NONE' | 'PAYG' | 'BYOL' — The license type that was used in OS adaptation.
        - `osLicense` string — The OS license returned from the adaptation module's report.
      - `project` string — The Google Cloud target project ID or project name.
      - `enableVtpm` boolean — Optional. Defines whether the instance has vTPM enabled.
      - `machineTypeSeries` string — The machine type series to create the VM with.
      - `bootOption` 'COMPUTE_ENGINE_BOOT_OPTION_UNSPECIFIED' | 'COMPUTE_ENGINE_BOOT_OPTION_EFI' | 'COMPUTE_ENGINE_BOOT_OPTION_BIOS' — The VM Boot Option, as set in the source VM.
      - `bootConversion` 'BOOT_CONVERSION_UNSPECIFIED' | 'NONE' | 'BIOS_TO_EFI' — Optional. By default the virtual machine will keep its existing boot option. Setting this property will trigger an internal process which will convert the virtual machine from using the existing boot option to another.
      - `additionalLicenses` string[] — Additional licenses to assign to the VM.
      - `hostname` string — The hostname to assign to the VM.
      - `metadata` object — The metadata key/value pairs to assign to the VM.
      - `vmName` string — The name of the VM to create.
      - `networkTags` string[] — A list of network tags to associate with the VM.
    - `state` 'STATE_UNSPECIFIED' | 'PENDING' | 'ACTIVE' | 'FAILED' | 'SUCCEEDED' | 'CANCELLED' | 'CANCELLING' | 'ADAPTING_OS' — Output only. State of the clone job.
    - `computeEngineDisksTargetDetails` ComputeEngineDisksTargetDetails — ComputeEngineDisksTargetDetails is a collection of created Persistent Disks details.
      - `disks` PersistentDisk[] — The details of each created Persistent Disk.
        - `sourceDiskNumber` integer — Output only. The ordinal number of the source VM disk.
        - `diskUri` string — Output only. The URI of the Persistent Disk.
      - `disksTargetDetails` DisksMigrationDisksTargetDetails — Details for a disks-only migration.
      - `vmTargetDetails` DisksMigrationVmTargetDetails — Details for the VM created VM as part of disks migration.
        - `vmUri` string — Output only. The URI of the Compute Engine VM.
    - `endTime` string, google-datetime — Output only. The time the clone job was ended.
    - `steps` CloneStep[] — Output only. The clone steps list representing its progress.
      - `adaptingOs` AdaptingOSStep — AdaptingOSStep contains specific step details.
      - `preparingVmDisks` PreparingVMDisksStep — PreparingVMDisksStep contains specific step details.
      - `instantiatingMigratedVm` InstantiatingMigratedVMStep — InstantiatingMigratedVMStep contains specific step details.
      - `startTime` string, google-datetime — The time the step has started.
      - `endTime` string, google-datetime — The time the step has ended.
    - `stateTime` string, google-datetime — Output only. The time the state was last updated.
  - `vmwareSourceVmDetails` VmwareSourceVmDetails — Represent the source Vmware VM details.
    - `committedStorageBytes` string, int64 — Output only. The total size of the disks being migrated in bytes.
    - `disks` VmwareDiskDetails[] — Output only. The disks attached to the source VM.
      - `label` string — Output only. The disk label.
      - `diskNumber` integer — Output only. The ordinal number of the disk.
      - `sizeGb` string, int64 — Output only. Size in GB.
    - `vmCapabilitiesInfo` VmCapabilities — Migrating VM source information about the VM capabilities needed for some Compute Engine features.
      - `osCapabilities` string[] — Output only. Unordered list. List of certain VM OS capabilities needed for some Compute Engine features.
      - `lastOsCapabilitiesUpdateTime` string, google-datetime — Output only. The last time OS capabilities list was updated.
    - `firmware` 'FIRMWARE_UNSPECIFIED' | 'EFI' | 'BIOS' — Output only. The firmware type of the source VM.
    - `architecture` 'VM_ARCHITECTURE_UNSPECIFIED' | 'VM_ARCHITECTURE_X86_FAMILY' | 'VM_ARCHITECTURE_ARM64' — Output only. The VM architecture.
  - `currentSyncInfo` ReplicationCycle — ReplicationCycle contains information about the current replication cycle status.
    - `progressPercent` integer — The current progress in percentage of this cycle. Was replaced by 'steps' field, which breaks down the cycle progression more accurately.
    - `error` Status — The `Status` type defines a logical error model that is suitable for different programming environments, including REST APIs and RPC APIs. It is used by [gRPC](https://github.com/grpc). Each `Status` message contains three pieces of data: error code, error message, and error details. You can find out more about this error model and how to work with it in the [API Design Guide](https://cloud.google.com/apis/design/errors).
      - `details` object[] — A list of messages that carry the error details. There is a common set of message types for APIs to use.
      - `message` string — A developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the google.rpc.Status.details field, or localized by the client.
      - `code` integer — The status code, which should be an enum value of google.rpc.Code.
    - `name` string — The identifier of the ReplicationCycle.
    - `cycleNumber` integer — The cycle's ordinal number.
    - `state` 'STATE_UNSPECIFIED' | 'RUNNING' | 'PAUSED' | 'FAILED' | 'SUCCEEDED' — State of the ReplicationCycle.
    - `totalPauseDuration` string, google-duration — The accumulated duration the replication cycle was paused.
    - `endTime` string, google-datetime — The time the replication cycle has ended.
    - `warnings` MigrationWarning[] — Output only. Warnings that occurred during the cycle.
      - `warningTime` string, google-datetime — The time the warning occurred.
      - `code` 'WARNING_CODE_UNSPECIFIED' | 'ADAPTATION_WARNING' — The warning code.
      - `warningMessage` LocalizedMessage — Provides a localized error message that is safe to return to the user which can be attached to an RPC error.
        - `locale` string — The locale used following the specification defined at https://www.rfc-editor.org/rfc/bcp/bcp47.txt. Examples are: "en-US", "fr-CH", "es-MX"
        - `message` string — The localized error message in the above locale.
      - `helpLinks` Link[] — Output only. URL(s) pointing to additional information on handling the current warning.
        - `description` string — Describes what the link offers.
        - `url` string — The URL of the link.
      - `actionItem` LocalizedMessage — Provides a localized error message that is safe to return to the user which can be attached to an RPC error.
        - `locale` string — The locale used following the specification defined at https://www.rfc-editor.org/rfc/bcp/bcp47.txt. Examples are: "en-US", "fr-CH", "es-MX"
        - `message` string — The localized error message in the above locale.
    - `steps` CycleStep[] — The cycle's steps list representing its progress.
      - `initializingReplication` InitializingReplicationStep — InitializingReplicationStep contains specific step details.
      - `postProcessing` PostProcessingStep — PostProcessingStep contains specific step details.
      - `endTime` string, google-datetime — The time the cycle step has ended.
      - `replicating` ReplicatingStep — ReplicatingStep contains specific step details.
        - `replicatedBytes` string, int64 — Replicated bytes in the step.
        - `lastThirtyMinutesAverageBytesPerSecond` string, int64 — The source disks replication rate for the last 30 minutes in bytes per second.
        - `totalBytes` string, int64 — Total bytes to be handled in the step.
        - `lastTwoMinutesAverageBytesPerSecond` string, int64 — The source disks replication rate for the last 2 minutes in bytes per second.
      - `startTime` string, google-datetime — The time the cycle step has started.
    - `startTime` string, google-datetime — The time the replication cycle has started.
  - `error` Status — The `Status` type defines a logical error model that is suitable for different programming environments, including REST APIs and RPC APIs. It is used by [gRPC](https://github.com/grpc). Each `Status` message contains three pieces of data: error code, error message, and error details. You can find out more about this error model and how to work with it in the [API Design Guide](https://cloud.google.com/apis/design/errors).
    - `details` object[] — A list of messages that carry the error details. There is a common set of message types for APIs to use.
    - `message` string — A developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the google.rpc.Status.details field, or localized by the client.
    - `code` integer — The status code, which should be an enum value of google.rpc.Code.
  - `lastSync` ReplicationSync — ReplicationSync contain information about the last replica sync to the cloud.
    - `lastSyncTime` string, google-datetime — The most updated snapshot created time in the source that finished replication.
  - `cutoverForecast` CutoverForecast — CutoverForecast holds information about future CutoverJobs of a MigratingVm.
    - `estimatedCutoverJobDuration` string, google-duration — Output only. Estimation of the CutoverJob duration.
  - `computeEngineDisksTargetDefaults` ComputeEngineDisksTargetDefaults — ComputeEngineDisksTargetDefaults is a collection of details for creating Persistent Disks in a target Compute Engine project.
    - `vmTargetDefaults` DisksMigrationVmTargetDefaults — Details for creation of a VM that migrated data disks will be attached to.
      - `additionalLicenses` string[] — Optional. Additional licenses to assign to the VM.
      - `serviceAccount` string — Optional. The service account to associate the VM with.
      - `computeScheduling` ComputeScheduling — Scheduling information for VM on maintenance/restart behaviour and node allocation in sole tenant nodes. Options for instance behavior when the host machine undergoes maintenance that may temporarily impact instance performance.
        - `onHostMaintenance` 'ON_HOST_MAINTENANCE_UNSPECIFIED' | 'TERMINATE' | 'MIGRATE' — How the instance should behave when the host machine undergoes maintenance that may temporarily impact instance performance.
        - `restartType` 'RESTART_TYPE_UNSPECIFIED' | 'AUTOMATIC_RESTART' | 'NO_AUTOMATIC_RESTART' — Whether the Instance should be automatically restarted whenever it is terminated by Compute Engine (not terminated by user). This configuration is identical to `automaticRestart` field in Compute Engine create instance under scheduling. It was changed to an enum (instead of a boolean) to match the default value in Compute Engine which is automatic restart.
        - `minNodeCpus` integer — The minimum number of virtual CPUs this instance will consume when running on a sole-tenant node. Ignored if no node_affinites are configured.
        - `nodeAffinities` SchedulingNodeAffinity[] — A set of node affinity and anti-affinity configurations for sole tenant nodes.
          - `key` string — The label key of Node resource to reference.
          - `operator` 'OPERATOR_UNSPECIFIED' | 'IN' | 'NOT_IN' — The operator to use for the node resources specified in the `values` parameter.
          - `values` string[] — Corresponds to the label values of Node resource.
      - `hostname` string — Optional. The hostname to assign to the VM.
      - `metadata` object — Optional. The metadata key/value pairs to assign to the VM.
      - `enableIntegrityMonitoring` boolean — Optional. Defines whether the instance has integrity monitoring enabled.
      - `vmName` string — Required. The name of the VM to create.
      - `encryption` Encryption — Encryption message describes the details of the applied encryption.
        - `kmsKey` string — Required. The name of the encryption key that is stored in Google Cloud KMS.
      - `networkTags` string[] — Optional. A list of network tags to associate with the VM.
      - `secureBoot` boolean — Optional. Defines whether the instance has Secure Boot enabled. This can be set to true only if the VM boot option is EFI.
      - `labels` object — Optional. A map of labels to associate with the VM.
      - `networkInterfaces` NetworkInterface[] — Optional. NICs to attach to the VM.
        - `networkTier` 'COMPUTE_ENGINE_NETWORK_TIER_UNSPECIFIED' | 'NETWORK_TIER_STANDARD' | 'NETWORK_TIER_PREMIUM' — Optional. The networking tier used for optimizing connectivity between instances and systems on the internet. Applies only for external ephemeral IP addresses. If left empty, will default to PREMIUM.
        - `network` string — Optional. The network to connect the NIC to.
        - `subnetwork` string — Optional. The subnetwork to connect the NIC to.
        - `internalIp` string — Optional. The internal IP to define in the NIC. The formats accepted are: `ephemeral` \ ipv4 address \ a named address resource full path.
        - `externalIp` string — Optional. The external IP to define in the NIC.
      - `enableVtpm` boolean — Optional. Defines whether the instance has vTPM enabled.
      - `machineTypeSeries` string — Optional. The machine type series to create the VM with. For presentation only.
      - `bootDiskDefaults` BootDiskDefaults — BootDiskDefaults hold information about the boot disk of a VM.
        - `diskType` 'COMPUTE_ENGINE_DISK_TYPE_UNSPECIFIED' | 'COMPUTE_ENGINE_DISK_TYPE_STANDARD' | 'COMPUTE_ENGINE_DISK_TYPE_SSD' | 'COMPUTE_ENGINE_DISK_TYPE_BALANCED' | 'COMPUTE_ENGINE_DISK_TYPE_HYPERDISK_BALANCED' | 'COMPUTE_ENGINE_DISK_TYPE_HYPERDISK_BALANCED_HIGH_AVAILABILITY' — Optional. The type of disk provisioning to use for the VM.
        - `deviceName` string — Optional. Specifies a unique device name of your choice that is reflected into the /dev/disk/by-id/google-* tree of a Linux operating system running within the instance. If not specified, the server chooses a default device name to apply to this disk, in the form persistent-disk-x, where x is a number assigned by Google Compute Engine. This field is only applicable for persistent disks.
        - `image` DiskImageDefaults — Contains details about the image source used to create the disk.
          - `sourceImage` string — Required. The Image resource used when creating the disk.
        - `encryption` Encryption — Encryption message describes the details of the applied encryption.
          - `kmsKey` string — Required. The name of the encryption key that is stored in Google Cloud KMS.
        - `diskName` string — Optional. The name of the disk.
      - `machineType` string — Required. The machine type to create the VM with.
    - `disks` PersistentDiskDefaults[] — The details of each Persistent Disk to create.
      - `diskName` string — Optional. The name of the Persistent Disk to create.
      - `vmAttachmentDetails` VmAttachmentDetails — Details for attachment of the disk to a VM.
        - `deviceName` string — Optional. Specifies a unique device name of your choice that is reflected into the /dev/disk/by-id/google-* tree of a Linux operating system running within the instance. If not specified, the server chooses a default device name to apply to this disk, in the form persistent-disk-x, where x is a number assigned by Google Compute Engine. This field is only applicable for persistent disks.
      - `sourceDiskNumber` integer — Required. The ordinal number of the source VM disk.
      - `encryption` Encryption — Encryption message describes the details of the applied encryption.
        - `kmsKey` string — Required. The name of the encryption key that is stored in Google Cloud KMS.
      - `diskType` 'COMPUTE_ENGINE_DISK_TYPE_UNSPECIFIED' | 'COMPUTE_ENGINE_DISK_TYPE_STANDARD' | 'COMPUTE_ENGINE_DISK_TYPE_SSD' | 'COMPUTE_ENGINE_DISK_TYPE_BALANCED' | 'COMPUTE_ENGINE_DISK_TYPE_HYPERDISK_BALANCED' | 'COMPUTE_ENGINE_DISK_TYPE_HYPERDISK_BALANCED_HIGH_AVAILABILITY' — The disk type to use.
      - `additionalLabels` object — A map of labels to associate with the Persistent Disk.
    - `disksTargetDefaults` DisksMigrationDisksTargetDefaults — Details for a disk only migration.
    - `targetProject` string — The full path of the resource of type TargetProject which represents the Compute Engine project in which to create the Persistent Disks.
    - `zone` string — The zone in which to create the Persistent Disks.
  - `lastReplicationCycle` ReplicationCycle — ReplicationCycle contains information about the current replication cycle status.
    - `progressPercent` integer — The current progress in percentage of this cycle. Was replaced by 'steps' field, which breaks down the cycle progression more accurately.
    - `error` Status — The `Status` type defines a logical error model that is suitable for different programming environments, including REST APIs and RPC APIs. It is used by [gRPC](https://github.com/grpc). Each `Status` message contains three pieces of data: error code, error message, and error details. You can find out more about this error model and how to work with it in the [API Design Guide](https://cloud.google.com/apis/design/errors).
      - `details` object[] — A list of messages that carry the error details. There is a common set of message types for APIs to use.
      - `message` string — A developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the google.rpc.Status.details field, or localized by the client.
      - `code` integer — The status code, which should be an enum value of google.rpc.Code.
    - `name` string — The identifier of the ReplicationCycle.
    - `cycleNumber` integer — The cycle's ordinal number.
    - `state` 'STATE_UNSPECIFIED' | 'RUNNING' | 'PAUSED' | 'FAILED' | 'SUCCEEDED' — State of the ReplicationCycle.
    - `totalPauseDuration` string, google-duration — The accumulated duration the replication cycle was paused.
    - `endTime` string, google-datetime — The time the replication cycle has ended.
    - `warnings` MigrationWarning[] — Output only. Warnings that occurred during the cycle.
      - `warningTime` string, google-datetime — The time the warning occurred.
      - `code` 'WARNING_CODE_UNSPECIFIED' | 'ADAPTATION_WARNING' — The warning code.
      - `warningMessage` LocalizedMessage — Provides a localized error message that is safe to return to the user which can be attached to an RPC error.
        - `locale` string — The locale used following the specification defined at https://www.rfc-editor.org/rfc/bcp/bcp47.txt. Examples are: "en-US", "fr-CH", "es-MX"
        - `message` string — The localized error message in the above locale.
      - `helpLinks` Link[] — Output only. URL(s) pointing to additional information on handling the current warning.
        - `description` string — Describes what the link offers.
        - `url` string — The URL of the link.
      - `actionItem` LocalizedMessage — Provides a localized error message that is safe to return to the user which can be attached to an RPC error.
        - `locale` string — The locale used following the specification defined at https://www.rfc-editor.org/rfc/bcp/bcp47.txt. Examples are: "en-US", "fr-CH", "es-MX"
        - `message` string — The localized error message in the above locale.
    - `steps` CycleStep[] — The cycle's steps list representing its progress.
      - `initializingReplication` InitializingReplicationStep — InitializingReplicationStep contains specific step details.
      - `postProcessing` PostProcessingStep — PostProcessingStep contains specific step details.
      - `endTime` string, google-datetime — The time the cycle step has ended.
      - `replicating` ReplicatingStep — ReplicatingStep contains specific step details.
        - `replicatedBytes` string, int64 — Replicated bytes in the step.
        - `lastThirtyMinutesAverageBytesPerSecond` string, int64 — The source disks replication rate for the last 30 minutes in bytes per second.
        - `totalBytes` string, int64 — Total bytes to be handled in the step.
        - `lastTwoMinutesAverageBytesPerSecond` string, int64 — The source disks replication rate for the last 2 minutes in bytes per second.
      - `startTime` string, google-datetime — The time the cycle step has started.
    - `startTime` string, google-datetime — The time the replication cycle has started.

## Response `200`

Successful response

---

[API](https://skmtc.net/google/apis/vmmigration.md) · [All operations](https://skmtc.net/google/apis/vmmigration/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/google/vmmigration/versions/c812c34615f3/schema)
