Uses of Class
com.azure.resourcemanager.netapp.models.RemotePath
Packages that use RemotePath
Package
Description
Package containing the data models for NetAppManagementClient.
-
Uses of RemotePath in com.azure.resourcemanager.netapp.models
Methods in com.azure.resourcemanager.netapp.models that return RemotePathModifier and TypeMethodDescriptionstatic RemotePath
RemotePath.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of RemotePath from the JsonReader.ReplicationObject.remotePath()
Get the remotePath property: The full path to a volume that is to be migrated into ANF.RemotePath.withExternalHostname
(String externalHostname) Set the externalHostname property: The Path to a ONTAP Host.RemotePath.withServerName
(String serverName) Set the serverName property: The name of a server on the ONTAP Host.RemotePath.withVolumeName
(String volumeName) Set the volumeName property: The name of a volume on the server.Methods in com.azure.resourcemanager.netapp.models with parameters of type RemotePathModifier and TypeMethodDescriptionReplicationObject.withRemotePath
(RemotePath remotePath) Set the remotePath property: The full path to a volume that is to be migrated into ANF.