Allocation Specific SKUAllocation Allocated Instance Properties Reserved Disk Args
data class AllocationSpecificSKUAllocationAllocatedInstancePropertiesReservedDiskArgs(val diskSizeGb: Output<String>? = null, val interface: Output<AllocationSpecificSKUAllocationAllocatedInstancePropertiesReservedDiskInterface>? = null) : ConvertibleToJava<AllocationSpecificSKUAllocationAllocatedInstancePropertiesReservedDiskArgs>
Constructors
Link copied to clipboard
constructor(diskSizeGb: Output<String>? = null, interface: Output<AllocationSpecificSKUAllocationAllocatedInstancePropertiesReservedDiskInterface>? = null)
Properties
Link copied to clipboard
Specifies the size of the disk in base-2 GB.
Link copied to clipboard
val interface: Output<AllocationSpecificSKUAllocationAllocatedInstancePropertiesReservedDiskInterface>? = null
Specifies the disk interface to use for attaching this disk, which is either SCSI or NVME. The default is SCSI. For performance characteristics of SCSI over NVMe, see Local SSD performance.