AWS SDK Version 3 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.

The details of an option.

Inheritance Hierarchy

System.Object
  Amazon.RDS.Model.Option

Namespace: Amazon.RDS.Model
Assembly: AWSSDK.RDS.dll
Version: 3.x.y.z

Syntax

C#
public class Option

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 OptionVersion System.String

Gets and sets the property OptionVersion.

The version of the option.

Public Property Permanent System.Boolean

Gets and sets the property Permanent.

Indicates whether this option is permanent.

Public Property Persistent System.Boolean

Gets and sets the property Persistent.

Indicates whether 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 Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

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