Uses of Class
com.azure.resourcemanager.netapp.models.ReplicationObject
Packages that use ReplicationObject
Package
Description
Package containing the data models for NetAppManagementClient.
-
Uses of ReplicationObject in com.azure.resourcemanager.netapp.models
Methods in com.azure.resourcemanager.netapp.models that return ReplicationObjectModifier and TypeMethodDescriptionstatic ReplicationObject
ReplicationObject.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of ReplicationObject from the JsonReader.VolumePropertiesDataProtection.replication()
Get the replication property: Replication properties.ReplicationObject.withEndpointType
(EndpointType endpointType) Set the endpointType property: Indicates whether the local volume is the source or destination for the Volume Replication.ReplicationObject.withRemotePath
(RemotePath remotePath) Set the remotePath property: The full path to a volume that is to be migrated into ANF.ReplicationObject.withRemoteVolumeRegion
(String remoteVolumeRegion) Set the remoteVolumeRegion property: The remote region for the other end of the Volume Replication.ReplicationObject.withRemoteVolumeResourceId
(String remoteVolumeResourceId) Set the remoteVolumeResourceId property: The resource ID of the remote volume.ReplicationObject.withReplicationSchedule
(ReplicationSchedule replicationSchedule) Set the replicationSchedule property: Schedule.Methods in com.azure.resourcemanager.netapp.models with parameters of type ReplicationObjectModifier and TypeMethodDescriptionVolumePropertiesDataProtection.withReplication
(ReplicationObject replication) Set the replication property: Replication properties.