GetDbServersPlainArgs

data class GetDbServersPlainArgs(val cloudExadataInfrastructure: String, val location: String, val project: String? = null) : ConvertibleToJava<GetDbServersPlainArgs>

A collection of arguments for invoking getDbServers.

Constructors

Link copied to clipboard
constructor(cloudExadataInfrastructure: String, location: String, project: String? = null)

Properties

Link copied to clipboard

The Exadata Infrastructure id.

Link copied to clipboard

The location of resource.

Link copied to clipboard
val project: String? = null

The project to which the resource belongs. If it is not provided, the provider project is used.

Functions

Link copied to clipboard
open override fun toJava(): GetDbServersPlainArgs