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
 

Inheritance Hierarchy

System.Object
  Amazon.RDS.Model.OptionGroup

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

Syntax

C#
public class OptionGroup : Object

The OptionGroup type exposes the following members

Constructors

NameDescription
Public Method OptionGroup()

Properties

NameTypeDescription
Public Property AllowsVpcAndNonVpcInstanceMemberships System.Boolean Gets and sets the property AllowsVpcAndNonVpcInstanceMemberships.

Indicates whether this option group can be applied to both VPC and non-VPC instances. The value true indicates the option group can be applied to both VPC and non-VPC instances.

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

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

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

Indicates the major engine version associated with this option group.

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

Provides a description of the option group.

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

Specifies the name of the option group.

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

Indicates what options are available in the option group.

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

If AllowsVpcAndNonVpcInstanceMemberships is false, this field is blank. If AllowsVpcAndNonVpcInstanceMemberships is true and this field is blank, then this option group can be applied to both VPC and non-VPC instances. If this field contains a value, then this option group can only be applied to instances that are in the VPC indicated by this field.

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