public sealed class StopReplicationRequest : IMessage<StopReplicationRequest>, IEquatable<StopReplicationRequest>, IDeepCloneable<StopReplicationRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the NetApp v1 API class StopReplicationRequest.
StopReplicationRequest stops a replication until resumed.
Implements
IMessageStopReplicationRequest, IEquatableStopReplicationRequest, IDeepCloneableStopReplicationRequest, IBufferMessage, IMessageNamespace
Google.Cloud.NetApp.V1Assembly
Google.Cloud.NetApp.V1.dll
Constructors
StopReplicationRequest()
public StopReplicationRequest()
StopReplicationRequest(StopReplicationRequest)
public StopReplicationRequest(StopReplicationRequest other)
Parameter | |
---|---|
Name | Description |
other | StopReplicationRequest |
Properties
Force
public bool Force { get; set; }
Indicates whether to stop replication forcefully while data transfer is in progress. Warning! if force is true, this will abort any current transfers and can lead to data loss due to partial transfer. If force is false, stop replication will fail while data transfer is in progress and you will need to retry later.
Property Value | |
---|---|
Type | Description |
bool |
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 |