OsDisk interface

OsDisk represents configuration of the boot disk.

Properties

createOption

The strategy for creating the OS disk.

deleteOption

The strategy for deleting the OS disk.

diskSizeGB

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