VM Migration API (vmmigration:v1alpha1)

2022-06-10

2 new methods

Additions

    Methods
  • vmmigration.projects.locations.sources.migratingVms.replicationCycles.get

      HTTP Method: GET

      Scopes: https://www.googleapis.com/auth/cloud-platform

      Description: Gets details of a single ReplicationCycle.

      Parameters:

        name

          Location: path

          Description: Required. The name of the ReplicationCycle.

          Required: Yes

          Pattern: ^projects/[^/]+/locations/[^/]+/sources/[^/]+/migratingVms/[^/]+/replicationCycles/[^/]+$

          Type: string

      Path: v1alpha1/{+name}

      Flat Path: v1alpha1/projects/{projectsId}/locations/{locationsId}/sources/{sourcesId}/migratingVms/{migratingVmsId}/replicationCycles/{replicationCyclesId}

      Parameter Order: name

  • vmmigration.projects.locations.sources.migratingVms.replicationCycles.list

      Scopes: https://www.googleapis.com/auth/cloud-platform

      Parameter Order: parent

      Flat Path: v1alpha1/projects/{projectsId}/locations/{locationsId}/sources/{sourcesId}/migratingVms/{migratingVmsId}/replicationCycles

      Description: Lists ReplicationCycles in a given MigratingVM.

      HTTP Method: GET

      Path: v1alpha1/{+parent}/replicationCycles

      Parameters:

        pageToken

          Type: string

          Location: query

          Description: Required. A page token, received from a previous `ListReplicationCycles` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListReplicationCycles` must match the call that provided the page token.

        filter

          Description: Optional. The filter request.

          Type: string

          Location: query

        orderBy

          Type: string

          Location: query

          Description: Optional. the order by fields for the result.

        parent

          Required: Yes

          Pattern: ^projects/[^/]+/locations/[^/]+/sources/[^/]+/migratingVms/[^/]+$

          Description: Required. The parent, which owns this collection of ReplicationCycles.

          Type: string

          Location: path

        pageSize

          Format: int32

          Type: integer

          Location: query

          Description: Optional. The maximum number of replication cycles to return. The service may return fewer than this value. If unspecified, at most 100 migrating VMs will be returned. The maximum value is 100; values above 100 will be coerced to 100.