Class: TencentCloud::Dcdb::V20180411::TmpInstance
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Dcdb::V20180411::TmpInstance
- Defined in:
- lib/v20180411/models.rb
Overview
临时实例
Instance Attribute Summary collapse
- #AppId ⇒ Object
- #CreateTime ⇒ Object
- #InstanceId ⇒ Object
- #InstanceRemark ⇒ Object
- #Ipv6Flag ⇒ Object
- #PeriodEndTime ⇒ Object
- #Region ⇒ Object
- #SrcInstanceId ⇒ Object
- #Status ⇒ Object
- #StatusDesc ⇒ Object
- #TempType ⇒ Object
- #Vip ⇒ Object
- #Vipv6 ⇒ Object
- #Vport ⇒ Object
- #Zone ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(appid = nil, createtime = nil, instanceremark = nil, temptype = nil, status = nil, instanceid = nil, vip = nil, vport = nil, periodendtime = nil, srcinstanceid = nil, statusdesc = nil, region = nil, zone = nil, vipv6 = nil, ipv6flag = nil) ⇒ TmpInstance
constructor
A new instance of TmpInstance.
Constructor Details
#initialize(appid = nil, createtime = nil, instanceremark = nil, temptype = nil, status = nil, instanceid = nil, vip = nil, vport = nil, periodendtime = nil, srcinstanceid = nil, statusdesc = nil, region = nil, zone = nil, vipv6 = nil, ipv6flag = nil) ⇒ TmpInstance
Returns a new instance of TmpInstance.
6741 6742 6743 6744 6745 6746 6747 6748 6749 6750 6751 6752 6753 6754 6755 6756 6757 |
# File 'lib/v20180411/models.rb', line 6741 def initialize(appid=nil, createtime=nil, instanceremark=nil, temptype=nil, status=nil, instanceid=nil, vip=nil, vport=nil, periodendtime=nil, srcinstanceid=nil, statusdesc=nil, region=nil, zone=nil, vipv6=nil, ipv6flag=nil) @AppId = appid @CreateTime = createtime @InstanceRemark = instanceremark @TempType = temptype @Status = status @InstanceId = instanceid @Vip = vip @Vport = vport @PeriodEndTime = periodendtime @SrcInstanceId = srcinstanceid @StatusDesc = statusdesc @Region = region @Zone = zone @Vipv6 = vipv6 @Ipv6Flag = ipv6flag end |
Instance Attribute Details
#AppId ⇒ Object
6739 6740 6741 |
# File 'lib/v20180411/models.rb', line 6739 def AppId @AppId end |
#CreateTime ⇒ Object
6739 6740 6741 |
# File 'lib/v20180411/models.rb', line 6739 def CreateTime @CreateTime end |
#InstanceId ⇒ Object
6739 6740 6741 |
# File 'lib/v20180411/models.rb', line 6739 def InstanceId @InstanceId end |
#InstanceRemark ⇒ Object
6739 6740 6741 |
# File 'lib/v20180411/models.rb', line 6739 def InstanceRemark @InstanceRemark end |
#Ipv6Flag ⇒ Object
6739 6740 6741 |
# File 'lib/v20180411/models.rb', line 6739 def Ipv6Flag @Ipv6Flag end |
#PeriodEndTime ⇒ Object
6739 6740 6741 |
# File 'lib/v20180411/models.rb', line 6739 def PeriodEndTime @PeriodEndTime end |
#Region ⇒ Object
6739 6740 6741 |
# File 'lib/v20180411/models.rb', line 6739 def Region @Region end |
#SrcInstanceId ⇒ Object
6739 6740 6741 |
# File 'lib/v20180411/models.rb', line 6739 def SrcInstanceId @SrcInstanceId end |
#Status ⇒ Object
6739 6740 6741 |
# File 'lib/v20180411/models.rb', line 6739 def Status @Status end |
#StatusDesc ⇒ Object
6739 6740 6741 |
# File 'lib/v20180411/models.rb', line 6739 def StatusDesc @StatusDesc end |
#TempType ⇒ Object
6739 6740 6741 |
# File 'lib/v20180411/models.rb', line 6739 def TempType @TempType end |
#Vip ⇒ Object
6739 6740 6741 |
# File 'lib/v20180411/models.rb', line 6739 def Vip @Vip end |
#Vipv6 ⇒ Object
6739 6740 6741 |
# File 'lib/v20180411/models.rb', line 6739 def Vipv6 @Vipv6 end |
#Vport ⇒ Object
6739 6740 6741 |
# File 'lib/v20180411/models.rb', line 6739 def Vport @Vport end |
#Zone ⇒ Object
6739 6740 6741 |
# File 'lib/v20180411/models.rb', line 6739 def Zone @Zone end |
Instance Method Details
#deserialize(params) ⇒ Object
6759 6760 6761 6762 6763 6764 6765 6766 6767 6768 6769 6770 6771 6772 6773 6774 6775 |
# File 'lib/v20180411/models.rb', line 6759 def deserialize(params) @AppId = params['AppId'] @CreateTime = params['CreateTime'] @InstanceRemark = params['InstanceRemark'] @TempType = params['TempType'] @Status = params['Status'] @InstanceId = params['InstanceId'] @Vip = params['Vip'] @Vport = params['Vport'] @PeriodEndTime = params['PeriodEndTime'] @SrcInstanceId = params['SrcInstanceId'] @StatusDesc = params['StatusDesc'] @Region = params['Region'] @Zone = params['Zone'] @Vipv6 = params['Vipv6'] @Ipv6Flag = params['Ipv6Flag'] end |