BackupStatus Interface

public interface BackupStatus

An immutable client-side representation of BackupStatus.

Method Summary

Modifier and Type Method and Description
abstract String errorMessage()

Gets the errorMessage property: Displays error message if the backup is in an error state.

abstract Boolean healthy()

Gets the healthy property: Backup health status.

abstract BackupStatusInner innerModel()

Gets the inner com.azure.resourcemanager.netapp.fluent.models.BackupStatusInner object.

abstract Long lastTransferSize()

Gets the lastTransferSize property: Displays the last transfer size.

abstract String lastTransferType()

Gets the lastTransferType property: Displays the last transfer type.

abstract MirrorState mirrorState()

Gets the mirrorState property: The status of the backup.

abstract RelationshipStatus relationshipStatus()

Gets the relationshipStatus property: Status of the backup mirror relationship.

abstract Long totalTransferBytes()

Gets the totalTransferBytes property: Displays the total bytes transferred.

abstract Long transferProgressBytes()

Gets the transferProgressBytes property: Displays the total number of bytes transferred for the ongoing operation.

abstract String unhealthyReason()

Gets the unhealthyReason property: Reason for the unhealthy backup relationship.

Method Details

errorMessage

public abstract String errorMessage()

Gets the errorMessage property: Displays error message if the backup is in an error state.

Returns:

the errorMessage value.

healthy

public abstract Boolean healthy()

Gets the healthy property: Backup health status.

Returns:

the healthy value.

innerModel

public abstract BackupStatusInner innerModel()

Gets the inner com.azure.resourcemanager.netapp.fluent.models.BackupStatusInner object.

Returns:

the inner object.

lastTransferSize

public abstract Long lastTransferSize()

Gets the lastTransferSize property: Displays the last transfer size.

Returns:

the lastTransferSize value.

lastTransferType

public abstract String lastTransferType()

Gets the lastTransferType property: Displays the last transfer type.

Returns:

the lastTransferType value.

mirrorState

public abstract MirrorState mirrorState()

Gets the mirrorState property: The status of the backup.

Returns:

the mirrorState value.

relationshipStatus

public abstract RelationshipStatus relationshipStatus()

Gets the relationshipStatus property: Status of the backup mirror relationship.

Returns:

the relationshipStatus value.

totalTransferBytes

public abstract Long totalTransferBytes()

Gets the totalTransferBytes property: Displays the total bytes transferred.

Returns:

the totalTransferBytes value.

transferProgressBytes

public abstract Long transferProgressBytes()

Gets the transferProgressBytes property: Displays the total number of bytes transferred for the ongoing operation.

Returns:

the transferProgressBytes value.

unhealthyReason

public abstract String unhealthyReason()

Gets the unhealthyReason property: Reason for the unhealthy backup relationship.

Returns:

the unhealthyReason value.

Applies to