azure-docs-sdk-java/docs-ref-autogen/com.azure.resourcemanager.n...

134 строки
7.3 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.netapp.models.BackupStatus"
fullName: "com.azure.resourcemanager.netapp.models.BackupStatus"
name: "BackupStatus"
nameWithType: "BackupStatus"
summary: "An immutable client-side representation of Backup<wbr>Status."
syntax: "public interface **BackupStatus**"
methods:
- uid: "com.azure.resourcemanager.netapp.models.BackupStatus.errorMessage()"
fullName: "com.azure.resourcemanager.netapp.models.BackupStatus.errorMessage()"
name: "errorMessage()"
nameWithType: "BackupStatus.errorMessage()"
summary: "Gets the error<wbr>Message property: Displays error message if the backup is in an error state."
modifiers:
- "abstract"
syntax: "public abstract String errorMessage()"
desc: "Gets the errorMessage property: Displays error message if the backup 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.BackupStatus.healthy()"
fullName: "com.azure.resourcemanager.netapp.models.BackupStatus.healthy()"
name: "healthy()"
nameWithType: "BackupStatus.healthy()"
summary: "Gets the healthy property: Backup health status."
modifiers:
- "abstract"
syntax: "public abstract Boolean healthy()"
desc: "Gets the healthy property: Backup 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.BackupStatus.innerModel()"
fullName: "com.azure.resourcemanager.netapp.models.BackupStatus.innerModel()"
name: "innerModel()"
nameWithType: "BackupStatus.innerModel()"
summary: "Gets the inner com.<wbr>azure.<wbr>resourcemanager.<wbr>netapp.<wbr>fluent.<wbr>models.<wbr>Backup<wbr>Status<wbr>Inner object."
modifiers:
- "abstract"
syntax: "public abstract BackupStatusInner innerModel()"
desc: "Gets the inner com.azure.resourcemanager.netapp.fluent.models.BackupStatusInner object."
returns:
description: "the inner object."
type: "<xref href=\"com.azure.resourcemanager.netapp.fluent.models.BackupStatusInner?alt=com.azure.resourcemanager.netapp.fluent.models.BackupStatusInner&text=BackupStatusInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.netapp.models.BackupStatus.lastTransferSize()"
fullName: "com.azure.resourcemanager.netapp.models.BackupStatus.lastTransferSize()"
name: "lastTransferSize()"
nameWithType: "BackupStatus.lastTransferSize()"
summary: "Gets the last<wbr>Transfer<wbr>Size property: Displays the last transfer size."
modifiers:
- "abstract"
syntax: "public abstract Long lastTransferSize()"
desc: "Gets the lastTransferSize property: Displays the last transfer size."
returns:
description: "the lastTransferSize value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Long.html\">Long</a>"
- uid: "com.azure.resourcemanager.netapp.models.BackupStatus.lastTransferType()"
fullName: "com.azure.resourcemanager.netapp.models.BackupStatus.lastTransferType()"
name: "lastTransferType()"
nameWithType: "BackupStatus.lastTransferType()"
summary: "Gets the last<wbr>Transfer<wbr>Type property: Displays the last transfer type."
modifiers:
- "abstract"
syntax: "public abstract String lastTransferType()"
desc: "Gets the lastTransferType property: Displays the last transfer type."
returns:
description: "the lastTransferType value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.netapp.models.BackupStatus.mirrorState()"
fullName: "com.azure.resourcemanager.netapp.models.BackupStatus.mirrorState()"
name: "mirrorState()"
nameWithType: "BackupStatus.mirrorState()"
summary: "Gets the mirror<wbr>State property: The status of the backup."
modifiers:
- "abstract"
syntax: "public abstract MirrorState mirrorState()"
desc: "Gets the mirrorState property: The status of the backup."
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.BackupStatus.relationshipStatus()"
fullName: "com.azure.resourcemanager.netapp.models.BackupStatus.relationshipStatus()"
name: "relationshipStatus()"
nameWithType: "BackupStatus.relationshipStatus()"
summary: "Gets the relationship<wbr>Status property: Status of the backup mirror relationship."
modifiers:
- "abstract"
syntax: "public abstract RelationshipStatus relationshipStatus()"
desc: "Gets the relationshipStatus property: Status of the backup mirror 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.BackupStatus.totalTransferBytes()"
fullName: "com.azure.resourcemanager.netapp.models.BackupStatus.totalTransferBytes()"
name: "totalTransferBytes()"
nameWithType: "BackupStatus.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.BackupStatus.transferProgressBytes()"
fullName: "com.azure.resourcemanager.netapp.models.BackupStatus.transferProgressBytes()"
name: "transferProgressBytes()"
nameWithType: "BackupStatus.transferProgressBytes()"
summary: "Gets the transfer<wbr>Progress<wbr>Bytes property: Displays the total number of bytes transferred for the ongoing operation."
modifiers:
- "abstract"
syntax: "public abstract Long transferProgressBytes()"
desc: "Gets the transferProgressBytes property: Displays the total number of bytes transferred for the ongoing operation."
returns:
description: "the transferProgressBytes value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Long.html\">Long</a>"
- uid: "com.azure.resourcemanager.netapp.models.BackupStatus.unhealthyReason()"
fullName: "com.azure.resourcemanager.netapp.models.BackupStatus.unhealthyReason()"
name: "unhealthyReason()"
nameWithType: "BackupStatus.unhealthyReason()"
summary: "Gets the unhealthy<wbr>Reason property: Reason for the unhealthy backup relationship."
modifiers:
- "abstract"
syntax: "public abstract String unhealthyReason()"
desc: "Gets the unhealthyReason property: Reason for the unhealthy backup 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 BackupStatus."
metadata: {}
package: "com.azure.resourcemanager.netapp.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-netapp:1.5.1