Uses of Class
com.azure.resourcemanager.netapp.models.MirrorState
Packages that use MirrorState
Package
Description
Package containing the inner data models for NetAppManagementClient.
Package containing the data models for NetAppManagementClient.
-
Uses of MirrorState in com.azure.resourcemanager.netapp.fluent.models
Methods in com.azure.resourcemanager.netapp.fluent.models that return MirrorStateModifier and TypeMethodDescriptionBackupStatusInner.mirrorState()
Get the mirrorState property: The status of the backup.ReplicationStatusInner.mirrorState()
Get the mirrorState property: The status of the replication.RestoreStatusInner.mirrorState()
Get the mirrorState property: The status of the restore.Methods in com.azure.resourcemanager.netapp.fluent.models with parameters of type MirrorStateModifier and TypeMethodDescriptionReplicationStatusInner.withMirrorState
(MirrorState mirrorState) Set the mirrorState property: The status of the replication. -
Uses of MirrorState in com.azure.resourcemanager.netapp.models
Fields in com.azure.resourcemanager.netapp.models declared as MirrorStateModifier and TypeFieldDescriptionstatic final MirrorState
MirrorState.BROKEN
Static value Broken for MirrorState.static final MirrorState
MirrorState.MIRRORED
Static value Mirrored for MirrorState.static final MirrorState
MirrorState.UNINITIALIZED
Static value Uninitialized for MirrorState.Methods in com.azure.resourcemanager.netapp.models that return MirrorStateModifier and TypeMethodDescriptionstatic MirrorState
MirrorState.fromString
(String name) Creates or finds a MirrorState from its string representation.BackupStatus.mirrorState()
Gets the mirrorState property: The status of the backup.ReplicationStatus.mirrorState()
Gets the mirrorState property: The status of the replication.RestoreStatus.mirrorState()
Gets the mirrorState property: The status of the restore.Methods in com.azure.resourcemanager.netapp.models that return types with arguments of type MirrorStateModifier and TypeMethodDescriptionstatic Collection
<MirrorState> MirrorState.values()
Gets known MirrorState values.