AWS SDK Version 2 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

.NET Framework 4.5
 
Available option.

Inheritance Hierarchy

System.Object
  Amazon.RDS.Model.OptionGroupOption

Namespace: Amazon.RDS.Model
Assembly: AWSSDK.dll
Version: (assembly version)

Syntax

C#
public class OptionGroupOption : Object

The OptionGroupOption type exposes the following members

Constructors

NameDescription
Public Method OptionGroupOption()

Properties

NameTypeDescription
Public Property DefaultPort System.Int32 Gets and sets the property DefaultPort.

If the option requires a port, specifies the default port for the option.

Public Property Description System.String Gets and sets the property Description.

The description of the option.

Public Property EngineName System.String Gets and sets the property EngineName.

The name of the engine that this option can be applied to.

Public Property MajorEngineVersion System.String Gets and sets the property MajorEngineVersion.

Indicates the major engine version that the option is available for.

Public Property MinimumRequiredMinorEngineVersion System.String Gets and sets the property MinimumRequiredMinorEngineVersion.

The minimum required engine version for the option to be applied.

Public Property Name System.String Gets and sets the property Name.

The name of the option.

Public Property OptionGroupOptionSettings System.Collections.Generic.List<Amazon.RDS.Model.OptionGroupOptionSetting> Gets and sets the property OptionGroupOptionSettings.

Specifies the option settings that are available (and the default value) for each option in an option group.

Public Property OptionsDependedOn System.Collections.Generic.List<System.String> Gets and sets the property OptionsDependedOn.

List of all options that are prerequisites for this option.

Public Property Permanent System.Boolean Gets and sets the property Permanent.

A permanent option cannot be removed from the option group once the option group is used, and it cannot be removed from the db instance after assigning an option group with this permanent option.

Public Property Persistent System.Boolean Gets and sets the property Persistent.

A persistent option cannot be removed from the option group once the option group is used, but this option can be removed from the db instance while modifying the related data and assigning another option group without this option.

Public Property PortRequired System.Boolean Gets and sets the property PortRequired.

Specifies whether the option requires a port.

Version Information

.NET Framework:
Supported in: 4.5, 4.0, 3.5

.NET for Windows Store apps:
Supported in: Windows 8.1, Windows 8

.NET for Windows Phone:
Supported in: Windows Phone 8.1