Uses of Class
com.azure.resourcemanager.netapp.fluent.models.ReplicationInner
Packages that use ReplicationInner
Package
Description
Package containing the service clients for NetAppManagementClient.
Package containing the inner data models for NetAppManagementClient.
Package containing the data models for NetAppManagementClient.
-
Uses of ReplicationInner in com.azure.resourcemanager.netapp.fluent
Methods in com.azure.resourcemanager.netapp.fluent that return types with arguments of type ReplicationInnerModifier and TypeMethodDescriptioncom.azure.core.http.rest.PagedIterable
<ReplicationInner> VolumesClient.listReplications
(String resourceGroupName, String accountName, String poolName, String volumeName) List replications for volume List all replications for a specified volume.com.azure.core.http.rest.PagedIterable
<ReplicationInner> VolumesClient.listReplications
(String resourceGroupName, String accountName, String poolName, String volumeName, com.azure.core.util.Context context) List replications for volume List all replications for a specified volume. -
Uses of ReplicationInner in com.azure.resourcemanager.netapp.fluent.models
Methods in com.azure.resourcemanager.netapp.fluent.models that return ReplicationInnerModifier and TypeMethodDescriptionstatic ReplicationInner
ReplicationInner.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of ReplicationInner from the JsonReader.ReplicationInner.withEndpointType
(EndpointType endpointType) Set the endpointType property: Indicates whether the local volume is the source or destination for the Volume Replication.ReplicationInner.withRemoteVolumeRegion
(String remoteVolumeRegion) Set the remoteVolumeRegion property: The remote region for the other end of the Volume Replication.ReplicationInner.withRemoteVolumeResourceId
(String remoteVolumeResourceId) Set the remoteVolumeResourceId property: The resource ID of the remote volume.ReplicationInner.withReplicationSchedule
(ReplicationSchedule replicationSchedule) Set the replicationSchedule property: Schedule. -
Uses of ReplicationInner in com.azure.resourcemanager.netapp.models
Methods in com.azure.resourcemanager.netapp.models that return ReplicationInnerModifier and TypeMethodDescriptionReplication.innerModel()
Gets the inner com.azure.resourcemanager.netapp.fluent.models.ReplicationInner object.Methods in com.azure.resourcemanager.netapp.models that return types with arguments of type ReplicationInnerModifier and TypeMethodDescriptionListReplications.value()
Get the value property: A list of replications.Method parameters in com.azure.resourcemanager.netapp.models with type arguments of type ReplicationInnerModifier and TypeMethodDescriptionListReplications.withValue
(List<ReplicationInner> value) Set the value property: A list of replications.