GetDiskPlainArgs

data class GetDiskPlainArgs(val name: String, val project: String? = null, val zone: String? = null) : ConvertibleToJava<GetDiskPlainArgs>

A collection of arguments for invoking getDisk.

Constructors

Link copied to clipboard
constructor(name: String, project: String? = null, zone: String? = null)

Properties

Link copied to clipboard

The name of a specific disk.

Link copied to clipboard
val project: String? = null

The ID of the project in which the resource belongs. If it is not provided, the provider project is used.

Link copied to clipboard
val zone: String? = null

A reference to the zone where the disk resides.

Functions

Link copied to clipboard
open override fun toJava(): GetDiskPlainArgs