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 .

Namespace: Amazon.ElasticLoadBalancing.Model
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  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
SourceSecurityGroup()()()()
Initializes a new instance of the SourceSecurityGroup class
Equals(Object)
Determines whether the specified Object is equal to the current 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()()()()
Returns a String that represents the current Object.
(Inherited from Object.)
WithGroupName(String)
Sets the GroupName property
WithOwnerAlias(String)
Sets the OwnerAlias property

Inheritance Hierarchy

System..::..Object
  Amazon.ElasticLoadBalancing.Model..::..SourceSecurityGroup

See Also