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

Container for the parameters to the AuthorizeDBSecurityGroupIngress operation. Enables ingress to a DBSecurityGroup using one of two forms of authorization. First, EC2 or VPC security groups can be added to the DBSecurityGroup if the application using the database is running on EC2 or VPC instances. Second, IP ranges are available if the application accessing your database is running on the Internet. Required parameters for this API are one of CIDR range, EC2SecurityGroupId for VPC, or (EC2SecurityGroupOwnerId and either EC2SecurityGroupName or EC2SecurityGroupId for non-VPC).

For an overview of CIDR ranges, go to the Wikipedia Tutorial.

상속: AmazonRDSRequest
파일 보기 프로젝트 열기: aws/aws-sdk-net 1 사용 예제들

공개 메소드들

메소드 설명
AuthorizeDBSecurityGroupIngressRequest ( ) : System

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

AuthorizeDBSecurityGroupIngressRequest ( string dbSecurityGroupName ) : System

Instantiates AuthorizeDBSecurityGroupIngressRequest with the parameterized properties

비공개 메소드들

메소드 설명
IsSetCIDRIP ( ) : bool
IsSetDBSecurityGroupName ( ) : bool
IsSetEC2SecurityGroupId ( ) : bool
IsSetEC2SecurityGroupName ( ) : bool
IsSetEC2SecurityGroupOwnerId ( ) : bool

메소드 상세

AuthorizeDBSecurityGroupIngressRequest() 공개 메소드

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

AuthorizeDBSecurityGroupIngressRequest() 공개 메소드

Instantiates AuthorizeDBSecurityGroupIngressRequest with the parameterized properties
public AuthorizeDBSecurityGroupIngressRequest ( string dbSecurityGroupName ) : System
dbSecurityGroupName string The name of the DB security group to add authorization to.
리턴 System