tencentcloud-sdk-dnspod 3.0.1031 → 3.0.1032

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/v20210323/models.rb +0 -35
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 144ad8809e28a033a73aab7386011db9a2b7ac38
4
- data.tar.gz: 893b2e668b94f09180326f638b14e2004076677b
3
+ metadata.gz: 85c65ec3c25a0e77fe68f1fee5b391ff30a636af
4
+ data.tar.gz: 473c8bbb71be119c275f541726b30e95810955f3
5
5
  SHA512:
6
- metadata.gz: 994c3eff4e254881f382cb631d6ff480b0398dadf3319ab59733dfdc12b8c659f856c6fb3e9a702e61e85eb308045924ff2bdf54e455393eb83d276aea8be25b
7
- data.tar.gz: 964f76fbccdaa0673083d57ef8711c3409cde08594845fbc71e61f744c00871bbf941bef1bcacb052de90960ab5eb2a50d8f3d3f595da7f13ef429b01387c0c3
6
+ metadata.gz: e5fe1e7459884f62c694f50a02521fda295e04586552508a4fd0ea3f27eb81bca849fb268f26c5611ce6542e54f2fca5135d57a992f040192f2c49ec25b97ea3
7
+ data.tar.gz: 657f1e75a0512f59f56ce0447ec2090baae67ffc21c941de56f3cb8e2b9f655650ffc826184aaa81a0cdc3ed9274cf78a1da37e50ed73cf47ca2bdfb9163dbaf
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1031
1
+ 3.0.1032
@@ -184,7 +184,6 @@ module TencentCloud
184
184
  # CheckRecordSnapshotRollback返回参数结构体
185
185
  class CheckRecordSnapshotRollbackResponse < TencentCloud::Common::AbstractModel
186
186
  # @param Reason: 错误原因
187
- # 注意:此字段可能返回 null,表示取不到有效值。
188
187
  # @type Reason: String
189
188
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
190
189
  # @type RequestId: String
@@ -240,10 +239,8 @@ module TencentCloud
240
239
  # 注意:此字段可能返回 null,表示取不到有效值。
241
240
  # @type Timeout: Integer
242
241
  # @param Failed: 检查失败数量
243
- # 注意:此字段可能返回 null,表示取不到有效值。
244
242
  # @type Failed: Integer
245
243
  # @param FailedRecordList: 失败记录信息
246
- # 注意:此字段可能返回 null,表示取不到有效值。
247
244
  # @type FailedRecordList: Array
248
245
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
249
246
  # @type RequestId: String
@@ -416,24 +413,19 @@ module TencentCloud
416
413
  # 批量添加域名返回结构
417
414
  class CreateDomainBatchDetail < TencentCloud::Common::AbstractModel
418
415
  # @param RecordList: 见RecordInfoBatch
419
- # 注意:此字段可能返回 null,表示取不到有效值。
420
416
  # @type RecordList: Array
421
417
  # @param Id: 任务编号
422
418
  # @type Id: Integer
423
419
  # @param Domain: 域名
424
- # 注意:此字段可能返回 null,表示取不到有效值。
425
420
  # @type Domain: String
426
421
  # @param DomainGrade: 域名等级
427
- # 注意:此字段可能返回 null,表示取不到有效值。
428
422
  # @type DomainGrade: String
429
423
  # @param ErrMsg: 错误信息
430
424
  # 注意:此字段可能返回 null,表示取不到有效值。
431
425
  # @type ErrMsg: String
432
426
  # @param Status: 该条任务运行状态
433
- # 注意:此字段可能返回 null,表示取不到有效值。
434
427
  # @type Status: String
435
428
  # @param Operation: 操作类型
436
- # 注意:此字段可能返回 null,表示取不到有效值。
437
429
  # @type Operation: String
438
430
 
439
431
  attr_accessor :RecordList, :Id, :Domain, :DomainGrade, :ErrMsg, :Status, :Operation
@@ -469,25 +461,18 @@ module TencentCloud
469
461
  # 批量添加域名任务中的记录信息
470
462
  class CreateDomainBatchRecord < TencentCloud::Common::AbstractModel
471
463
  # @param SubDomain: 子域名(主机记录)。
472
- # 注意:此字段可能返回 null,表示取不到有效值。
473
464
  # @type SubDomain: String
474
465
  # @param RecordType: 记录类型, 详见 DescribeRecordType 接口
475
- # 注意:此字段可能返回 null,表示取不到有效值。
476
466
  # @type RecordType: String
477
467
  # @param RecordLine: 解析记录的线路,详见 DescribeRecordLineList 接口
478
- # 注意:此字段可能返回 null,表示取不到有效值。
479
468
  # @type RecordLine: String
480
469
  # @param Value: 记录值
481
- # 注意:此字段可能返回 null,表示取不到有效值。
482
470
  # @type Value: String
483
471
  # @param TTL: 记录的 TTL 值
484
- # 注意:此字段可能返回 null,表示取不到有效值。
485
472
  # @type TTL: Integer
486
473
  # @param Status: 记录添加状态
487
- # 注意:此字段可能返回 null,表示取不到有效值。
488
474
  # @type Status: String
489
475
  # @param Operation: 操作类型
490
- # 注意:此字段可能返回 null,表示取不到有效值。
491
476
  # @type Operation: String
492
477
  # @param ErrMsg: 错误信息
493
478
  # 注意:此字段可能返回 null,表示取不到有效值。
@@ -859,27 +844,22 @@ module TencentCloud
859
844
  # 批量添加记录返回结构
860
845
  class CreateRecordBatchDetail < TencentCloud::Common::AbstractModel
861
846
  # @param RecordList: 见RecordInfoBatch
862
- # 注意:此字段可能返回 null,表示取不到有效值。
863
847
  # @type RecordList: Array
864
848
  # @param Id: 任务编号
865
849
  # @type Id: Integer
866
850
  # @param Domain: 域名
867
- # 注意:此字段可能返回 null,表示取不到有效值。
868
851
  # @type Domain: String
869
852
  # @param DomainGrade: 域名等级
870
- # 注意:此字段可能返回 null,表示取不到有效值。
871
853
  # @type DomainGrade: String
872
854
  # @param ErrMsg: 错误信息
873
855
  # 注意:此字段可能返回 null,表示取不到有效值。
874
856
  # @type ErrMsg: String
875
857
  # @param Status: 该条任务运行状态
876
- # 注意:此字段可能返回 null,表示取不到有效值。
877
858
  # @type Status: String
878
859
  # @param Operation: 操作类型
879
860
  # 注意:此字段可能返回 null,表示取不到有效值。
880
861
  # @type Operation: String
881
862
  # @param DomainId: 域名ID
882
- # 注意:此字段可能返回 null,表示取不到有效值。
883
863
  # @type DomainId: Integer
884
864
 
885
865
  attr_accessor :RecordList, :Id, :Domain, :DomainGrade, :ErrMsg, :Status, :Operation, :DomainId
@@ -917,22 +897,16 @@ module TencentCloud
917
897
  # 批量添加记录任务中的记录信息
918
898
  class CreateRecordBatchRecord < TencentCloud::Common::AbstractModel
919
899
  # @param SubDomain: 子域名(主机记录)。
920
- # 注意:此字段可能返回 null,表示取不到有效值。
921
900
  # @type SubDomain: String
922
901
  # @param RecordType: 记录类型, 详见 DescribeRecordType 接口
923
- # 注意:此字段可能返回 null,表示取不到有效值。
924
902
  # @type RecordType: String
925
903
  # @param RecordLine: 解析记录的线路,详见 DescribeRecordLineList 接口
926
- # 注意:此字段可能返回 null,表示取不到有效值。
927
904
  # @type RecordLine: String
928
905
  # @param Value: 记录值
929
- # 注意:此字段可能返回 null,表示取不到有效值。
930
906
  # @type Value: String
931
907
  # @param TTL: 记录的 TTL 值
932
- # 注意:此字段可能返回 null,表示取不到有效值。
933
908
  # @type TTL: Integer
934
909
  # @param Status: 记录添加状态
935
- # 注意:此字段可能返回 null,表示取不到有效值。
936
910
  # @type Status: String
937
911
  # @param Operation: 操作类型
938
912
  # 注意:此字段可能返回 null,表示取不到有效值。
@@ -943,10 +917,8 @@ module TencentCloud
943
917
  # @param Id: 此条记录在列表中的ID
944
918
  # @type Id: Integer
945
919
  # @param MX: 记录的MX权重
946
- # 注意:此字段可能返回 null,表示取不到有效值。
947
920
  # @type MX: Integer
948
921
  # @param Weight: 记录的权重
949
- # 注意:此字段可能返回 null,表示取不到有效值。
950
922
  # @type Weight: Integer
951
923
 
952
924
  attr_accessor :SubDomain, :RecordType, :RecordLine, :Value, :TTL, :Status, :Operation, :ErrMsg, :Id, :MX, :Weight
@@ -1924,7 +1896,6 @@ module TencentCloud
1924
1896
  # 查看任务详情返回结构
1925
1897
  class DescribeBatchTaskDetail < TencentCloud::Common::AbstractModel
1926
1898
  # @param RecordList: 见BatchRecordInfo
1927
- # 注意:此字段可能返回 null,表示取不到有效值。
1928
1899
  # @type RecordList: Array
1929
1900
  # @param Id: 任务编号
1930
1901
  # @type Id: Integer
@@ -1932,13 +1903,11 @@ module TencentCloud
1932
1903
  # 注意:此字段可能返回 null,表示取不到有效值。
1933
1904
  # @type Domain: String
1934
1905
  # @param DomainGrade: 域名等级
1935
- # 注意:此字段可能返回 null,表示取不到有效值。
1936
1906
  # @type DomainGrade: String
1937
1907
  # @param ErrMsg: 错误信息
1938
1908
  # 注意:此字段可能返回 null,表示取不到有效值。
1939
1909
  # @type ErrMsg: String
1940
1910
  # @param Status: 该条任务运行状态
1941
- # 注意:此字段可能返回 null,表示取不到有效值。
1942
1911
  # @type Status: String
1943
1912
  # @param Operation: 操作类型
1944
1913
  # 注意:此字段可能返回 null,表示取不到有效值。
@@ -4610,7 +4579,6 @@ module TencentCloud
4610
4579
  # DOMAIN_EXPORT:导出域名列表
4611
4580
  # @type Type: String
4612
4581
  # @param LeftTime: 剩余时间
4613
- # 注意:此字段可能返回 null,表示取不到有效值。
4614
4582
  # @type LeftTime: :class:`Tencentcloud::Dnspod.v20210323.models.LeftTime`
4615
4583
 
4616
4584
  attr_accessor :FileId, :CreatedOn, :UpdatedOn, :Domains, :Name, :FileUrl, :JobId, :Progress, :Status, :Type, :LeftTime
@@ -4698,13 +4666,10 @@ module TencentCloud
4698
4666
  # 批量生成文件剩余时间
4699
4667
  class LeftTime < TencentCloud::Common::AbstractModel
4700
4668
  # @param Days: 剩余天数
4701
- # 注意:此字段可能返回 null,表示取不到有效值。
4702
4669
  # @type Days: Integer
4703
4670
  # @param Hours: 剩余小时数
4704
- # 注意:此字段可能返回 null,表示取不到有效值。
4705
4671
  # @type Hours: Integer
4706
4672
  # @param Mins: 剩余分钟数
4707
- # 注意:此字段可能返回 null,表示取不到有效值。
4708
4673
  # @type Mins: Integer
4709
4674
 
4710
4675
  attr_accessor :Days, :Hours, :Mins
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-dnspod
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.1031
4
+ version: 3.0.1032
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud