Disk.DefinitionStages.WithIopsThroughput Interface
public static interface Disk.DefinitionStages.WithIopsThroughput
The stage of disk definition allowing to configure IOPS and throughput settings.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
With |
withIopsReadOnly(long diskIopsReadOnly)
Sets the total number of IOPS allowed across all VMs mounting this shared disk as read-only. |
|
abstract
With |
withIopsReadWrite(long diskIopsReadWrite)
Sets the number of IOPS allowed for this disk. |
|
abstract
With |
withMBpsReadOnly(long diskMBpsReadOnly)
Sets the total throughput (MBps) allowed across all VMs mounting this shared disk as read-only. |
|
abstract
With |
withMBpsReadWrite(long diskMBpsReadWrite)
Sets the throughput (MBps) allowed for this disk. |
Method Details
withIopsReadOnly
public abstract Disk.DefinitionStages.WithCreate withIopsReadOnly(long diskIopsReadOnly)
Sets the total number of IOPS allowed across all VMs mounting this shared disk as read-only. It is only settable for UltraSSD disks or Premium SSD v2 disks.
Parameters:
Returns:
withIopsReadWrite
public abstract Disk.DefinitionStages.WithCreate withIopsReadWrite(long diskIopsReadWrite)
Sets the number of IOPS allowed for this disk. It is only settable for UltraSSD disks or Premium SSD v2 disks.
Parameters:
Returns:
withMBpsReadOnly
public abstract Disk.DefinitionStages.WithCreate withMBpsReadOnly(long diskMBpsReadOnly)
Sets the total throughput (MBps) allowed across all VMs mounting this shared disk as read-only. It is only settable for UltraSSD disks or Premium SSD v2 disks.
Parameters:
Returns:
withMBpsReadWrite
public abstract Disk.DefinitionStages.WithCreate withMBpsReadWrite(long diskMBpsReadWrite)
Sets the throughput (MBps) allowed for this disk. It is only settable for UltraSSD disks or Premium SSD v2 disks.
Parameters:
Returns: