Cluster Configuration
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)