2022-07-22
▼ ▲ vmmigration.projects.locations.sources.migratingVms.replicationCycles.list
HTTP Method : GET
Parameter Order : parent
Flat Path : v1alpha1/projects/{projectsId}/locations/{locationsId}/sources/{sourcesId}/migratingVms/{migratingVmsId}/replicationCycles
Description : Lists ReplicationCycles in a given MigratingVM.
Parameters :
filter
Type : string
Description : Optional. The filter request.
Location : query
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
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.
Format : int32
Location : query
parent
Required : Yes
Description : Required. The parent, which owns this collection of ReplicationCycles.
Pattern : ^projects/[^/]+/locations/[^/]+/sources/[^/]+/migratingVms/[^/]+$
Type : string
Location : path
Scopes : https://www.googleapis.com/auth/cloud-platform
Path : v1alpha1/{+parent}/replicationCycles
▼ ▲ vmmigration.projects.locations.sources.migratingVms.replicationCycles.get
Parameters :
name
Required : Yes
Pattern : ^projects/[^/]+/locations/[^/]+/sources/[^/]+/migratingVms/[^/]+/replicationCycles/[^/]+$
Description : Required. The name of the ReplicationCycle.
Type : string
Location : path
Path : v1alpha1/{+name}
Parameter Order : name
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