AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.
Container for the parameters to the FailoverGlobalCluster operation. Initiates the failover process for a Neptune global database.
A failover for a Neptune global database promotes one of secondary read-only DB clusters to be the primary DB cluster and demotes the primary DB cluster to being a secondary (read-only) DB cluster. In other words, the role of the current primary DB cluster and the selected target secondary DB cluster are switched. The selected secondary DB cluster assumes full read/write capabilities for the Neptune global database.
This action applies only to Neptune global databases. This action is only intended for use on healthy Neptune global databases with healthy Neptune DB clusters and no region-wide outages, to test disaster recovery scenarios or to reconfigure the global database topology.
Namespace: Amazon.Neptune.Model
Assembly: AWSSDK.Neptune.dll
Version: 3.x.y.z
public class FailoverGlobalClusterRequest : AmazonNeptuneRequest IAmazonWebServiceRequest
The FailoverGlobalClusterRequest type exposes the following members
Name | Description | |
---|---|---|
![]() |
FailoverGlobalClusterRequest() |
Name | Type | Description | |
---|---|---|---|
![]() |
AllowDataLoss | System.Boolean |
Gets and sets the property AllowDataLoss. Specifies whether to allow data loss for this global database cluster operation. Allowing data loss triggers a global failover operation.
If you don't specify
Constraints:Can't be specified together with the |
![]() |
GlobalClusterIdentifier | System.String |
Gets and sets the property GlobalClusterIdentifier. Identifier of the Neptune global database that should be failed over. The identifier is the unique key assigned by the user when the Neptune global database was created. In other words, it's the name of the global database that you want to fail over. Constraints: Must match the identifier of an existing Neptune global database. |
![]() |
Switchover | System.Boolean |
Gets and sets the property Switchover. Specifies whether to switch over this global database cluster.
Constraints:Can't be specified together with the |
![]() |
TargetDbClusterIdentifier | System.String |
Gets and sets the property TargetDbClusterIdentifier. The Amazon Resource Name (ARN) of the secondary Neptune DB cluster that you want to promote to primary for the global database. |
.NET:
Supported in: 8.0 and newer, Core 3.1
.NET Standard:
Supported in: 2.0
.NET Framework:
Supported in: 4.5 and newer, 3.5