StorageArgs

data class StorageArgs(val configurationMode: Output<String>? = null) : ConvertibleToJava<StorageArgs>

The Storage config of AzureStackHCI Cluster.

Constructors

Link copied to clipboard
constructor(configurationMode: Output<String>? = null)

Properties

Link copied to clipboard
val configurationMode: Output<String>? = null

By default, this mode is set to Express and your storage is configured as per best practices based on the number of nodes in the cluster. Allowed values are 'Express','InfraOnly', 'KeepStorage'

Functions

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