GetDbServersPlainArgs

data class GetDbServersPlainArgs(val cloudExadataInfrastructureName: String, val resourceGroupName: String) : ConvertibleToJava<GetDbServersPlainArgs>

A collection of arguments for invoking getDbServers.

Constructors

Link copied to clipboard
constructor(cloudExadataInfrastructureName: String, resourceGroupName: String)

Properties

Link copied to clipboard

The name of the Cloud Exadata Infrastructure.

Link copied to clipboard

The name of the Resource Group where the DB Server exists.

Functions

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