Uses of Class
com.azure.resourcemanager.netapp.models.RelationshipStatus
Packages that use RelationshipStatus
Package
Description
Package containing the inner data models for NetAppManagementClient.
Package containing the data models for NetAppManagementClient.
-
Uses of RelationshipStatus in com.azure.resourcemanager.netapp.fluent.models
Methods in com.azure.resourcemanager.netapp.fluent.models that return RelationshipStatusModifier and TypeMethodDescriptionBackupStatusInner.relationshipStatus()
Get the relationshipStatus property: Status of the backup mirror relationship.ReplicationStatusInner.relationshipStatus()
Get the relationshipStatus property: Status of the mirror relationship.RestoreStatusInner.relationshipStatus()
Get the relationshipStatus property: Status of the restore SnapMirror relationship.Methods in com.azure.resourcemanager.netapp.fluent.models with parameters of type RelationshipStatusModifier and TypeMethodDescriptionReplicationStatusInner.withRelationshipStatus
(RelationshipStatus relationshipStatus) Set the relationshipStatus property: Status of the mirror relationship. -
Uses of RelationshipStatus in com.azure.resourcemanager.netapp.models
Fields in com.azure.resourcemanager.netapp.models declared as RelationshipStatusModifier and TypeFieldDescriptionstatic final RelationshipStatus
RelationshipStatus.FAILED
Static value Failed for RelationshipStatus.static final RelationshipStatus
RelationshipStatus.IDLE
Static value Idle for RelationshipStatus.static final RelationshipStatus
RelationshipStatus.TRANSFERRING
Static value Transferring for RelationshipStatus.static final RelationshipStatus
RelationshipStatus.UNKNOWN
Static value Unknown for RelationshipStatus.Methods in com.azure.resourcemanager.netapp.models that return RelationshipStatusModifier and TypeMethodDescriptionstatic RelationshipStatus
RelationshipStatus.fromString
(String name) Creates or finds a RelationshipStatus from its string representation.BackupStatus.relationshipStatus()
Gets the relationshipStatus property: Status of the backup mirror relationship.ReplicationStatus.relationshipStatus()
Gets the relationshipStatus property: Status of the mirror relationship.RestoreStatus.relationshipStatus()
Gets the relationshipStatus property: Status of the restore SnapMirror relationship.Methods in com.azure.resourcemanager.netapp.models that return types with arguments of type RelationshipStatusModifier and TypeMethodDescriptionstatic Collection
<RelationshipStatus> RelationshipStatus.values()
Gets known RelationshipStatus values.