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
 
Option details.

Inheritance Hierarchy

System.Object
  Amazon.RDS.Model.Option

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

Syntax

C#
public class Option : Object

The Option type exposes the following members

Constructors

NameDescription
Public Method Option()

Properties

NameTypeDescription
Public Property DBSecurityGroupMemberships System.Collections.Generic.List<Amazon.RDS.Model.DBSecurityGroupMembership> Gets and sets the property DBSecurityGroupMemberships.

If the option requires access to a port, then this DB security group allows access to the port.

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

The description of the option.

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

The name of the option.

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

The option settings for this option.

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

Indicate if this option is permanent.

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

Indicate if this option is persistent.

Public Property Port System.Int32 Gets and sets the property Port.

If required, the port configured for this option to use.

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

If the option requires access to a port, then this VPC security group allows access to the 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