NetApp v1 API - Class CreateReplicationRequest (1.0.0)

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

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

CreateReplicationRequest creates a replication.

Inheritance

object > CreateReplicationRequest

Namespace

Google.Cloud.NetApp.V1

Assembly

Google.Cloud.NetApp.V1.dll

Constructors

CreateReplicationRequest()

public CreateReplicationRequest()

CreateReplicationRequest(CreateReplicationRequest)

public CreateReplicationRequest(CreateReplicationRequest other)
Parameter
NameDescription
otherCreateReplicationRequest

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
TypeDescription
string

ParentAsVolumeName

public VolumeName ParentAsVolumeName { get; set; }

VolumeName-typed view over the Parent resource name property.

Property Value
TypeDescription
VolumeName

Replication

public Replication Replication { get; set; }

Required. A replication resource

Property Value
TypeDescription
Replication

ReplicationId

public string ReplicationId { get; set; }

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.

Property Value
TypeDescription
string