C# Класс Amazon.RDS.Model.ModifyDBInstanceRequest

Container for the parameters to the ModifyDBInstance operation.

This API is used to change RDS Instance settings. Users call the ModifyDBInstance API to change one or more database configuration parameters by specifying these parameters and the new values in the request.

Наследование: Amazon.Runtime.AmazonWebServiceRequest
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
ModifyDBInstanceRequest ( ) : System

Empty constructor used to set properties independently even when a simple constructor is available

ModifyDBInstanceRequest ( string dbInstanceIdentifier ) : System

Instantiates ModifyDBInstanceRequest with the parameterized properties

Приватные методы

Метод Описание
IsSetAllocatedStorage ( ) : bool
IsSetAllowMajorVersionUpgrade ( ) : bool
IsSetApplyImmediately ( ) : bool
IsSetAutoMinorVersionUpgrade ( ) : bool
IsSetBackupRetentionPeriod ( ) : bool
IsSetCACertificateIdentifier ( ) : bool
IsSetCopyTagsToSnapshot ( ) : bool
IsSetDBInstanceClass ( ) : bool
IsSetDBInstanceIdentifier ( ) : bool
IsSetDBParameterGroupName ( ) : bool
IsSetDBPortNumber ( ) : bool
IsSetDBSecurityGroups ( ) : bool
IsSetDBSubnetGroupName ( ) : bool
IsSetDomain ( ) : bool
IsSetDomainIAMRoleName ( ) : bool
IsSetEngineVersion ( ) : bool
IsSetIops ( ) : bool
IsSetLicenseModel ( ) : bool
IsSetMasterUserPassword ( ) : bool
IsSetMonitoringInterval ( ) : bool
IsSetMonitoringRoleArn ( ) : bool
IsSetMultiAZ ( ) : bool
IsSetNewDBInstanceIdentifier ( ) : bool
IsSetOptionGroupName ( ) : bool
IsSetPreferredBackupWindow ( ) : bool
IsSetPreferredMaintenanceWindow ( ) : bool
IsSetPromotionTier ( ) : bool
IsSetPubliclyAccessible ( ) : bool
IsSetStorageType ( ) : bool
IsSetTdeCredentialArn ( ) : bool
IsSetTdeCredentialPassword ( ) : bool
IsSetVpcSecurityGroupIds ( ) : bool

Описание методов

ModifyDBInstanceRequest() публичный Метод

Empty constructor used to set properties independently even when a simple constructor is available
public ModifyDBInstanceRequest ( ) : System
Результат System

ModifyDBInstanceRequest() публичный Метод

Instantiates ModifyDBInstanceRequest with the parameterized properties
public ModifyDBInstanceRequest ( string dbInstanceIdentifier ) : System
dbInstanceIdentifier string The DB instance identifier. This value is stored as a lowercase string. Constraints:
  • Must be the identifier for an existing DB instance
  • 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
Результат System