VM Migration API (vmmigration:v1alpha1)

2022-09-13

2 new methods

Additions

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

      Description: Lists ReplicationCycles in a given MigratingVM.

      Path: v1alpha1/{+parent}/replicationCycles

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

      HTTP Method: GET

      Parameter Order: parent

      Parameters:

        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

        filter

          Location: query

          Description: Optional. The filter request.

          Type: string

        parent

          Location: path

          Required: Yes

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

          Type: string

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

        pageSize

          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.

          Location: query

          Format: int32

        orderBy

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

          Location: query

          Type: string

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

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

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

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

      Parameter Order: name

      HTTP Method: GET

      Parameters:

        name

          Required: Yes

          Type: string

          Description: Required. The name of the ReplicationCycle.

          Location: path

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

      Description: Gets details of a single ReplicationCycle.

      Path: v1alpha1/{+name}

2 removed methods

Deletions

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

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

      Parameters:

        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.

        parent

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

          Required: Yes

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

          Type: string

          Location: path

        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

          Location: query

          Format: int32

        filter

          Location: query

          Type: string

          Description: Optional. The filter request.

        orderBy

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

          Location: query

          Type: string

      Description: Lists ReplicationCycles in a given MigratingVM.

      Parameter Order: parent

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

      HTTP Method: GET

      Path: v1alpha1/{+parent}/replicationCycles

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

      Description: Gets details of a single ReplicationCycle.

      Parameters:

        name

          Required: Yes

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

          Type: string

          Description: Required. The name of the ReplicationCycle.

          Location: path

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

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

      Parameter Order: name

      Path: v1alpha1/{+name}

      HTTP Method: GET