ClusterConfiguration

data class ClusterConfiguration(val executeCommandConfiguration: ClusterExecuteCommandConfiguration? = null, val managedStorageConfiguration: ClusterManagedStorageConfiguration? = null)

The execute command and managed storage configuration for the cluster.

Constructors

Link copied to clipboard
constructor(executeCommandConfiguration: ClusterExecuteCommandConfiguration? = null, managedStorageConfiguration: ClusterManagedStorageConfiguration? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The details of the execute command configuration.

Link copied to clipboard

The details of the managed storage configuration.