Get Mongo Cluster Result
data class GetMongoClusterResult(val administratorLogin: String? = null, val clusterStatus: String, val connectionString: String, val earliestRestoreTime: String, val id: String, val location: String, val name: String, val nodeGroupSpecs: List<NodeGroupSpecResponse>? = null, val provisioningState: String, val serverVersion: String? = null, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String)
Represents a mongo cluster resource.
Constructors
Link copied to clipboard
fun GetMongoClusterResult(administratorLogin: String? = null, clusterStatus: String, connectionString: String, earliestRestoreTime: String, id: String, location: String, name: String, nodeGroupSpecs: List<NodeGroupSpecResponse>? = null, provisioningState: String, serverVersion: String? = null, systemData: SystemDataResponse, tags: Map<String, String>? = null, type: String)