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 | _models.StorageType | None = None, **kwargs: Any)
Keyword-Only Parameters
| Name | Description |
|---|---|
|
disk_size_gi_b
|
Size of the disk to be attached in Gibibytes. Default value: None
|
|
disk_name
|
The name of the disk to be attached. Default value: None
|
|
disk_type
|
str or
StorageType
The storage type for the disk (i.e. Standard, Premium). Known values are: "Standard", "Premium", and "StandardSSD". Default value: None
|
Variables
| Name | Description |
|---|---|
|
disk_size_gi_b
|
Size of the disk to be attached in Gibibytes. |
|
disk_name
|
The name of the disk to be attached. |
|
disk_type
|
str or
StorageType
The storage type for the disk (i.e. Standard, Premium). Known values are: "Standard", "Premium", and "StandardSSD". |