BackupStatusInner Class

  • java.lang.Object
    • com.azure.resourcemanager.netapp.fluent.models.BackupStatusInner

public final class BackupStatusInner

Backup status.

Constructor Summary

Constructor Description
BackupStatusInner()

Creates an instance of BackupStatusInner class.

Method Summary

Modifier and Type Method and Description
String errorMessage()

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

Boolean healthy()

Get the healthy property: Backup health status.

Long lastTransferSize()

Get the lastTransferSize property: Displays the last transfer size.

String lastTransferType()

Get the lastTransferType property: Displays the last transfer type.

MirrorState mirrorState()

Get the mirrorState property: The status of the backup.

RelationshipStatus relationshipStatus()

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

Long totalTransferBytes()

Get the totalTransferBytes property: Displays the total bytes transferred.

Long transferProgressBytes()

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

String unhealthyReason()

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

void validate()

Validates the instance.

Methods inherited from java.lang.Object

Constructor Details

BackupStatusInner

public BackupStatusInner()

Creates an instance of BackupStatusInner class.

Method Details

errorMessage

public String errorMessage()

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

Returns:

the errorMessage value.

healthy

public Boolean healthy()

Get the healthy property: Backup health status.

Returns:

the healthy value.

lastTransferSize

public Long lastTransferSize()

Get the lastTransferSize property: Displays the last transfer size.

Returns:

the lastTransferSize value.

lastTransferType

public String lastTransferType()

Get the lastTransferType property: Displays the last transfer type.

Returns:

the lastTransferType value.

mirrorState

public MirrorState mirrorState()

Get the mirrorState property: The status of the backup.

Returns:

the mirrorState value.

relationshipStatus

public RelationshipStatus relationshipStatus()

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

Returns:

the relationshipStatus value.

totalTransferBytes

public Long totalTransferBytes()

Get the totalTransferBytes property: Displays the total bytes transferred.

Returns:

the totalTransferBytes value.

transferProgressBytes

public Long transferProgressBytes()

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

Returns:

the transferProgressBytes value.

unhealthyReason

public String unhealthyReason()

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

Returns:

the unhealthyReason value.

validate

public void validate()

Validates the instance.

Applies to