GetDbServersResult

data class GetDbServersResult(val cloudExadataInfrastructure: String, val dbServers: List<GetDbServersDbServer>, val id: String, val location: String, val project: String? = null)

A collection of values returned by getDbServers.

Constructors

Link copied to clipboard
constructor(cloudExadataInfrastructure: String, dbServers: List<GetDbServersDbServer>, id: String, location: String, project: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard
Link copied to clipboard
val project: String? = null