Click or drag to resize

CreateGroupSnapshotRequestEnableRemoteReplication Property

Replicates the snapshot created to remote storage. Possible values are: true: The snapshot is replicated to remote storage. false: Default. The snapshot is not replicated.

Namespace:  SolidFire.Element.Api
Assembly:  SolidFire.SDK (in SolidFire.SDK.dll) Version: 12.3.0.0
Syntax
C#
public Nullable<bool> EnableRemoteReplication { get; set; }

Property Value

Type: NullableBoolean
See Also