C# Class Amazon.EC2.Model.RevokeSecurityGroupIngressRequest

Show file Open project: aws/aws-sdk-net Class Usage Examples

Public Methods

Method Description
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

Private Methods

Method Description
IsSetGroupId ( ) : bool
IsSetGroupName ( ) : bool
IsSetIpPermissions ( ) : bool

Method Details

RevokeSecurityGroupIngressRequest() public method

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

RevokeSecurityGroupIngressRequest() public method

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.
return System