RemotePathArgs

data class RemotePathArgs(val externalHostName: Output<String>, val serverName: Output<String>, val volumeName: Output<String>) : ConvertibleToJava<RemotePathArgs>

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

Constructors

Link copied to clipboard
constructor(externalHostName: Output<String>, serverName: Output<String>, volumeName: Output<String>)

Properties

Link copied to clipboard

The Path to a ONTAP Host

Link copied to clipboard
val serverName: Output<String>

The name of a server on the ONTAP Host

Link copied to clipboard
val volumeName: Output<String>

The name of a volume on the server

Functions

Link copied to clipboard
open override fun toJava(): RemotePathArgs