public sealed class DatabaseFailoverRequest : IMessage<DatabaseFailoverRequest>, IEquatable<DatabaseFailoverRequest>, IDeepCloneable<DatabaseFailoverRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Composer v1 API class DatabaseFailoverRequest.
Request to trigger database failover (only for highly resilient
environments).
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["This webpage provides reference documentation for the `DatabaseFailoverRequest` class within the Google Cloud Composer v1 API, specifically for version 2.5.0."],["The `DatabaseFailoverRequest` class is used to initiate a database failover, which is designed for use in highly resilient environments."],["It implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `object`."],["The `DatabaseFailoverRequest` class includes a constructor and a `Environment` property that specifies the target environment for the failover operation, using the format \"projects/{projectId}/locations/{locationId}/environments/{environmentId}\"."],["There is an archive of previous versions of this documentation, listed on the webpage, ranging from version 1.0.0 to the most recent version 2.9.0."]]],[]]