A list of all available options
 Declaration Syntax
 Declaration Syntax| C# | 
public class OptionConfiguration
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | OptionConfiguration()()()() | Initializes a new instance of the OptionConfiguration class | 
|  | DBSecurityGroupMemberships | 
            A list of DBSecurityGroupMemebrship name strings used for this option.
             
             | 
|  | 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.) | 
|  | OptionName | 
            The configuration of options to include in a group.
             
             | 
|  | OptionSettings | 
            The option settings to include in an option group.
             
             | 
|  | Port | 
            The optional port for the option.
             
             | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | VpcSecurityGroupMemberships | 
            A list of VpcSecurityGroupMemebrship name strings used for this option.
             
             | 
|  | WithDBSecurityGroupMemberships(array<String>[]()[][]) | Obsolete. 
            Adds elements to the DBSecurityGroupMemberships collection
             | 
|  | WithDBSecurityGroupMemberships(IEnumerable<(Of <<'(String>)>>)) | Obsolete. 
            Adds elements to the DBSecurityGroupMemberships collection
             | 
|  | WithOptionName(String) | Obsolete. 
            Sets the OptionName property
             | 
|  | WithOptionSettings(array<OptionSetting>[]()[][]) | Obsolete. 
            Adds elements to the OptionSettings collection
             | 
|  | WithOptionSettings(IEnumerable<(Of <<'(OptionSetting>)>>)) | Obsolete. 
            Adds elements to the OptionSettings collection
             | 
|  | WithPort(Int32) | Obsolete. 
            Sets the Port property
             | 
|  | WithVpcSecurityGroupMemberships(array<String>[]()[][]) | Obsolete. 
            Adds elements to the VpcSecurityGroupMemberships collection
             | 
|  | WithVpcSecurityGroupMemberships(IEnumerable<(Of <<'(String>)>>)) | Obsolete. 
            Adds elements to the VpcSecurityGroupMemberships collection
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | |
|  | OptionConfiguration |