public sealed class CreateReplicationRequest : IMessage<CreateReplicationRequest>, IEquatable<CreateReplicationRequest>, IDeepCloneable<CreateReplicationRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the NetApp v1 API class CreateReplicationRequest.
Required. ID of the replication to create.
This value must start with a lowercase letter followed by up to 62
lowercase letters, numbers, or hyphens, and cannot end with a hyphen.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["This document provides reference information for the `CreateReplicationRequest` class within the NetApp v1 API, specifically version 1.2.0."],["The `CreateReplicationRequest` class is designed to initiate the creation of a replication, inheriting from the base `object` class and implementing several interfaces like `IMessage` and `IEquatable`."],["There are two constructors for `CreateReplicationRequest`: a default constructor and one that takes another `CreateReplicationRequest` object as a parameter, allowing for the creation of new instances based off of existing instances."],["The `CreateReplicationRequest` class includes properties such as `Parent`, `ParentAsVolumeName`, `Replication`, and `ReplicationId`, which are used to specify the volume, replication details, and the unique ID for the replication being created."],["The documented versions range from 1.0.0 to the latest version 1.8.0, with each version link leading to more specific documentation for the create replication request of that version."]]],[]]