C# Class Amazon.RDS.Model.RevokeDBSecurityGroupIngressRequest

Container for the parameters to the RevokeDBSecurityGroupIngress operation. Revokes ingress from a DBSecurityGroup for previously authorized IP ranges or EC2 or VPC Security Groups. Required parameters for this API are one of CIDRIP, EC2SecurityGroupId for VPC, or (EC2SecurityGroupOwnerId and either EC2SecurityGroupName or EC2SecurityGroupId).
Inheritance: AmazonRDSRequest
Exibir arquivo Open project: aws/aws-sdk-net Class Usage Examples

Public Methods

Method Description
RevokeDBSecurityGroupIngressRequest ( ) : System

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

RevokeDBSecurityGroupIngressRequest ( string dbSecurityGroupName ) : System

Instantiates RevokeDBSecurityGroupIngressRequest with the parameterized properties

Private Methods

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

Method Details

RevokeDBSecurityGroupIngressRequest() public method

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

RevokeDBSecurityGroupIngressRequest() public method

Instantiates RevokeDBSecurityGroupIngressRequest with the parameterized properties
public RevokeDBSecurityGroupIngressRequest ( string dbSecurityGroupName ) : System
dbSecurityGroupName string The name of the DB security group to revoke ingress from.
return System