This data type is used as a response element in the DescribeLoadBalancers action. For information about Elastic Load Balancing security groups, go to Using Security Groups With Elastic Load Balancing in the Elastic Load Balancing Developer Guide .
Assembly: AWSSDK (in AWSSDK.dll) Version: 1.4.10.0 (1.4.10.0)
Syntax
| C# | Visual Basic | Visual C++ |
public class SourceSecurityGroup
Public Class SourceSecurityGroup
public ref class SourceSecurityGroup
Members
| All Members | Constructors | Properties | Methods |
| Member | Description | |
|---|---|---|
| SourceSecurityGroup()()()() | Initializes a new instance of the SourceSecurityGroup class | |
| Equals(Object) | (Inherited from Object.) | |
| GetHashCode()()()() |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType()()()() |
Gets the Type of the current instance.
(Inherited from Object.) | |
| GroupName |
Name of the source security group. Use this value for the --source-group parameter of the ec2-authorize command in the Amazon
EC2 command line tool.
| |
| OwnerAlias |
Owner of the source security group. Use this value for the --source-group-user parameter of the ec2-authorize command in the
Amazon EC2 command line tool.
| |
| ToString()()()() | (Inherited from Object.) | |
| WithGroupName(String) |
Sets the GroupName property
| |
| WithOwnerAlias(String) |
Sets the OwnerAlias property
|