Get Cluster Result
data class GetClusterResult(val clusterConfig: ClusterConfigResponse, val defaultStorageType: String, val encryptionConfig: EncryptionConfigResponse, val location: String, val name: String, val serveNodes: Int, val state: String)
Constructors
Link copied to clipboard
fun GetClusterResult(clusterConfig: ClusterConfigResponse, defaultStorageType: String, encryptionConfig: EncryptionConfigResponse, location: String, name: String, serveNodes: Int, state: String)