NetAppReplicationObject Class

Definition

Replication properties.

public class NetAppReplicationObject : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.NetApp.Models.NetAppReplicationObject>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.NetApp.Models.NetAppReplicationObject>
type NetAppReplicationObject = class
    interface IJsonModel<NetAppReplicationObject>
    interface IPersistableModel<NetAppReplicationObject>
Public Class NetAppReplicationObject
Implements IJsonModel(Of NetAppReplicationObject), IPersistableModel(Of NetAppReplicationObject)
Inheritance
NetAppReplicationObject
Implements

Constructors

NetAppReplicationObject(ResourceIdentifier)

Initializes a new instance of NetAppReplicationObject.

Properties

EndpointType

Indicates whether the local volume is the source or destination for the Volume Replication.

RemotePath

The full path to a volume that is to be migrated into ANF. Required for Migration volumes.

RemoteVolumeRegion

The remote region for the other end of the Volume Replication.

RemoteVolumeResourceId

The resource ID of the remote volume.

ReplicationSchedule

Schedule.

Explicit Interface Implementations

IJsonModel<NetAppReplicationObject>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<NetAppReplicationObject>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<NetAppReplicationObject>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<NetAppReplicationObject>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<NetAppReplicationObject>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to