VMwareToAzStackHciProtectedDiskProperties Class
- java.
lang. Object - com.
azure. resourcemanager. recoveryservicesdatareplication. models. VMwareToAzStackHciProtectedDiskProperties
- com.
Implements
public final class VMwareToAzStackHciProtectedDiskProperties
implements JsonSerializable<VMwareToAzStackHciProtectedDiskProperties>
VMwareToAzStackHCI protected disk properties.
Constructor Summary
| Constructor | Description |
|---|---|
| VMwareToAzStackHciProtectedDiskProperties() |
Creates an instance of VMware |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| Long |
capacityInBytes()
Get the capacity |
| String |
diskType()
Get the disk |
|
static
VMware |
fromJson(JsonReader jsonReader)
Reads an instance of VMware |
| Boolean |
isDynamic()
Get the is |
| Boolean |
isOsDisk()
Get the is |
| String |
migrateDiskName()
Get the migrate |
| String |
seedDiskName()
Get the seed |
| String |
sourceDiskId()
Get the source |
| String |
sourceDiskName()
Get the source |
| String |
storageContainerId()
Get the storage |
| String |
storageContainerLocalPath()
Get the storage |
| String |
testMigrateDiskName()
Get the test |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Constructor Details
VMwareToAzStackHciProtectedDiskProperties
public VMwareToAzStackHciProtectedDiskProperties()
Creates an instance of VMwareToAzStackHciProtectedDiskProperties class.
Method Details
capacityInBytes
public Long capacityInBytes()
Get the capacityInBytes property: Gets or sets the disk capacity in bytes.
Returns:
diskType
public String diskType()
Get the diskType property: Gets or sets the disk type.
Returns:
fromJson
public static VMwareToAzStackHciProtectedDiskProperties fromJson(JsonReader jsonReader)
Reads an instance of VMwareToAzStackHciProtectedDiskProperties from the JsonReader.
Parameters:
Returns:
Throws:
isDynamic
public Boolean isDynamic()
Get the isDynamic property: Gets or sets a value indicating whether dynamic sizing is enabled on the virtual hard disk.
Returns:
isOsDisk
public Boolean isOsDisk()
Get the isOsDisk property: Gets or sets a value indicating whether the disk is the OS disk.
Returns:
migrateDiskName
public String migrateDiskName()
Get the migrateDiskName property: Gets or sets the failover clone disk.
Returns:
seedDiskName
public String seedDiskName()
Get the seedDiskName property: Gets or sets the seed disk name.
Returns:
sourceDiskId
public String sourceDiskId()
Get the sourceDiskId property: Gets or sets the source disk Id.
Returns:
sourceDiskName
public String sourceDiskName()
Get the sourceDiskName property: Gets or sets the source disk Name.
Returns:
storageContainerId
public String storageContainerId()
Get the storageContainerId property: Gets or sets the ARM Id of the storage container.
Returns:
storageContainerLocalPath
public String storageContainerLocalPath()
Get the storageContainerLocalPath property: Gets or sets the local path of the storage container.
Returns:
testMigrateDiskName
public String testMigrateDiskName()
Get the testMigrateDiskName property: Gets or sets the test failover clone disk.
Returns:
toJson
validate
public void validate()
Validates the instance.