GetGlobalDatabaseNetworksResult

data class GetGlobalDatabaseNetworksResult(val dbClusterId: String? = null, val description: String? = null, val gdnId: String? = null, val id: String, val ids: List<String>, val networks: List<GetGlobalDatabaseNetworksNetwork>, val outputFile: String? = null, val pageNumber: Int? = null, val pageSize: Int? = null, val status: String? = null)

A collection of values returned by getGlobalDatabaseNetworks.

Constructors

Link copied to clipboard
constructor(dbClusterId: String? = null, description: String? = null, gdnId: String? = null, id: String, ids: List<String>, networks: List<GetGlobalDatabaseNetworksNetwork>, outputFile: String? = null, pageNumber: Int? = null, pageSize: Int? = null, status: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val dbClusterId: String? = null

The ID of the PolarDB cluster.

Link copied to clipboard
val description: String? = null

The description of the Global Database Network.

Link copied to clipboard
val gdnId: String? = null

The ID of the Global Database Network.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard
Link copied to clipboard

A list of PolarDB Global Database Networks. Each element contains the following attributes:

Link copied to clipboard
val outputFile: String? = null
Link copied to clipboard
val pageNumber: Int? = null
Link copied to clipboard
val pageSize: Int? = null
Link copied to clipboard
val status: String? = null

The status of the Global Database Network.