Class: TencentCloud::Gaap::V20180529::ModifyGlobalDomainDnsRequest

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

Overview

ModifyGlobalDomainDns请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(dnsrecordid = nil, domainid = nil, nationcountryinnercodes = nil, proxyidlist = nil) ⇒ ModifyGlobalDomainDnsRequest

Returns a new instance of ModifyGlobalDomainDnsRequest.



5598
5599
5600
5601
5602
5603
# File 'lib/v20180529/models.rb', line 5598

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

Instance Attribute Details

#DnsRecordIdObject

Parameters:

  • DnsRecordId:

    解析记录ID

  • DomainId:

    域名ID

  • NationCountryInnerCodes:

    国家ID列表

  • ProxyIdList:

    通道ID列表



5596
5597
5598
# File 'lib/v20180529/models.rb', line 5596

def DnsRecordId
  @DnsRecordId
end

#DomainIdObject

Parameters:

  • DnsRecordId:

    解析记录ID

  • DomainId:

    域名ID

  • NationCountryInnerCodes:

    国家ID列表

  • ProxyIdList:

    通道ID列表



5596
5597
5598
# File 'lib/v20180529/models.rb', line 5596

def DomainId
  @DomainId
end

#NationCountryInnerCodesObject

Parameters:

  • DnsRecordId:

    解析记录ID

  • DomainId:

    域名ID

  • NationCountryInnerCodes:

    国家ID列表

  • ProxyIdList:

    通道ID列表



5596
5597
5598
# File 'lib/v20180529/models.rb', line 5596

def NationCountryInnerCodes
  @NationCountryInnerCodes
end

#ProxyIdListObject

Parameters:

  • DnsRecordId:

    解析记录ID

  • DomainId:

    域名ID

  • NationCountryInnerCodes:

    国家ID列表

  • ProxyIdList:

    通道ID列表



5596
5597
5598
# File 'lib/v20180529/models.rb', line 5596

def ProxyIdList
  @ProxyIdList
end

Instance Method Details

#deserialize(params) ⇒ Object



5605
5606
5607
5608
5609
5610
# File 'lib/v20180529/models.rb', line 5605

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