Uses of Class
com.azure.resourcemanager.netapp.models.PeerClusterForVolumeMigrationRequest
Packages that use PeerClusterForVolumeMigrationRequest
Package
Description
Package containing the service clients for NetAppManagementClient.
Package containing the data models for NetAppManagementClient.
-
Uses of PeerClusterForVolumeMigrationRequest in com.azure.resourcemanager.netapp.fluent
Methods in com.azure.resourcemanager.netapp.fluent with parameters of type PeerClusterForVolumeMigrationRequestModifier and TypeMethodDescriptioncom.azure.core.util.polling.SyncPoller
<com.azure.core.management.polling.PollResult<ClusterPeerCommandResponseInner>, ClusterPeerCommandResponseInner> VolumesClient.beginPeerExternalCluster
(String resourceGroupName, String accountName, String poolName, String volumeName, PeerClusterForVolumeMigrationRequest body) Start Cluster peering Starts peering the external cluster for this migration volume.com.azure.core.util.polling.SyncPoller
<com.azure.core.management.polling.PollResult<ClusterPeerCommandResponseInner>, ClusterPeerCommandResponseInner> VolumesClient.beginPeerExternalCluster
(String resourceGroupName, String accountName, String poolName, String volumeName, PeerClusterForVolumeMigrationRequest body, com.azure.core.util.Context context) Start Cluster peering Starts peering the external cluster for this migration volume.VolumesClient.peerExternalCluster
(String resourceGroupName, String accountName, String poolName, String volumeName, PeerClusterForVolumeMigrationRequest body) Start Cluster peering Starts peering the external cluster for this migration volume.VolumesClient.peerExternalCluster
(String resourceGroupName, String accountName, String poolName, String volumeName, PeerClusterForVolumeMigrationRequest body, com.azure.core.util.Context context) Start Cluster peering Starts peering the external cluster for this migration volume. -
Uses of PeerClusterForVolumeMigrationRequest in com.azure.resourcemanager.netapp.models
Methods in com.azure.resourcemanager.netapp.models that return PeerClusterForVolumeMigrationRequestModifier and TypeMethodDescriptionPeerClusterForVolumeMigrationRequest.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of PeerClusterForVolumeMigrationRequest from the JsonReader.PeerClusterForVolumeMigrationRequest.withPeerIpAddresses
(List<String> peerIpAddresses) Set the peerIpAddresses property: A list of IC-LIF IPs that can be used to connect to the On-prem cluster.Methods in com.azure.resourcemanager.netapp.models with parameters of type PeerClusterForVolumeMigrationRequestModifier and TypeMethodDescriptionVolume.peerExternalCluster
(PeerClusterForVolumeMigrationRequest body) Start Cluster peering Starts peering the external cluster for this migration volume.Volume.peerExternalCluster
(PeerClusterForVolumeMigrationRequest body, com.azure.core.util.Context context) Start Cluster peering Starts peering the external cluster for this migration volume.Volumes.peerExternalCluster
(String resourceGroupName, String accountName, String poolName, String volumeName, PeerClusterForVolumeMigrationRequest body) Start Cluster peering Starts peering the external cluster for this migration volume.Volumes.peerExternalCluster
(String resourceGroupName, String accountName, String poolName, String volumeName, PeerClusterForVolumeMigrationRequest body, com.azure.core.util.Context context) Start Cluster peering Starts peering the external cluster for this migration volume.