Interface Disk.DefinitionStages.WithLogicalSectorSize
- All Known Subinterfaces:
Disk.Definition,Disk.DefinitionStages.WithCreate,Disk.DefinitionStages.WithCreateAndSize
- Enclosing interface:
Disk.DefinitionStages
public static interface Disk.DefinitionStages.WithLogicalSectorSize
The stage of the managed disk definition allowing to configure logical sector size for Premium SSD v2 and Ultra Disks.
-
Method Summary
Modifier and TypeMethodDescriptionwithLogicalSectorSizeInBytes(int logicalSectorSizeInBytes) Specifies the logical sector size in bytes for Premium SSD v2 and Ultra Disks.
-
Method Details
-
withLogicalSectorSizeInBytes
Specifies the logical sector size in bytes for Premium SSD v2 and Ultra Disks. Supported values are 512 and 4096. 4096 is the default.- Parameters:
logicalSectorSizeInBytes- logical sector size in bytes- Returns:
- the next stage of the definition
-