Package version:

Interface RemotePath

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

interface RemotePath {
    externalHostName: string;
    serverName: string;
    volumeName: string;
}

Properties

externalHostName: string

The Path to a ONTAP Host

serverName: string

The name of a server on the ONTAP Host

volumeName: string

The name of a volume on the server