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
Показать файл Открыть проект Примеры использования класса

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

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