Describes a security group.
            
 Declaration Syntax
 Declaration Syntax| C# | 
public class ClusterSecurityGroup
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | ClusterSecurityGroup()()()() | Initializes a new instance of the ClusterSecurityGroup class | 
|  | ClusterSecurityGroupName | 
            Gets and sets the property ClusterSecurityGroupName. 
             The name of the cluster security group to which the operation was applied. | 
|  | Description | 
            Gets and sets the property Description. 
             A description of the security group. | 
|  | EC2SecurityGroups | 
            Gets and sets the property EC2SecurityGroups. 
             A list of EC2 security groups that are permitted to access clusters associated with this cluster security group. | 
|  | 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.) | 
|  | IPRanges | 
            Gets and sets the property IPRanges. 
             A list of IP ranges (CIDR blocks) that are permitted to access clusters associated with this cluster security group. | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | WithClusterSecurityGroupName(String) | Obsolete. 
            Sets the ClusterSecurityGroupName property
             | 
|  | WithDescription(String) | Obsolete. 
            Sets the Description property
             | 
|  | WithEC2SecurityGroups(array<EC2SecurityGroup>[]()[][]) | Obsolete. 
            Sets the EC2SecurityGroups property
             | 
|  | WithEC2SecurityGroups(IEnumerable<(Of <<'(EC2SecurityGroup>)>>)) | Obsolete. 
            Sets the EC2SecurityGroups property
             | 
|  | WithIPRanges(array<IPRange>[]()[][]) | Obsolete. 
            Sets the IPRanges property
             | 
|  | WithIPRanges(IEnumerable<(Of <<'(IPRange>)>>)) | Obsolete. 
            Sets the IPRanges property
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | |
|  | ClusterSecurityGroup |