Uses of Class
com.azure.resourcemanager.netapp.fluent.models.ReplicationStatusInner
Packages that use ReplicationStatusInner
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 ReplicationStatusInner in com.azure.resourcemanager.netapp.fluent
Methods in com.azure.resourcemanager.netapp.fluent that return ReplicationStatusInnerModifier and TypeMethodDescriptionVolumesClient.replicationStatus(String resourceGroupName, String accountName, String poolName, String volumeName) Get volume replication status Get the status of the replication.Methods in com.azure.resourcemanager.netapp.fluent that return types with arguments of type ReplicationStatusInnerModifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<ReplicationStatusInner> VolumesClient.replicationStatusWithResponse(String resourceGroupName, String accountName, String poolName, String volumeName, com.azure.core.util.Context context) Get volume replication status Get the status of the replication. -
Uses of ReplicationStatusInner in com.azure.resourcemanager.netapp.fluent.models
Methods in com.azure.resourcemanager.netapp.fluent.models that return ReplicationStatusInnerModifier and TypeMethodDescriptionstatic ReplicationStatusInnerReplicationStatusInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ReplicationStatusInner from the JsonReader.ReplicationStatusInner.withErrorMessage(String errorMessage) Set the errorMessage property: Displays error message if the replication is in an error state.ReplicationStatusInner.withHealthy(Boolean healthy) Set the healthy property: Replication health check.ReplicationStatusInner.withMirrorState(MirrorState mirrorState) Set the mirrorState property: The status of the replication.ReplicationStatusInner.withRelationshipStatus(RelationshipStatus relationshipStatus) Set the relationshipStatus property: Status of the mirror relationship.ReplicationStatusInner.withTotalProgress(String totalProgress) Set the totalProgress property: The progress of the replication. -
Uses of ReplicationStatusInner in com.azure.resourcemanager.netapp.models
Methods in com.azure.resourcemanager.netapp.models that return ReplicationStatusInnerModifier and TypeMethodDescriptionReplicationStatus.innerModel()Gets the inner com.azure.resourcemanager.netapp.fluent.models.ReplicationStatusInner object.