tencentcloud-sdk-ecm 3.0.638 → 3.0.639

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20190719/models.rb +13 -2
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 8cc5d02d6e56e8a43330cd1985b7e5e87e05a12b
4
- data.tar.gz: 53de24b211c7cf4cd807886e746c5554052e5bb0
3
+ metadata.gz: 9be6ee950f6364e258f1054fb33bdbaf51a22311
4
+ data.tar.gz: cef6dca995b9fa7ea364768d83861f66110bde47
5
5
  SHA512:
6
- metadata.gz: 853ab2ff69f2f13157c5d384630f054ffb8c4f8833f35287a4a3facc6bbf245aa69033880d6504a0aa06f7e501e1ab84ee9c3a43eb4fe56bbd906717ed96a20f
7
- data.tar.gz: 8874026c5a33d34087e395e7aa7323e3698cbc6c192f512ddf573ac3be1da18456c8bb8a4f051505cac9babbe1a9fcb7f804e5c292d0640330e0bbfeb8b5c9d2
6
+ metadata.gz: ddccda71763073bcb611438587584ed774b29600b2ed6e35748f5da0da38ed10990ab0a6ccbf655695e5bd364595df5f13a4a575920dc7fc30ec7d68b1c71984
7
+ data.tar.gz: 9f6876ba2158418d5b15ec060dfe9f700d6bfe72b99f778295ca0b3fa4e1f570d9c3239080e0612a661389db55be7a5f2c9ae0c5a8996600ce51839912e217ed
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.638
1
+ 3.0.639
@@ -1952,10 +1952,12 @@ module TencentCloud
1952
1952
  # @type Tags: Array
1953
1953
  # @param Description: 描述信息
1954
1954
  # @type Description: String
1955
+ # @param ISPTypes: 网络运营商类型 取值范围:'CMCC'-中国移动, 'CTCC'-中国电信, 'CUCC'-中国联调
1956
+ # @type ISPTypes: Array
1955
1957
 
1956
- attr_accessor :VpcName, :CidrBlock, :EcmRegion, :EnableMulticast, :DnsServers, :DomainName, :Tags, :Description
1958
+ attr_accessor :VpcName, :CidrBlock, :EcmRegion, :EnableMulticast, :DnsServers, :DomainName, :Tags, :Description, :ISPTypes
1957
1959
 
1958
- def initialize(vpcname=nil, cidrblock=nil, ecmregion=nil, enablemulticast=nil, dnsservers=nil, domainname=nil, tags=nil, description=nil)
1960
+ def initialize(vpcname=nil, cidrblock=nil, ecmregion=nil, enablemulticast=nil, dnsservers=nil, domainname=nil, tags=nil, description=nil, isptypes=nil)
1959
1961
  @VpcName = vpcname
1960
1962
  @CidrBlock = cidrblock
1961
1963
  @EcmRegion = ecmregion
@@ -1964,6 +1966,7 @@ module TencentCloud
1964
1966
  @DomainName = domainname
1965
1967
  @Tags = tags
1966
1968
  @Description = description
1969
+ @ISPTypes = isptypes
1967
1970
  end
1968
1971
 
1969
1972
  def deserialize(params)
@@ -1982,6 +1985,14 @@ module TencentCloud
1982
1985
  end
1983
1986
  end
1984
1987
  @Description = params['Description']
1988
+ unless params['ISPTypes'].nil?
1989
+ @ISPTypes = []
1990
+ params['ISPTypes'].each do |i|
1991
+ isptypeitem_tmp = ISPTypeItem.new
1992
+ isptypeitem_tmp.deserialize(i)
1993
+ @ISPTypes << isptypeitem_tmp
1994
+ end
1995
+ end
1985
1996
  end
1986
1997
  end
1987
1998
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-ecm
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.638
4
+ version: 3.0.639
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-08-17 00:00:00.000000000 Z
11
+ date: 2023-08-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common