C# Класс 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).
Наследование: AmazonRDSRequest
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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

Приватные методы

Метод Описание
IsSetCIDRIP ( ) : bool
IsSetDBSecurityGroupName ( ) : bool
IsSetEC2SecurityGroupId ( ) : bool
IsSetEC2SecurityGroupName ( ) : bool
IsSetEC2SecurityGroupOwnerId ( ) : bool

Описание методов

RevokeDBSecurityGroupIngressRequest() публичный Метод

Empty constructor used to set properties independently even when a simple constructor is available
public RevokeDBSecurityGroupIngressRequest ( ) : System
Результат System

RevokeDBSecurityGroupIngressRequest() публичный Метод

Instantiates RevokeDBSecurityGroupIngressRequest with the parameterized properties
public RevokeDBSecurityGroupIngressRequest ( string dbSecurityGroupName ) : System
dbSecurityGroupName string The name of the DB security group to revoke ingress from.
Результат System