Container for the parameters to the RebootDBInstance operation.
Namespace: Amazon.RDS.ModelReboots a previously provisioned RDS instance. This API results in the application of modified DBParameterGroup parameters with ApplyStatus of pending-reboot to the RDS instance. This action is taken as soon as possible, and results in a momentary outage to the RDS instance during which the RDS instance status is set to rebooting. A DBInstance event is created when the reboot is completed.
Assembly: AWSSDK (in AWSSDK.dll) Version: 1.4.10.0 (1.4.10.0)
Syntax
| C# | Visual Basic | Visual C++ |
public class RebootDBInstanceRequest : AmazonWebServiceRequest
Public Class RebootDBInstanceRequest _ Inherits AmazonWebServiceRequest
public ref class RebootDBInstanceRequest : public AmazonWebServiceRequest
Members
| All Members | Constructors | Properties | Methods |
| Member | Description | |
|---|---|---|
| RebootDBInstanceRequest()()()() | Initializes a new instance of the RebootDBInstanceRequest class | |
| DBInstanceIdentifier |
The DB Instance identifier. This parameter is stored as a lowercase string. Constraints:
| |
| Equals(Object) | (Inherited from Object.) | |
| 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()()()() | (Inherited from Object.) | |
| WithDBInstanceIdentifier(String) |
Sets the DBInstanceIdentifier property
|
Inheritance Hierarchy
System..::..Object
Amazon.Runtime..::..AmazonWebServiceRequest
Amazon.RDS.Model..::..RebootDBInstanceRequest
Amazon.Runtime..::..AmazonWebServiceRequest
Amazon.RDS.Model..::..RebootDBInstanceRequest