This data type is used as a response element in the DescribeDBSecurityGroups action.
 Declaration Syntax
 Declaration Syntax| C# | 
public class IPRange
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | IPRange()()()() | Initializes a new instance of the IPRange class | 
|  | CIDRIP | 
            Specifies the IP range.
             
             | 
|  | 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.) | 
|  | Status | 
            Specifies the status of the IP range. Status can be "authorizing", "authorized", "revoking", and "revoked".
             
             | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | WithCIDRIP(String) | Obsolete. 
            Sets the CIDRIP property
             | 
|  | WithStatus(String) | Obsolete. 
            Sets the Status property
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | |
|  | IPRange |