https://t.me/RX1948
Server : Apache
System : Linux iad1-shared-b8-43 6.6.49-grsec-jammy+ #10 SMP Thu Sep 12 23:23:08 UTC 2024 x86_64
User : dh_edsupp ( 6597262)
PHP Version : 8.2.26
Disable Function : NONE
Directory :  /lib/python3/dist-packages/boto/rds/__pycache__/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : //lib/python3/dist-packages/boto/rds/__pycache__/vpcsecuritygroupmembership.cpython-310.pyc
o

ckF[;�@sdZGdd�de�ZdS)z)
Represents a VPCSecurityGroupMembership
c@s2eZdZdZddd�Zdd�Zdd�Zd	d
�ZdS)�VPCSecurityGroupMembershipaI
    Represents VPC Security Group that this RDS database is a member of

    Properties reference available from the AWS documentation at
    http://docs.aws.amazon.com/AmazonRDS/latest/APIReference/    API_VpcSecurityGroupMembership.html

    Example::
        pri = "sg-abcdefgh"
        sec = "sg-hgfedcba"

        # Create with list of str
        db = c.create_dbinstance(... vpc_security_groups=[pri], ... )

        # Modify with list of str
        db.modify(... vpc_security_groups=[pri,sec], ... )

        # Create with objects
        memberships = []
        membership = VPCSecurityGroupMembership()
        membership.vpc_group = pri
        memberships.append(membership)

        db = c.create_dbinstance(... vpc_security_groups=memberships, ... )

        # Modify with objects
        memberships = d.vpc_security_groups
        membership = VPCSecurityGroupMembership()
        membership.vpc_group = sec
        memberships.append(membership)

        db.modify(...  vpc_security_groups=memberships, ... )

    :ivar connection: :py:class:`boto.rds.RDSConnection` associated with the
        current object
    :ivar vpc_group: This id of the VPC security group
    :ivar status: Status of the VPC security group membership
        <boto.ec2.securitygroup.SecurityGroup>` objects that this RDS Instance
        is a member of
    NcCs||_||_||_dS�N)�
connection�status�	vpc_group)�selfrrr�r�E/usr/lib/python3/dist-packages/boto/rds/vpcsecuritygroupmembership.py�__init__Ds
z#VPCSecurityGroupMembership.__init__cCs
d|jS)NzVPCSecurityGroupMembership:%s)r)rrrr�__repr__Is
z#VPCSecurityGroupMembership.__repr__cCsdSrr)r�name�attrsrrrr�startElementLsz'VPCSecurityGroupMembership.startElementcCs4|dkr	||_dS|dkr||_dSt|||�dS)N�VpcSecurityGroupId�Status)rr�setattr)rr�valuerrrr�
endElementOs


z%VPCSecurityGroupMembership.endElement)NNN)�__name__�
__module__�__qualname__�__doc__r	r
r
rrrrrrs
(rN)r�objectrrrrr�<module>s

https://t.me/RX1948 - 2025