DatabaseArgs

data class DatabaseArgs(val charset: Output<String>? = null, val collation: Output<String>? = null, val etag: Output<String>? = null, val instance: Output<String>? = null, val kind: Output<String>? = null, val name: Output<String>? = null, val project: Output<String>? = null, val selfLink: Output<String>? = null, val sqlserverDatabaseDetails: Output<SqlServerDatabaseDetailsArgs>? = null) : ConvertibleToJava<DatabaseArgs>

Inserts a resource containing information about a database inside a Cloud SQL instance. Note: You can't modify the default character set and collation.

Constructors

Link copied to clipboard
constructor(charset: Output<String>? = null, collation: Output<String>? = null, etag: Output<String>? = null, instance: Output<String>? = null, kind: Output<String>? = null, name: Output<String>? = null, project: Output<String>? = null, selfLink: Output<String>? = null, sqlserverDatabaseDetails: Output<SqlServerDatabaseDetailsArgs>? = null)

Properties

Link copied to clipboard
val charset: Output<String>? = null

The Cloud SQL charset value.

Link copied to clipboard
val collation: Output<String>? = null

The Cloud SQL collation value.

Link copied to clipboard
val etag: Output<String>? = null

This field is deprecated and will be removed from a future version of the API.

Link copied to clipboard
val instance: Output<String>? = null

The name of the Cloud SQL instance. This does not include the project ID.

Link copied to clipboard
val kind: Output<String>? = null

This is always sql#database.

Link copied to clipboard
val name: Output<String>? = null

The name of the database in the Cloud SQL instance. This does not include the project ID or instance name.

Link copied to clipboard
val project: Output<String>? = null

The project ID of the project containing the Cloud SQL database. The Google apps domain is prefixed if applicable.

Link copied to clipboard
val selfLink: Output<String>? = null

The URI of this resource.

Functions

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