Properties of a Flag.
Package
@google-cloud/sqlProperties
allowedIntValues
allowedIntValues?: ((number|Long|string)[]|null);
Flag allowedIntValues
allowedStringValues
allowedStringValues?: (string[]|null);
Flag allowedStringValues
appliesTo
appliesTo?: (google.cloud.sql.v1.SqlDatabaseVersion[]|null);
Flag appliesTo
inBeta
inBeta?: (google.protobuf.IBoolValue|null);
Flag inBeta
kind
kind?: (string|null);
Flag kind
maxValue
maxValue?: (google.protobuf.IInt64Value|null);
Flag maxValue
minValue
minValue?: (google.protobuf.IInt64Value|null);
Flag minValue
name
name?: (string|null);
Flag name
requiresRestart
requiresRestart?: (google.protobuf.IBoolValue|null);
Flag requiresRestart
type
type?: (google.cloud.sql.v1.SqlFlagType|keyof typeof google.cloud.sql.v1.SqlFlagType|null);
Flag type