AWS SDK for .NET Documentation
RebootDBInstanceRequest Class
AmazonAmazon.RDS.ModelRebootDBInstanceRequest Did this page help you?   Yes   No    Tell us about it...
Container for the parameters to the RebootDBInstance operation.

Rebooting a DB instance restarts the database engine service. A reboot also applies to the DB instance any modifications to the associated DB parameter group that were pending. Rebooting a DB instance results in a momentary outage of the instance, during which the DB instance status is set to rebooting. If the RDS instance is configured for MultiAZ, it is possible that the reboot will be conducted through a failover. An Amazon RDS event is created when the reboot is completed.

If your DB instance is deployed in multiple Availability Zones, you can force a failover from one AZ to the other during the reboot. You might force a failover to test the availability of your DB instance deployment or to restore operations to the original AZ after a failover occurs.

The time required to reboot is a function of the specific database engine's crash recovery process. To improve the reboot time, we recommend that you reduce database activities as much as possible during the reboot process to reduce rollback activity for in-transit transactions.

Declaration Syntax
C#
public class RebootDBInstanceRequest : AmazonWebServiceRequest
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
RebootDBInstanceRequest()()()()
Initializes a new instance of the RebootDBInstanceRequest class

DBInstanceIdentifier
The DB instance identifier. This parameter is stored as a lowercase string. Constraints:
  • Must contain from 1 to 63 alphanumeric characters or hyphens
  • First character must be a letter
  • Cannot end with a hyphen or contain two consecutive hyphens

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
ForceFailover
When true, the reboot will be conducted through a MultiAZ failover. Constraint: You cannot specify true if the instance is not configured for MultiAZ.

GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the type of the current instance.
(Inherited from Object.)
ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
WithDBInstanceIdentifier(String) Obsolete.
Sets the DBInstanceIdentifier property

WithForceFailover(Boolean) Obsolete.
Sets the ForceFailover property

Inheritance Hierarchy
Object
AmazonWebServiceRequest
 RebootDBInstanceRequest
See Also

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)