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

Container for the parameters to the CreateDBSnapshot operation. Creates a DBSnapshot. The source DBInstance must be in "available" state.
상속: AmazonRDSRequest
파일 보기 프로젝트 열기: aws/aws-sdk-net 1 사용 예제들

공개 메소드들

메소드 설명
CreateDBSnapshotRequest ( ) : System

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

CreateDBSnapshotRequest ( string dbSnapshotIdentifier, string dbInstanceIdentifier ) : System

Instantiates CreateDBSnapshotRequest with the parameterized properties

비공개 메소드들

메소드 설명
IsSetDBInstanceIdentifier ( ) : bool
IsSetDBSnapshotIdentifier ( ) : bool
IsSetTags ( ) : bool

메소드 상세

CreateDBSnapshotRequest() 공개 메소드

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

CreateDBSnapshotRequest() 공개 메소드

Instantiates CreateDBSnapshotRequest with the parameterized properties
public CreateDBSnapshotRequest ( string dbSnapshotIdentifier, string dbInstanceIdentifier ) : System
dbSnapshotIdentifier string The identifier for the DB snapshot. Constraints:
  • Cannot be null, empty, or blank
  • Must contain from 1 to 255 alphanumeric characters or hyphens
  • First character must be a letter
  • Cannot end with a hyphen or contain two consecutive hyphens
Example: my-snapshot-id
dbInstanceIdentifier string The DB instance identifier. This is the unique key that identifies a DB instance. 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
리턴 System