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

Container for the parameters to the CreateDBSecurityGroup operation. Creates a new DB security group. DB security groups control access to a DB instance.
상속: AmazonRDSRequest
파일 보기 프로젝트 열기: aws/aws-sdk-net 1 사용 예제들

공개 메소드들

메소드 설명
CreateDBSecurityGroupRequest ( ) : System

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

CreateDBSecurityGroupRequest ( string dbSecurityGroupName, string dbSecurityGroupDescription ) : System

Instantiates CreateDBSecurityGroupRequest with the parameterized properties

비공개 메소드들

메소드 설명
IsSetDBSecurityGroupDescription ( ) : bool
IsSetDBSecurityGroupName ( ) : bool
IsSetTags ( ) : bool

메소드 상세

CreateDBSecurityGroupRequest() 공개 메소드

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

CreateDBSecurityGroupRequest() 공개 메소드

Instantiates CreateDBSecurityGroupRequest with the parameterized properties
public CreateDBSecurityGroupRequest ( string dbSecurityGroupName, string dbSecurityGroupDescription ) : System
dbSecurityGroupName string The name for the DB security group. This value is stored as a lowercase string. Constraints:
  • Must be 1 to 255 alphanumeric characters
  • First character must be a letter
  • Cannot end with a hyphen or contain two consecutive hyphens
  • Must not be "Default"
Example: mysecuritygroup
dbSecurityGroupDescription string The description for the DB security group.
리턴 System