VM Migration API (vmmigration:v1)

2022-09-15

2 new methods

Additions

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

      Path: v1/{+name}

      Parameters:

        name

          Type: string

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

          Location: path

          Description: Required. The name of the ReplicationCycle.

          Required: Yes

      Parameter Order: name

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

      Description: Gets details of a single ReplicationCycle.

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

      HTTP Method: GET

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

      Parameter Order: parent

      Path: v1/{+parent}/replicationCycles

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

      Parameters:

        parent

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

          Location: path

          Required: Yes

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

          Type: string

        filter

          Description: Optional. The filter request.

          Location: query

          Type: string

        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.

        pageToken

          Location: query

          Type: string

          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.

        orderBy

          Type: string

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

          Location: query

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

      HTTP Method: GET

      Description: Lists ReplicationCycles in a given MigratingVM.

2 removed methods

Deletions

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

      Parameters:

        name

          Required: Yes

          Location: path

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

          Type: string

          Description: Required. The name of the ReplicationCycle.

      Parameter Order: name

      HTTP Method: GET

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

      Path: v1/{+name}

      Description: Gets details of a single ReplicationCycle.

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

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

      HTTP Method: GET

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

      Path: v1/{+parent}/replicationCycles

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

      Parameters:

        pageSize

          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.

          Type: integer

          Format: int32

          Location: query

        orderBy

          Type: string

          Location: query

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

        parent

          Type: string

          Required: Yes

          Location: path

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

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

        pageToken

          Location: query

          Type: string

          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

          Location: query

          Type: string

          Description: Optional. The filter request.

      Description: Lists ReplicationCycles in a given MigratingVM.

      Parameter Order: parent