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
파일 보기 프로젝트 열기: aws/aws-sdk-net 1 사용 예제들

공개 메소드들

메소드 설명
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