Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface AzureVmDiskDetails

Package version

interface

An interface representing AzureVmDiskDetails. Disk details for E2A provider.

Hierarchy

  • AzureVmDiskDetails

Index

Properties

Optional lunId

lunId: undefined | string
member

{string} [lunId] Ordinal\LunId of the disk for the Azure VM.

Optional maxSizeMB

maxSizeMB: undefined | string
member

{string} [maxSizeMB] Max side in MB.

Optional targetDiskLocation

targetDiskLocation: undefined | string
member

{string} [targetDiskLocation] Blob uri of the Azure disk.

Optional targetDiskName

targetDiskName: undefined | string
member

{string} [targetDiskName] The target Azure disk name.

Optional vhdId

vhdId: undefined | string
member

{string} [vhdId] The VHD id.

Optional vhdName

vhdName: undefined | string
member

{string} [vhdName] VHD name.

Optional vhdType

vhdType: undefined | string
member

{string} [vhdType] VHD type.

Generated using TypeDoc