AWS SDK for .NET Documentation
SourceSecurityGroup Class
AmazonAmazon.ElasticLoadBalancing.ModelSourceSecurityGroup Did this page help you?   Yes   No    Tell us about it...

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 .

Declaration Syntax
C#
public class SourceSecurityGroup
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
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) Obsolete.
Sets the GroupName property

WithOwnerAlias(String) Obsolete.
Sets the OwnerAlias property

Inheritance Hierarchy
Object
SourceSecurityGroup

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)