Class: TencentCloud::Gse::V20191112::RelatedCcnInfo

Inherits:
Common::AbstractModel
  • Object
show all
Defined in:
lib/v20191112/models.rb

Overview

云联网相关信息描述

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(accountid = nil, ccnid = nil, attachtype = nil) ⇒ RelatedCcnInfo

Returns a new instance of RelatedCcnInfo.



4721
4722
4723
4724
4725
# File 'lib/v20191112/models.rb', line 4721

def initialize(accountid=nil, ccnid=nil, attachtype=nil)
  @AccountId = accountid
  @CcnId = ccnid
  @AttachType = attachtype
end

Instance Attribute Details

#AccountIdObject

Parameters:

  • AccountId:

    云联网所属账号

  • CcnId:

    云联网 ID

  • AttachType:

    关联云联网状态



4719
4720
4721
# File 'lib/v20191112/models.rb', line 4719

def AccountId
  @AccountId
end

#AttachTypeObject

Parameters:

  • AccountId:

    云联网所属账号

  • CcnId:

    云联网 ID

  • AttachType:

    关联云联网状态



4719
4720
4721
# File 'lib/v20191112/models.rb', line 4719

def AttachType
  @AttachType
end

#CcnIdObject

Parameters:

  • AccountId:

    云联网所属账号

  • CcnId:

    云联网 ID

  • AttachType:

    关联云联网状态



4719
4720
4721
# File 'lib/v20191112/models.rb', line 4719

def CcnId
  @CcnId
end

Instance Method Details

#deserialize(params) ⇒ Object



4727
4728
4729
4730
4731
# File 'lib/v20191112/models.rb', line 4727

def deserialize(params)
  @AccountId = params['AccountId']
  @CcnId = params['CcnId']
  @AttachType = params['AttachType']
end