C# 클래스 Amazon.RDS.Model.CreateDBInstanceReadReplicaRequest

Container for the parameters to the CreateDBInstanceReadReplica operation.
상속: Amazon.Runtime.AmazonWebServiceRequest
파일 보기 프로젝트 열기: aws/aws-sdk-net 1 사용 예제들

공개 메소드들

메소드 설명
CreateDBInstanceReadReplicaRequest ( ) : System

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

CreateDBInstanceReadReplicaRequest ( string dbInstanceIdentifier, string sourceDBInstanceIdentifier ) : System

Instantiates CreateDBInstanceReadReplicaRequest with the parameterized properties

비공개 메소드들

메소드 설명
IsSetAutoMinorVersionUpgrade ( ) : bool
IsSetAvailabilityZone ( ) : bool
IsSetCopyTagsToSnapshot ( ) : bool
IsSetDBInstanceClass ( ) : bool
IsSetDBInstanceIdentifier ( ) : bool
IsSetDBSubnetGroupName ( ) : bool
IsSetIops ( ) : bool
IsSetMonitoringInterval ( ) : bool
IsSetMonitoringRoleArn ( ) : bool
IsSetOptionGroupName ( ) : bool
IsSetPort ( ) : bool
IsSetPubliclyAccessible ( ) : bool
IsSetSourceDBInstanceIdentifier ( ) : bool
IsSetStorageType ( ) : bool
IsSetTags ( ) : bool

메소드 상세

CreateDBInstanceReadReplicaRequest() 공개 메소드

Empty constructor used to set properties independently even when a simple constructor is available
public CreateDBInstanceReadReplicaRequest ( ) : System
리턴 System

CreateDBInstanceReadReplicaRequest() 공개 메소드

Instantiates CreateDBInstanceReadReplicaRequest with the parameterized properties
public CreateDBInstanceReadReplicaRequest ( string dbInstanceIdentifier, string sourceDBInstanceIdentifier ) : System
dbInstanceIdentifier string The DB instance identifier of the Read Replica. This identifier is the unique key that identifies a DB instance. This parameter is stored as a lowercase string.
sourceDBInstanceIdentifier string The identifier of the DB instance that will act as the source for the Read Replica. Each DB instance can have up to five Read Replicas. Constraints:
  • Must be the identifier of an existing MySQL, MariaDB, or PostgreSQL DB instance.
  • Can specify a DB instance that is a MySQL Read Replica only if the source is running MySQL 5.6.
  • Can specify a DB instance that is a PostgreSQL Read Replica only if the source is running PostgreSQL 9.3.5.
  • The specified DB instance must have automatic backups enabled, its backup retention period must be greater than 0.
  • If the source DB instance is in the same region as the Read Replica, specify a valid DB instance identifier.
  • If the source DB instance is in a different region than the Read Replica, specify a valid DB instance ARN. For more information, go to Constructing a Amazon RDS Amazon Resource Name (ARN).
리턴 System