VM Migration API (vmmigration:v1alpha1)

2022-09-15

2 new methods

Additions

    Methods
  • 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

      Parameters:

        parent

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

          Type: string

          Required: Yes

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

          Location: path

        orderBy

          Type: string

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

          Location: query

        pageToken

          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.

          Type: string

          Location: query

        pageSize

          Type: integer

          Format: int32

          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.

        filter

          Description: Optional. The filter request.

          Location: query

          Type: string

      HTTP Method: GET

      Path: v1alpha1/{+parent}/replicationCycles

      Description: Lists ReplicationCycles in a given MigratingVM.

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

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

      Path: v1alpha1/{+name}

      Description: Gets details of a single ReplicationCycle.

      Parameters:

        name

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

          Description: Required. The name of the ReplicationCycle.

          Location: path

          Required: Yes

          Type: string

      HTTP Method: GET

      Parameter Order: name

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

2 removed methods

Deletions

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

      Path: v1alpha1/{+parent}/replicationCycles

      HTTP Method: GET

      Description: Lists ReplicationCycles in a given MigratingVM.

      Parameter Order: parent

      Parameters:

        pageSize

          Format: int32

          Location: query

          Type: integer

          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.

        filter

          Description: Optional. The filter request.

          Location: query

          Type: string

        parent

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

          Type: string

          Required: Yes

          Location: path

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

        orderBy

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

          Type: string

          Location: query

        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.

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

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

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

      Path: v1alpha1/{+name}

      Parameter Order: name

      Parameters:

        name

          Required: Yes

          Location: path

          Type: string

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

          Description: Required. The name of the ReplicationCycle.

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

      Description: Gets details of a single ReplicationCycle.

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

      HTTP Method: GET