Class ProjectsResource.LocationsResource.SourcesResource.MigratingVmsResource.ReplicationCyclesResource
The "replicationCycles" collection of methods.
Inheritance
ProjectsResource.LocationsResource.SourcesResource.MigratingVmsResource.ReplicationCyclesResource
Inherited Members
Namespace: Google.Apis.VMMigrationService.v1
Assembly: Google.Apis.VMMigrationService.v1.dll
Syntax
public class ProjectsResource.LocationsResource.SourcesResource.MigratingVmsResource.ReplicationCyclesResource
Constructors
ReplicationCyclesResource(IClientService)
Constructs a new resource.
Declaration
public ReplicationCyclesResource(IClientService service)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service |
Methods
Get(string)
Gets details of a single ReplicationCycle.
Declaration
public virtual ProjectsResource.LocationsResource.SourcesResource.MigratingVmsResource.ReplicationCyclesResource.GetRequest Get(string name)
Parameters
Type | Name | Description |
---|---|---|
string | name | Required. The name of the ReplicationCycle. |
Returns
Type | Description |
---|---|
ProjectsResource.LocationsResource.SourcesResource.MigratingVmsResource.ReplicationCyclesResource.GetRequest |
List(string)
Lists ReplicationCycles in a given MigratingVM.
Declaration
public virtual ProjectsResource.LocationsResource.SourcesResource.MigratingVmsResource.ReplicationCyclesResource.ListRequest List(string parent)
Parameters
Type | Name | Description |
---|---|---|
string | parent | Required. The parent, which owns this collection of ReplicationCycles. |
Returns
Type | Description |
---|---|
ProjectsResource.LocationsResource.SourcesResource.MigratingVmsResource.ReplicationCyclesResource.ListRequest |