C# Класс Amazon.EC2.Model.RevokeSecurityGroupIngressRequest

Показать файл Открыть проект Примеры использования класса

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

Метод Описание
RevokeSecurityGroupIngressRequest ( ) : System

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

RevokeSecurityGroupIngressRequest ( string groupName, List ipPermissions ) : System

Instantiates RevokeSecurityGroupIngressRequest with the parameterized properties

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

Метод Описание
IsSetGroupId ( ) : bool
IsSetGroupName ( ) : bool
IsSetIpPermissions ( ) : bool

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

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

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

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

Instantiates RevokeSecurityGroupIngressRequest with the parameterized properties
public RevokeSecurityGroupIngressRequest ( string groupName, List ipPermissions ) : System
groupName string [EC2-Classic, default VPC] The name of the security group.
ipPermissions List A set of IP permissions. You can't specify a source security group and a CIDR IP address range.
Результат System