Submit
Path:
~
/
/
proc
/
thread-self
/
root
/
usr
/
lib
/
python2.7
/
site-packages
/
boto
/
rds
/
File Content:
optiongroup.pyo
� �Wc @ s� d Z d d l m Z d d l m Z d e f d � � YZ d e f d � � YZ d e f d � � YZ d e f d � � YZ d e f d � � YZ d e f d � � YZ d S( s Represents an OptionGroup i����( t DBSecurityGroup( t ResultSett OptionGroupc B sP e Z d Z d d d d d e d d � Z d � Z d � Z d � Z d � Z RS( s� Represents an RDS option group Properties reference available from the AWS documentation at http://docs.aws.amazon.com/AmazonRDS/latest/APIReference/API_OptionGroup.html :ivar connection: :py:class:`boto.rds.RDSConnection` associated with the current object :ivar name: Name of the option group :ivar description: The description of the option group :ivar engine_name: The name of the database engine to use :ivar major_engine_version: The major version number of the engine to use :ivar allow_both_vpc_and_nonvpc: 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. :ivar vpc_id: 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. :ivar options: The list of :py:class:`boto.rds.optiongroup.Option` objects associated with the group c C sC | | _ | | _ | | _ | | _ | | _ | | _ g | _ d S( N( t namet engine_namet major_engine_versiont descriptiont allow_both_vpc_and_nonvpct vpc_idt options( t selft connectionR R R R R R ( ( s8 /usr/lib/python2.7/site-packages/boto/rds/optiongroup.pyt __init__: s c C s d | j S( Ns OptionGroup:%s( R ( R ( ( s8 /usr/lib/python2.7/site-packages/boto/rds/optiongroup.pyt __repr__E s c C s/ | d k r'