ExportDiskDetails Class
- java.
lang. Object - com.
azure. resourcemanager. databox. models. ExportDiskDetails
- com.
Implements
public final class ExportDiskDetails
implements JsonSerializable<ExportDiskDetails>
Export disk details.
Constructor Summary
| Constructor | Description |
|---|---|
| ExportDiskDetails() |
Creates an instance of Export |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
backupManifestCloudPath()
Get the backup |
|
static
Export |
fromJson(JsonReader jsonReader)
Reads an instance of Export |
| String |
manifestFile()
Get the manifest |
| String |
manifestHash()
Get the manifest |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Constructor Details
ExportDiskDetails
public ExportDiskDetails()
Creates an instance of ExportDiskDetails class.
Method Details
backupManifestCloudPath
public String backupManifestCloudPath()
Get the backupManifestCloudPath property: Path to backed up manifest, only returned if enableManifestBackup is true.
Returns:
fromJson
public static ExportDiskDetails fromJson(JsonReader jsonReader)
Reads an instance of ExportDiskDetails from the JsonReader.
Parameters:
Returns:
Throws:
manifestFile
public String manifestFile()
Get the manifestFile property: The relative path of the manifest file on the disk.
Returns:
manifestHash
public String manifestHash()
Get the manifestHash property: The Base16-encoded MD5 hash of the manifest file on the disk.
Returns:
toJson
validate
public void validate()
Validates the instance.