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