public sealed class CreateReplicationRequest : IMessage<CreateReplicationRequest>, IEquatable<CreateReplicationRequest>, IDeepCloneable<CreateReplicationRequest>, IBufferMessage, IMessageReference documentation and code samples for the NetApp v1 API class CreateReplicationRequest.
CreateReplicationRequest creates a replication.
Implements
IMessageCreateReplicationRequest, IEquatableCreateReplicationRequest, IDeepCloneableCreateReplicationRequest, IBufferMessage, IMessageNamespace
Google.Cloud.NetApp.V1Assembly
Google.Cloud.NetApp.V1.dll
Constructors
CreateReplicationRequest()
public CreateReplicationRequest()CreateReplicationRequest(CreateReplicationRequest)
public CreateReplicationRequest(CreateReplicationRequest other)| Parameter | |
|---|---|
| Name | Description | 
| other | CreateReplicationRequest | 
Properties
Parent
public string Parent { get; set; }Required. The NetApp volume to create the replications of, in the format
projects/{project_id}/locations/{location}/volumes/{volume_id}
| Property Value | |
|---|---|
| Type | Description | 
| string | |
ParentAsVolumeName
public VolumeName ParentAsVolumeName { get; set; }VolumeName-typed view over the Parent resource name property.
| Property Value | |
|---|---|
| Type | Description | 
| VolumeName | |
Replication
public Replication Replication { get; set; }Required. A replication resource
| Property Value | |
|---|---|
| Type | Description | 
| Replication | |
ReplicationId
public string ReplicationId { get; set; }Required. ID of the replication to create. Must be unique within the parent resource. Must contain only letters, numbers and hyphen, with the first character a letter, the last a letter or a number, and a 63 character maximum.
| Property Value | |
|---|---|
| Type | Description | 
| string | |