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"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 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."]]],[]]