C# Class 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.

Inheritance: AmazonRDSRequest
Show file Open project: aws/aws-sdk-net Class Usage Examples

Public Methods

Method Description
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

Private Methods

Method Description
IsSetCIDRIP ( ) : bool
IsSetDBSecurityGroupName ( ) : bool
IsSetEC2SecurityGroupId ( ) : bool
IsSetEC2SecurityGroupName ( ) : bool
IsSetEC2SecurityGroupOwnerId ( ) : bool

Method Details

AuthorizeDBSecurityGroupIngressRequest() public method

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

AuthorizeDBSecurityGroupIngressRequest() public method

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