AttachNewDataDiskOptions Class
Properties to attach new disk to the Virtual Machine.
Constructor
AttachNewDataDiskOptions(*, disk_size_gi_b: int | None = None, disk_name: str | None = None, disk_type: str | StorageType | None = None, **kwargs)
Parameters
Name | Description |
---|---|
disk_size_gi_b
Required
|
Size of the disk to be attached in GibiBytes. |
disk_name
Required
|
The name of the disk to be attached. |
disk_type
Required
|
str or
StorageType
The storage type for the disk (i.e. Standard, Premium). Possible values include: "Standard", "Premium", "StandardSSD". |
Keyword-Only Parameters
Name | Description |
---|---|
disk_size_gi_b
|
Default value: None
|
disk_name
|
Default value: None
|
disk_type
|
Default value: None
|