GoogleApi.WorkloadManager.V1.Model.DatabaseProperties (google_api_workload_manager v0.12.0)
View SourceDatabase Properties.
Attributes
-
backupProperties
(type:GoogleApi.WorkloadManager.V1.Model.BackupProperties.t
, default:nil
) - Output only. Backup properties. -
databaseType
(type:String.t
, default:nil
) - Output only. Type of the database. HANA, DB2, etc.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.WorkloadManager.V1.Model.DatabaseProperties{ backupProperties: GoogleApi.WorkloadManager.V1.Model.BackupProperties.t() | nil, databaseType: String.t() | nil }