2023-10-26 09:36:32 +03:00
|
|
|
### YamlMime:JavaType
|
|
|
|
uid: "com.azure.resourcemanager.netapp.models.RestoreStatus"
|
|
|
|
fullName: "com.azure.resourcemanager.netapp.models.RestoreStatus"
|
|
|
|
name: "RestoreStatus"
|
|
|
|
nameWithType: "RestoreStatus"
|
|
|
|
summary: "An immutable client-side representation of Restore<wbr>Status."
|
|
|
|
syntax: "public interface **RestoreStatus**"
|
|
|
|
methods:
|
|
|
|
- uid: "com.azure.resourcemanager.netapp.models.RestoreStatus.errorMessage()"
|
|
|
|
fullName: "com.azure.resourcemanager.netapp.models.RestoreStatus.errorMessage()"
|
|
|
|
name: "errorMessage()"
|
|
|
|
nameWithType: "RestoreStatus.errorMessage()"
|
|
|
|
summary: "Gets the error<wbr>Message property: Displays error message if the restore is in an error state."
|
|
|
|
modifiers:
|
|
|
|
- "abstract"
|
|
|
|
syntax: "public abstract String errorMessage()"
|
|
|
|
desc: "Gets the errorMessage property: Displays error message if the restore is in an error state."
|
|
|
|
returns:
|
|
|
|
description: "the errorMessage value."
|
|
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
|
|
- uid: "com.azure.resourcemanager.netapp.models.RestoreStatus.healthy()"
|
|
|
|
fullName: "com.azure.resourcemanager.netapp.models.RestoreStatus.healthy()"
|
|
|
|
name: "healthy()"
|
|
|
|
nameWithType: "RestoreStatus.healthy()"
|
|
|
|
summary: "Gets the healthy property: Restore health status."
|
|
|
|
modifiers:
|
|
|
|
- "abstract"
|
|
|
|
syntax: "public abstract Boolean healthy()"
|
|
|
|
desc: "Gets the healthy property: Restore health status."
|
|
|
|
returns:
|
|
|
|
description: "the healthy value."
|
|
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
|
|
|
|
- uid: "com.azure.resourcemanager.netapp.models.RestoreStatus.innerModel()"
|
|
|
|
fullName: "com.azure.resourcemanager.netapp.models.RestoreStatus.innerModel()"
|
|
|
|
name: "innerModel()"
|
|
|
|
nameWithType: "RestoreStatus.innerModel()"
|
|
|
|
summary: "Gets the inner com.<wbr>azure.<wbr>resourcemanager.<wbr>netapp.<wbr>fluent.<wbr>models.<wbr>Restore<wbr>Status<wbr>Inner object."
|
|
|
|
modifiers:
|
|
|
|
- "abstract"
|
|
|
|
syntax: "public abstract RestoreStatusInner innerModel()"
|
|
|
|
desc: "Gets the inner com.azure.resourcemanager.netapp.fluent.models.RestoreStatusInner object."
|
|
|
|
returns:
|
|
|
|
description: "the inner object."
|
|
|
|
type: "<xref href=\"com.azure.resourcemanager.netapp.fluent.models.RestoreStatusInner?alt=com.azure.resourcemanager.netapp.fluent.models.RestoreStatusInner&text=RestoreStatusInner\" data-throw-if-not-resolved=\"False\" />"
|
|
|
|
- uid: "com.azure.resourcemanager.netapp.models.RestoreStatus.mirrorState()"
|
|
|
|
fullName: "com.azure.resourcemanager.netapp.models.RestoreStatus.mirrorState()"
|
|
|
|
name: "mirrorState()"
|
|
|
|
nameWithType: "RestoreStatus.mirrorState()"
|
|
|
|
summary: "Gets the mirror<wbr>State property: The status of the restore."
|
|
|
|
modifiers:
|
|
|
|
- "abstract"
|
|
|
|
syntax: "public abstract MirrorState mirrorState()"
|
|
|
|
desc: "Gets the mirrorState property: The status of the restore."
|
|
|
|
returns:
|
|
|
|
description: "the mirrorState value."
|
|
|
|
type: "<xref href=\"com.azure.resourcemanager.netapp.models.MirrorState?alt=com.azure.resourcemanager.netapp.models.MirrorState&text=MirrorState\" data-throw-if-not-resolved=\"False\" />"
|
|
|
|
- uid: "com.azure.resourcemanager.netapp.models.RestoreStatus.relationshipStatus()"
|
|
|
|
fullName: "com.azure.resourcemanager.netapp.models.RestoreStatus.relationshipStatus()"
|
|
|
|
name: "relationshipStatus()"
|
|
|
|
nameWithType: "RestoreStatus.relationshipStatus()"
|
|
|
|
summary: "Gets the relationship<wbr>Status property: Status of the restore Snap<wbr>Mirror relationship."
|
|
|
|
modifiers:
|
|
|
|
- "abstract"
|
|
|
|
syntax: "public abstract RelationshipStatus relationshipStatus()"
|
|
|
|
desc: "Gets the relationshipStatus property: Status of the restore SnapMirror relationship."
|
|
|
|
returns:
|
|
|
|
description: "the relationshipStatus value."
|
|
|
|
type: "<xref href=\"com.azure.resourcemanager.netapp.models.RelationshipStatus?alt=com.azure.resourcemanager.netapp.models.RelationshipStatus&text=RelationshipStatus\" data-throw-if-not-resolved=\"False\" />"
|
|
|
|
- uid: "com.azure.resourcemanager.netapp.models.RestoreStatus.totalTransferBytes()"
|
|
|
|
fullName: "com.azure.resourcemanager.netapp.models.RestoreStatus.totalTransferBytes()"
|
|
|
|
name: "totalTransferBytes()"
|
|
|
|
nameWithType: "RestoreStatus.totalTransferBytes()"
|
|
|
|
summary: "Gets the total<wbr>Transfer<wbr>Bytes property: Displays the total bytes transferred."
|
|
|
|
modifiers:
|
|
|
|
- "abstract"
|
|
|
|
syntax: "public abstract Long totalTransferBytes()"
|
|
|
|
desc: "Gets the totalTransferBytes property: Displays the total bytes transferred."
|
|
|
|
returns:
|
|
|
|
description: "the totalTransferBytes value."
|
|
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Long.html\">Long</a>"
|
|
|
|
- uid: "com.azure.resourcemanager.netapp.models.RestoreStatus.unhealthyReason()"
|
|
|
|
fullName: "com.azure.resourcemanager.netapp.models.RestoreStatus.unhealthyReason()"
|
|
|
|
name: "unhealthyReason()"
|
|
|
|
nameWithType: "RestoreStatus.unhealthyReason()"
|
|
|
|
summary: "Gets the unhealthy<wbr>Reason property: Reason for the unhealthy restore relationship."
|
|
|
|
modifiers:
|
|
|
|
- "abstract"
|
|
|
|
syntax: "public abstract String unhealthyReason()"
|
|
|
|
desc: "Gets the unhealthyReason property: Reason for the unhealthy restore relationship."
|
|
|
|
returns:
|
|
|
|
description: "the unhealthyReason value."
|
|
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
|
|
type: "interface"
|
|
|
|
desc: "An immutable client-side representation of RestoreStatus."
|
|
|
|
metadata: {}
|
|
|
|
package: "com.azure.resourcemanager.netapp.models"
|
2024-10-26 06:18:01 +03:00
|
|
|
artifact: com.azure.resourcemanager:azure-resourcemanager-netapp:1.5.1
|