C# Class Amazon.EC2.Model.AuthorizeSecurityGroupIngressRequest

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

Public Methods

Method Description
AuthorizeSecurityGroupIngressRequest ( ) : System

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

AuthorizeSecurityGroupIngressRequest ( string groupName, List ipPermissions ) : System

Instantiates AuthorizeSecurityGroupIngressRequest with the parameterized properties

Private Methods

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

Method Details

AuthorizeSecurityGroupIngressRequest() public method

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

AuthorizeSecurityGroupIngressRequest() public method

Instantiates AuthorizeSecurityGroupIngressRequest with the parameterized properties
public AuthorizeSecurityGroupIngressRequest ( string groupName, List ipPermissions ) : System
groupName string [EC2-Classic, default VPC] The name of the security group.
ipPermissions List A set of IP permissions. Can be used to specify multiple rules in a single command.
return System