GoogleApi.SQLAdmin.V1beta4.Model.Database (google_api_sql_admin v0.40.0) View Source
Represents a SQL database on the Cloud SQL instance.
Attributes
-
charset(type:String.t, default:nil) - The Cloud SQL charset value. -
collation(type:String.t, default:nil) - The Cloud SQL collation value. -
etag(type:String.t, default:nil) - This field is deprecated and will be removed from a future version of the API. -
instance(type:String.t, default:nil) - The name of the Cloud SQL instance. This does not include the project ID. -
kind(type:String.t, default:nil) - This is always sql#database. -
name(type:String.t, default:nil) - The name of the database in the Cloud SQL instance. This does not include the project ID or instance name. -
project(type:String.t, default:nil) - The project ID of the project containing the Cloud SQL database. The Google apps domain is prefixed if applicable. -
selfLink(type:String.t, default:nil) - The URI of this resource. -
sqlserverDatabaseDetails(type:GoogleApi.SQLAdmin.V1beta4.Model.SqlServerDatabaseDetails.t, default:nil) -
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.SQLAdmin.V1beta4.Model.Database{
charset: String.t(),
collation: String.t(),
etag: String.t(),
instance: String.t(),
kind: String.t(),
name: String.t(),
project: String.t(),
selfLink: String.t(),
sqlserverDatabaseDetails:
GoogleApi.SQLAdmin.V1beta4.Model.SqlServerDatabaseDetails.t()
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.