class ProjectsLocationsSourcesMigratingVmsReplicationCycles extends Resource (View source)

The "replicationCycles" collection of methods.

Typical usage is:

 $vmmigrationService = new Google\Service\VMMigrationService(...);
 $replicationCycles = $vmmigrationService->projects_locations_sources_migratingVms_replicationCycles;

Methods

get(string $name, array $optParams = [])

Gets details of a single ReplicationCycle. (replicationCycles.get)

listProjectsLocationsSourcesMigratingVmsReplicationCycles(string $parent, array $optParams = [])

Lists ReplicationCycles in a given MigratingVM.

Details

ReplicationCycle get(string $name, array $optParams = [])

Gets details of a single ReplicationCycle. (replicationCycles.get)

Parameters

string $name

Required. The name of the ReplicationCycle.

array $optParams

Optional parameters.

Return Value

ReplicationCycle

Exceptions

Exception

ListReplicationCyclesResponse listProjectsLocationsSourcesMigratingVmsReplicationCycles(string $parent, array $optParams = [])

Lists ReplicationCycles in a given MigratingVM.

(replicationCycles.listProjectsLocationsSourcesMigratingVmsReplicationCycles)

Parameters

string $parent

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

array $optParams

Optional parameters.

Return Value

ListReplicationCyclesResponse

Exceptions

Exception