DiskType

enum DiskType : Enum<DiskType> , ConvertibleToJava<DiskType>

Required. The type of the disk to create.

Entries

Link copied to clipboard

Default disk type. Use one of the other options below.

Link copied to clipboard

Specifies a Google Compute Engine persistent hard disk. See https://cloud.google.com/compute/docs/disks/#pdspecs for details.

Link copied to clipboard

Specifies a Google Compute Engine persistent solid-state disk. See https://cloud.google.com/compute/docs/disks/#pdspecs for details.

Link copied to clipboard

Specifies a Google Compute Engine local SSD. See https://cloud.google.com/compute/docs/disks/local-ssd for details.

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open override fun toJava(): DiskType
Link copied to clipboard
fun valueOf(value: String): DiskType

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.

Properties

Link copied to clipboard
val javaValue: DiskType
Link copied to clipboard
Link copied to clipboard