Class: TencentCloud::Gaap::V20180529::CreateGlobalDomainDnsRequest

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

Overview

CreateGlobalDomainDns请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(domainid = nil, proxyidlist = nil, nationcountryinnercodes = nil) ⇒ CreateGlobalDomainDnsRequest

Returns a new instance of CreateGlobalDomainDnsRequest.



1000
1001
1002
1003
1004
# File 'lib/v20180529/models.rb', line 1000

def initialize(domainid=nil, proxyidlist=nil, nationcountryinnercodes=nil)
  @DomainId = domainid
  @ProxyIdList = proxyidlist
  @NationCountryInnerCodes = nationcountryinnercodes
end

Instance Attribute Details

#DomainIdObject

Parameters:

  • DomainId:

    域名ID

  • ProxyIdList:

    通道ID列表

  • NationCountryInnerCodes:

    国家ID列表



998
999
1000
# File 'lib/v20180529/models.rb', line 998

def DomainId
  @DomainId
end

#NationCountryInnerCodesObject

Parameters:

  • DomainId:

    域名ID

  • ProxyIdList:

    通道ID列表

  • NationCountryInnerCodes:

    国家ID列表



998
999
1000
# File 'lib/v20180529/models.rb', line 998

def NationCountryInnerCodes
  @NationCountryInnerCodes
end

#ProxyIdListObject

Parameters:

  • DomainId:

    域名ID

  • ProxyIdList:

    通道ID列表

  • NationCountryInnerCodes:

    国家ID列表



998
999
1000
# File 'lib/v20180529/models.rb', line 998

def ProxyIdList
  @ProxyIdList
end

Instance Method Details

#deserialize(params) ⇒ Object



1006
1007
1008
1009
1010
# File 'lib/v20180529/models.rb', line 1006

def deserialize(params)
  @DomainId = params['DomainId']
  @ProxyIdList = params['ProxyIdList']
  @NationCountryInnerCodes = params['NationCountryInnerCodes']
end