Class DatabaseConfig (2.0.0)

public sealed class DatabaseConfig : IMessage<DatabaseConfig>, IEquatable<DatabaseConfig>, IDeepCloneable<DatabaseConfig>, IBufferMessage, IMessage

The configuration of Cloud SQL instance that is used by the Apache Airflow software.

Inheritance

Object > DatabaseConfig

Namespace

Google.Cloud.Orchestration.Airflow.Service.V1

Assembly

Google.Cloud.Orchestration.Airflow.Service.V1.dll

Constructors

DatabaseConfig()

public DatabaseConfig()

DatabaseConfig(DatabaseConfig)

public DatabaseConfig(DatabaseConfig other)
Parameter
NameDescription
otherDatabaseConfig

Properties

MachineType

public string MachineType { get; set; }

Optional. Cloud SQL machine type used by Airflow database. It has to be one of: db-n1-standard-2, db-n1-standard-4, db-n1-standard-8 or db-n1-standard-16. If not specified, db-n1-standard-2 will be used.

Property Value
TypeDescription
String