Interface BackupStatusResponse
-
public interface BackupStatusResponse
An immutable client-side representation of BackupStatusResponse.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
containerName()
Gets the containerName property: Specifies the product specific container name.String
errorCode()
Gets the errorCode property: ErrorCode in case of intent failed.String
errorMessage()
Gets the errorMessage property: ErrorMessage in case of intent failed.FabricName
fabricName()
Gets the fabricName property: Specifies the fabric name - Azure or AD.BackupStatusResponseInner
innerModel()
Gets the inner com.azure.resourcemanager.recoveryservicesbackup.fluent.models.BackupStatusResponseInner object.String
policyName()
Gets the policyName property: Specifies the policy name which is used for protection.String
protectedItemName()
Gets the protectedItemName property: Specifies the product specific ds name.ProtectionStatus
protectionStatus()
Gets the protectionStatus property: Specifies whether the container is registered or not.String
registrationStatus()
Gets the registrationStatus property: Container registration status.String
vaultId()
Gets the vaultId property: Specifies the arm resource id of the vault.
-
-
-
Method Detail
-
protectionStatus
ProtectionStatus protectionStatus()
Gets the protectionStatus property: Specifies whether the container is registered or not.- Returns:
- the protectionStatus value.
-
vaultId
String vaultId()
Gets the vaultId property: Specifies the arm resource id of the vault.- Returns:
- the vaultId value.
-
fabricName
FabricName fabricName()
Gets the fabricName property: Specifies the fabric name - Azure or AD.- Returns:
- the fabricName value.
-
containerName
String containerName()
Gets the containerName property: Specifies the product specific container name. E.g. iaasvmcontainer;iaasvmcontainer;csname;vmname.- Returns:
- the containerName value.
-
protectedItemName
String protectedItemName()
Gets the protectedItemName property: Specifies the product specific ds name. E.g. vm;iaasvmcontainer;csname;vmname.- Returns:
- the protectedItemName value.
-
errorCode
String errorCode()
Gets the errorCode property: ErrorCode in case of intent failed.- Returns:
- the errorCode value.
-
errorMessage
String errorMessage()
Gets the errorMessage property: ErrorMessage in case of intent failed.- Returns:
- the errorMessage value.
-
policyName
String policyName()
Gets the policyName property: Specifies the policy name which is used for protection.- Returns:
- the policyName value.
-
registrationStatus
String registrationStatus()
Gets the registrationStatus property: Container registration status.- Returns:
- the registrationStatus value.
-
innerModel
BackupStatusResponseInner innerModel()
Gets the inner com.azure.resourcemanager.recoveryservicesbackup.fluent.models.BackupStatusResponseInner object.- Returns:
- the inner object.
-
-