Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.SourcesResource.MigratingVmsResource.ReplicationCyclesResource

The "replicationCycles" collection of methods.

Inheritance
object
ProjectsResource.LocationsResource.SourcesResource.MigratingVmsResource.ReplicationCyclesResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.VMMigrationService.v1alpha1
Assembly: Google.Apis.VMMigrationService.v1alpha1.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
In this article
Back to top Generated by DocFX