ManagedDatabaseRestoreDetailsResultInner Class
- java.
lang. Object - com.
azure. core. management. ProxyResource - com.
azure. resourcemanager. sql. fluent. models. ManagedDatabaseRestoreDetailsResultInner
- com.
- com.
public final class ManagedDatabaseRestoreDetailsResultInner
extends ProxyResource
A managed database restore details.
Constructor Summary
| Constructor | Description |
|---|---|
| ManagedDatabaseRestoreDetailsResultInner() |
Creates an instance of Managed |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
blockReason()
Get the block |
| String |
currentBackupType()
Get the current |
| Integer |
currentRestoredSizeMB()
Get the current |
| Integer |
currentRestorePlanSizeMB()
Get the current |
| String |
currentRestoringFileName()
Get the current |
|
List<Managed |
diffBackupSets()
Get the diff |
|
static
Managed |
fromJson(JsonReader jsonReader)
Reads an instance of Managed |
|
List<Managed |
fullBackupSets()
Get the full |
| String |
id()
Get the id property: Fully qualified resource Id for the resource. |
| String |
lastRestoredFileName()
Get the last |
|
Offset |
lastRestoredFileTime()
Get the last |
| String |
lastUploadedFileName()
Get the last |
|
Offset |
lastUploadedFileTime()
Get the last |
|
List<Managed |
logBackupSets()
Get the log |
| String |
name()
Get the name property: The name of the resource. |
| Integer |
numberOfFilesDetected()
Get the number |
| Integer |
numberOfFilesQueued()
Get the number |
| Integer |
numberOfFilesRestored()
Get the number |
| Integer |
numberOfFilesRestoring()
Get the number |
| Integer |
numberOfFilesSkipped()
Get the number |
| Integer |
numberOfFilesUnrestorable()
Get the number |
| Integer |
percentCompleted()
Get the percent |
| String |
status()
Get the status property: Restore status. |
|
Json |
toJson(JsonWriter jsonWriter) |
| String |
type()
Get the type property: The type of the resource. |
| String |
typePropertiesType()
Get the type property: Restore type. |
|
List<Managed |
unrestorableFiles()
Get the unrestorable |
| void |
validate()
Validates the instance. |
Methods inherited from ProxyResource
Methods inherited from java.lang.Object
Constructor Details
ManagedDatabaseRestoreDetailsResultInner
public ManagedDatabaseRestoreDetailsResultInner()
Creates an instance of ManagedDatabaseRestoreDetailsResultInner class.
Method Details
blockReason
public String blockReason()
Get the blockReason property: The reason why restore is in Blocked state.
Returns:
currentBackupType
public String currentBackupType()
Get the currentBackupType property: Current backup type.
Returns:
currentRestoredSizeMB
public Integer currentRestoredSizeMB()
Get the currentRestoredSizeMB property: Current restored size MB.
Returns:
currentRestorePlanSizeMB
public Integer currentRestorePlanSizeMB()
Get the currentRestorePlanSizeMB property: Current restore plan size MB.
Returns:
currentRestoringFileName
public String currentRestoringFileName()
Get the currentRestoringFileName property: Current restoring file name.
Returns:
diffBackupSets
public List<ManagedDatabaseRestoreDetailsBackupSetProperties> diffBackupSets()
Get the diffBackupSets property: Diff backup sets.
Returns:
fromJson
public static ManagedDatabaseRestoreDetailsResultInner fromJson(JsonReader jsonReader)
Reads an instance of ManagedDatabaseRestoreDetailsResultInner from the JsonReader.
Parameters:
Returns:
Throws:
fullBackupSets
public List<ManagedDatabaseRestoreDetailsBackupSetProperties> fullBackupSets()
Get the fullBackupSets property: Full backup sets.
Returns:
id
public String id()
Get the id property: Fully qualified resource Id for the resource.
Overrides:
ManagedDatabaseRestoreDetailsResultInner.id()Returns:
lastRestoredFileName
public String lastRestoredFileName()
Get the lastRestoredFileName property: Last restored file name.
Returns:
lastRestoredFileTime
public OffsetDateTime lastRestoredFileTime()
Get the lastRestoredFileTime property: Last restored file time.
Returns:
lastUploadedFileName
public String lastUploadedFileName()
Get the lastUploadedFileName property: Last uploaded file name.
Returns:
lastUploadedFileTime
public OffsetDateTime lastUploadedFileTime()
Get the lastUploadedFileTime property: Last uploaded file time.
Returns:
logBackupSets
public List<ManagedDatabaseRestoreDetailsBackupSetProperties> logBackupSets()
Get the logBackupSets property: Log backup sets.
Returns:
name
public String name()
Get the name property: The name of the resource.
Overrides:
ManagedDatabaseRestoreDetailsResultInner.name()Returns:
numberOfFilesDetected
public Integer numberOfFilesDetected()
Get the numberOfFilesDetected property: Number of files detected.
Returns:
numberOfFilesQueued
public Integer numberOfFilesQueued()
Get the numberOfFilesQueued property: Number of files queued.
Returns:
numberOfFilesRestored
public Integer numberOfFilesRestored()
Get the numberOfFilesRestored property: Number of files restored.
Returns:
numberOfFilesRestoring
public Integer numberOfFilesRestoring()
Get the numberOfFilesRestoring property: Number of files restoring.
Returns:
numberOfFilesSkipped
public Integer numberOfFilesSkipped()
Get the numberOfFilesSkipped property: Number of files skipped.
Returns:
numberOfFilesUnrestorable
public Integer numberOfFilesUnrestorable()
Get the numberOfFilesUnrestorable property: Number of files unrestorable.
Returns:
percentCompleted
public Integer percentCompleted()
Get the percentCompleted property: Percent completed.
Returns:
status
public String status()
Get the status property: Restore status.
Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
ManagedDatabaseRestoreDetailsResultInner.toJson(JsonWriter jsonWriter)Parameters:
Throws:
type
public String type()
Get the type property: The type of the resource.
Overrides:
ManagedDatabaseRestoreDetailsResultInner.type()Returns:
typePropertiesType
public String typePropertiesType()
Get the type property: Restore type.
Returns:
unrestorableFiles
public List<ManagedDatabaseRestoreDetailsUnrestorableFileProperties> unrestorableFiles()
Get the unrestorableFiles property: Unrestorable files.
Returns:
validate
public void validate()
Validates the instance.