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.
6423 6424 6425 6426 6427 6428 6429 6430 6431 6432 6433 6434 6435 6436 6437 6438 6439 |
# File 'lib/v20180411/models.rb', line 6423 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
6421 6422 6423 |
# File 'lib/v20180411/models.rb', line 6421 def AppId @AppId end |
#CreateTime ⇒ Object
6421 6422 6423 |
# File 'lib/v20180411/models.rb', line 6421 def CreateTime @CreateTime end |
#InstanceId ⇒ Object
6421 6422 6423 |
# File 'lib/v20180411/models.rb', line 6421 def InstanceId @InstanceId end |
#InstanceRemark ⇒ Object
6421 6422 6423 |
# File 'lib/v20180411/models.rb', line 6421 def InstanceRemark @InstanceRemark end |
#Ipv6Flag ⇒ Object
6421 6422 6423 |
# File 'lib/v20180411/models.rb', line 6421 def Ipv6Flag @Ipv6Flag end |
#PeriodEndTime ⇒ Object
6421 6422 6423 |
# File 'lib/v20180411/models.rb', line 6421 def PeriodEndTime @PeriodEndTime end |
#Region ⇒ Object
6421 6422 6423 |
# File 'lib/v20180411/models.rb', line 6421 def Region @Region end |
#SrcInstanceId ⇒ Object
6421 6422 6423 |
# File 'lib/v20180411/models.rb', line 6421 def SrcInstanceId @SrcInstanceId end |
#Status ⇒ Object
6421 6422 6423 |
# File 'lib/v20180411/models.rb', line 6421 def Status @Status end |
#StatusDesc ⇒ Object
6421 6422 6423 |
# File 'lib/v20180411/models.rb', line 6421 def StatusDesc @StatusDesc end |
#TempType ⇒ Object
6421 6422 6423 |
# File 'lib/v20180411/models.rb', line 6421 def TempType @TempType end |
#Vip ⇒ Object
6421 6422 6423 |
# File 'lib/v20180411/models.rb', line 6421 def Vip @Vip end |
#Vipv6 ⇒ Object
6421 6422 6423 |
# File 'lib/v20180411/models.rb', line 6421 def Vipv6 @Vipv6 end |
#Vport ⇒ Object
6421 6422 6423 |
# File 'lib/v20180411/models.rb', line 6421 def Vport @Vport end |
#Zone ⇒ Object
6421 6422 6423 |
# File 'lib/v20180411/models.rb', line 6421 def Zone @Zone end |
Instance Method Details
#deserialize(params) ⇒ Object
6441 6442 6443 6444 6445 6446 6447 6448 6449 6450 6451 6452 6453 6454 6455 6456 6457 |
# File 'lib/v20180411/models.rb', line 6441 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 |