RemotePath Class

Definition

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

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

Constructors

RemotePath(String, String, String)

Initializes a new instance of RemotePath.

Properties

ExternalHostName

The Path to a Ontap Host.

ServerName

The name of a server on the Ontap Host.

VolumeName

The name of a volume on the server.

Explicit Interface Implementations

IJsonModel<RemotePath>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<RemotePath>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<RemotePath>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<RemotePath>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<RemotePath>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to