Class: TencentCloud::Dts::V20180330::SrcInfo
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Dts::V20180330::SrcInfo
- Defined in:
- lib/v20180330/models.rb
Overview
源实例信息
Instance Attribute Summary collapse
- #AccessKey ⇒ Object
- #CcnId ⇒ Object
- #CvmInstanceId ⇒ Object
- #EngineVersion ⇒ Object
- #InstanceId ⇒ Object
- #Ip ⇒ Object
- #Password ⇒ Object
- #Port ⇒ Object
- #RdsInstanceId ⇒ Object
- #Region ⇒ Object
- #SubnetId ⇒ Object
- #Supplier ⇒ Object
- #UniqDcgId ⇒ Object
- #UniqVpnGwId ⇒ Object
- #User ⇒ Object
- #VpcId ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(accesskey = nil, ip = nil, port = nil, user = nil, password = nil, rdsinstanceid = nil, cvminstanceid = nil, uniqdcgid = nil, vpcid = nil, subnetid = nil, uniqvpngwid = nil, instanceid = nil, region = nil, supplier = nil, ccnid = nil, engineversion = nil) ⇒ SrcInfo
constructor
A new instance of SrcInfo.
Constructor Details
#initialize(accesskey = nil, ip = nil, port = nil, user = nil, password = nil, rdsinstanceid = nil, cvminstanceid = nil, uniqdcgid = nil, vpcid = nil, subnetid = nil, uniqvpngwid = nil, instanceid = nil, region = nil, supplier = nil, ccnid = nil, engineversion = nil) ⇒ SrcInfo
Returns a new instance of SrcInfo.
1566 1567 1568 1569 1570 1571 1572 1573 1574 1575 1576 1577 1578 1579 1580 1581 1582 1583 |
# File 'lib/v20180330/models.rb', line 1566 def initialize(accesskey=nil, ip=nil, port=nil, user=nil, password=nil, rdsinstanceid=nil, cvminstanceid=nil, uniqdcgid=nil, vpcid=nil, subnetid=nil, uniqvpngwid=nil, instanceid=nil, region=nil, supplier=nil, ccnid=nil, engineversion=nil) @AccessKey = accesskey @Ip = ip @Port = port @User = user @Password = password @RdsInstanceId = rdsinstanceid @CvmInstanceId = cvminstanceid @UniqDcgId = uniqdcgid @VpcId = vpcid @SubnetId = subnetid @UniqVpnGwId = uniqvpngwid @InstanceId = instanceid @Region = region @Supplier = supplier @CcnId = ccnid @EngineVersion = engineversion end |
Instance Attribute Details
#AccessKey ⇒ Object
1564 1565 1566 |
# File 'lib/v20180330/models.rb', line 1564 def AccessKey @AccessKey end |
#CcnId ⇒ Object
1564 1565 1566 |
# File 'lib/v20180330/models.rb', line 1564 def CcnId @CcnId end |
#CvmInstanceId ⇒ Object
1564 1565 1566 |
# File 'lib/v20180330/models.rb', line 1564 def CvmInstanceId @CvmInstanceId end |
#EngineVersion ⇒ Object
1564 1565 1566 |
# File 'lib/v20180330/models.rb', line 1564 def EngineVersion @EngineVersion end |
#InstanceId ⇒ Object
1564 1565 1566 |
# File 'lib/v20180330/models.rb', line 1564 def InstanceId @InstanceId end |
#Ip ⇒ Object
1564 1565 1566 |
# File 'lib/v20180330/models.rb', line 1564 def Ip @Ip end |
#Password ⇒ Object
1564 1565 1566 |
# File 'lib/v20180330/models.rb', line 1564 def Password @Password end |
#Port ⇒ Object
1564 1565 1566 |
# File 'lib/v20180330/models.rb', line 1564 def Port @Port end |
#RdsInstanceId ⇒ Object
1564 1565 1566 |
# File 'lib/v20180330/models.rb', line 1564 def RdsInstanceId @RdsInstanceId end |
#Region ⇒ Object
1564 1565 1566 |
# File 'lib/v20180330/models.rb', line 1564 def Region @Region end |
#SubnetId ⇒ Object
1564 1565 1566 |
# File 'lib/v20180330/models.rb', line 1564 def SubnetId @SubnetId end |
#Supplier ⇒ Object
1564 1565 1566 |
# File 'lib/v20180330/models.rb', line 1564 def Supplier @Supplier end |
#UniqDcgId ⇒ Object
1564 1565 1566 |
# File 'lib/v20180330/models.rb', line 1564 def UniqDcgId @UniqDcgId end |
#UniqVpnGwId ⇒ Object
1564 1565 1566 |
# File 'lib/v20180330/models.rb', line 1564 def UniqVpnGwId @UniqVpnGwId end |
#User ⇒ Object
1564 1565 1566 |
# File 'lib/v20180330/models.rb', line 1564 def User @User end |
#VpcId ⇒ Object
1564 1565 1566 |
# File 'lib/v20180330/models.rb', line 1564 def VpcId @VpcId end |
Instance Method Details
#deserialize(params) ⇒ Object
1585 1586 1587 1588 1589 1590 1591 1592 1593 1594 1595 1596 1597 1598 1599 1600 1601 1602 |
# File 'lib/v20180330/models.rb', line 1585 def deserialize(params) @AccessKey = params['AccessKey'] @Ip = params['Ip'] @Port = params['Port'] @User = params['User'] @Password = params['Password'] @RdsInstanceId = params['RdsInstanceId'] @CvmInstanceId = params['CvmInstanceId'] @UniqDcgId = params['UniqDcgId'] @VpcId = params['VpcId'] @SubnetId = params['SubnetId'] @UniqVpnGwId = params['UniqVpnGwId'] @InstanceId = params['InstanceId'] @Region = params['Region'] @Supplier = params['Supplier'] @CcnId = params['CcnId'] @EngineVersion = params['EngineVersion'] end |