次の方法で共有


ExportDiskDetails Class

  • java.lang.Object
    • com.azure.resourcemanager.databox.models.ExportDiskDetails

Implements

public final class ExportDiskDetails
implements JsonSerializable<ExportDiskDetails>

Export disk details.

Constructor Summary

Constructor Description
ExportDiskDetails()

Creates an instance of ExportDiskDetails class.

Method Summary

Modifier and Type Method and Description
String backupManifestCloudPath()

Get the backupManifestCloudPath property: Path to backed up manifest, only returned if enableManifestBackup is true.

static ExportDiskDetails fromJson(JsonReader jsonReader)

Reads an instance of ExportDiskDetails from the JsonReader.

String manifestFile()

Get the manifestFile property: The relative path of the manifest file on the disk.

String manifestHash()

Get the manifestHash property: The Base16-encoded MD5 hash of the manifest file on the disk.

JsonWriter 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:

the backupManifestCloudPath value.

fromJson

public static ExportDiskDetails fromJson(JsonReader jsonReader)

Reads an instance of ExportDiskDetails from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of ExportDiskDetails if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.

Throws:

IOException

- If an error occurs while reading the ExportDiskDetails.

manifestFile

public String manifestFile()

Get the manifestFile property: The relative path of the manifest file on the disk.

Returns:

the manifestFile value.

manifestHash

public String manifestHash()

Get the manifestHash property: The Base16-encoded MD5 hash of the manifest file on the disk.

Returns:

the manifestHash value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

Applies to