AzureNodePoolConfigRootVolumeArgs

data class AzureNodePoolConfigRootVolumeArgs(val sizeGib: Output<Int>? = null) : ConvertibleToJava<AzureNodePoolConfigRootVolumeArgs>

Constructors

Link copied to clipboard
constructor(sizeGib: Output<Int>? = null)

Properties

Link copied to clipboard
val sizeGib: Output<Int>? = null

Optional. The size of the disk, in GiBs. When unspecified, a default value is provided. See the specific reference in the parent resource.

Functions

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