Get Cluster Result
data class GetClusterResult(val administratorLogin: String, val citusVersion: String? = null, val coordinatorEnablePublicIpAccess: Boolean? = null, val coordinatorServerEdition: String? = null, val coordinatorStorageQuotaInMb: Int? = null, val coordinatorVCores: Int? = null, val earliestRestoreTime: String, val enableHa: Boolean? = null, val enableShardsOnCoordinator: Boolean? = null, val id: String, val location: String, val maintenanceWindow: MaintenanceWindowResponse? = null, val name: String, val nodeCount: Int? = null, val nodeEnablePublicIpAccess: Boolean? = null, val nodeServerEdition: String? = null, val nodeStorageQuotaInMb: Int? = null, val nodeVCores: Int? = null, val pointInTimeUTC: String? = null, val postgresqlVersion: String? = null, val preferredPrimaryZone: String? = null, val privateEndpointConnections: List<SimplePrivateEndpointConnectionResponse>, val provisioningState: String, val readReplicas: List<String>, val serverNames: List<ServerNameItemResponse>, val sourceLocation: String? = null, val sourceResourceId: String? = null, val state: String, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String)
Represents a cluster.
Constructors
Link copied to clipboard
fun GetClusterResult(administratorLogin: String, citusVersion: String? = null, coordinatorEnablePublicIpAccess: Boolean? = null, coordinatorServerEdition: String? = null, coordinatorStorageQuotaInMb: Int? = null, coordinatorVCores: Int? = null, earliestRestoreTime: String, enableHa: Boolean? = null, enableShardsOnCoordinator: Boolean? = null, id: String, location: String, maintenanceWindow: MaintenanceWindowResponse? = null, name: String, nodeCount: Int? = null, nodeEnablePublicIpAccess: Boolean? = null, nodeServerEdition: String? = null, nodeStorageQuotaInMb: Int? = null, nodeVCores: Int? = null, pointInTimeUTC: String? = null, postgresqlVersion: String? = null, preferredPrimaryZone: String? = null, privateEndpointConnections: List<SimplePrivateEndpointConnectionResponse>, provisioningState: String, readReplicas: List<String>, serverNames: List<ServerNameItemResponse>, sourceLocation: String? = null, sourceResourceId: String? = null, state: String, systemData: SystemDataResponse, tags: Map<String, String>? = null, type: String)
Types
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard