NetApp v1 API - Class SyncReplicationRequest (1.6.0)

public sealed class SyncReplicationRequest : IMessage<SyncReplicationRequest>, IEquatable<SyncReplicationRequest>, IDeepCloneable<SyncReplicationRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the NetApp v1 API class SyncReplicationRequest.

SyncReplicationRequest syncs the replication from source to destination.

Inheritance

object > SyncReplicationRequest

Namespace

Google.Cloud.NetApp.V1

Assembly

Google.Cloud.NetApp.V1.dll

Constructors

SyncReplicationRequest()

public SyncReplicationRequest()

SyncReplicationRequest(SyncReplicationRequest)

public SyncReplicationRequest(SyncReplicationRequest other)
Parameter
Name Description
other SyncReplicationRequest

Properties

Name

public string Name { get; set; }

Required. The resource name of the replication, in the format of projects/{project_id}/locations/{location}/volumes/{volume_id}/replications/{replication_id}.

Property Value
Type Description
string

ReplicationName

public ReplicationName ReplicationName { get; set; }

ReplicationName-typed view over the Name resource name property.

Property Value
Type Description
ReplicationName