A list of all available options

C# |
public class OptionConfiguration

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
|

Object | |
![]() | OptionConfiguration |