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
Afficher le fichier Open project: aws/aws-sdk-net Class Usage Examples

Méthodes publiques

Méthode 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

Méthode Description
IsSetCIDRIP ( ) : bool
IsSetDBSecurityGroupName ( ) : bool
IsSetEC2SecurityGroupId ( ) : bool
IsSetEC2SecurityGroupName ( ) : bool
IsSetEC2SecurityGroupOwnerId ( ) : bool

Method Details

RevokeDBSecurityGroupIngressRequest() public méthode

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

RevokeDBSecurityGroupIngressRequest() public méthode

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