ClusterConfiguration

data class ClusterConfiguration(val executeCommandConfiguration: ClusterConfigurationExecuteCommandConfiguration? = null, val managedStorageConfiguration: ClusterConfigurationManagedStorageConfiguration? = null)

Constructors

Link copied to clipboard
constructor(executeCommandConfiguration: ClusterConfigurationExecuteCommandConfiguration? = null, managedStorageConfiguration: ClusterConfigurationManagedStorageConfiguration? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Details of the execute command configuration. See execute_command_configuration Block for details.

Link copied to clipboard

Details of the managed storage configuration. See managed_storage_configuration Block for details.