OsDisk interface
OsDisk represents configuration of the boot disk.
Properties
create |
The strategy for creating the OS disk. |
delete |
The strategy for deleting the OS disk. |
disk |
The size of the disk in gigabytes. Required if the createOption is Ephemeral. |
Property Details
createOption
The strategy for creating the OS disk.
createOption?: string
Property Value
string
deleteOption
The strategy for deleting the OS disk.
deleteOption?: string
Property Value
string
diskSizeGB
The size of the disk in gigabytes. Required if the createOption is Ephemeral.
diskSizeGB: number
Property Value
number