tencentcloud-sdk-lighthouse 3.0.590 → 3.0.591

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20200324/models.rb +216 -216
  4. metadata +2 -2
@@ -25,7 +25,7 @@ module TencentCloud
25
25
  # @type DiskBackupId: String
26
26
 
27
27
  attr_accessor :DiskId, :DiskBackupId
28
-
28
+
29
29
  def initialize(diskid=nil, diskbackupid=nil)
30
30
  @DiskId = diskid
31
31
  @DiskBackupId = diskbackupid
@@ -43,7 +43,7 @@ module TencentCloud
43
43
  # @type RequestId: String
44
44
 
45
45
  attr_accessor :RequestId
46
-
46
+
47
47
  def initialize(requestid=nil)
48
48
  @RequestId = requestid
49
49
  end
@@ -61,7 +61,7 @@ module TencentCloud
61
61
  # @type SnapshotId: String
62
62
 
63
63
  attr_accessor :InstanceId, :SnapshotId
64
-
64
+
65
65
  def initialize(instanceid=nil, snapshotid=nil)
66
66
  @InstanceId = instanceid
67
67
  @SnapshotId = snapshotid
@@ -79,7 +79,7 @@ module TencentCloud
79
79
  # @type RequestId: String
80
80
 
81
81
  attr_accessor :RequestId
82
-
82
+
83
83
  def initialize(requestid=nil)
84
84
  @RequestId = requestid
85
85
  end
@@ -97,7 +97,7 @@ module TencentCloud
97
97
  # @type InstanceIds: Array
98
98
 
99
99
  attr_accessor :KeyIds, :InstanceIds
100
-
100
+
101
101
  def initialize(keyids=nil, instanceids=nil)
102
102
  @KeyIds = keyids
103
103
  @InstanceIds = instanceids
@@ -115,7 +115,7 @@ module TencentCloud
115
115
  # @type RequestId: String
116
116
 
117
117
  attr_accessor :RequestId
118
-
118
+
119
119
  def initialize(requestid=nil)
120
120
  @RequestId = requestid
121
121
  end
@@ -131,7 +131,7 @@ module TencentCloud
131
131
  # @type CcnId: String
132
132
 
133
133
  attr_accessor :CcnId
134
-
134
+
135
135
  def initialize(ccnid=nil)
136
136
  @CcnId = ccnid
137
137
  end
@@ -147,7 +147,7 @@ module TencentCloud
147
147
  # @type RequestId: String
148
148
 
149
149
  attr_accessor :RequestId
150
-
150
+
151
151
  def initialize(requestid=nil)
152
152
  @RequestId = requestid
153
153
  end
@@ -167,7 +167,7 @@ module TencentCloud
167
167
  # @type MaxAttachCount: Integer
168
168
 
169
169
  attr_accessor :InstanceId, :AttachedDiskCount, :MaxAttachCount
170
-
170
+
171
171
  def initialize(instanceid=nil, attacheddiskcount=nil, maxattachcount=nil)
172
172
  @InstanceId = instanceid
173
173
  @AttachedDiskCount = attacheddiskcount
@@ -195,7 +195,7 @@ module TencentCloud
195
195
  # @type RenewFlag: String
196
196
 
197
197
  attr_accessor :DiskIds, :InstanceId, :RenewFlag
198
-
198
+
199
199
  def initialize(diskids=nil, instanceid=nil, renewflag=nil)
200
200
  @DiskIds = diskids
201
201
  @InstanceId = instanceid
@@ -215,7 +215,7 @@ module TencentCloud
215
215
  # @type RequestId: String
216
216
 
217
217
  attr_accessor :RequestId
218
-
218
+
219
219
  def initialize(requestid=nil)
220
220
  @RequestId = requestid
221
221
  end
@@ -235,7 +235,7 @@ module TencentCloud
235
235
  # @type FileSystemType: String
236
236
 
237
237
  attr_accessor :InstanceId, :MountPoint, :FileSystemType
238
-
238
+
239
239
  def initialize(instanceid=nil, mountpoint=nil, filesystemtype=nil)
240
240
  @InstanceId = instanceid
241
241
  @MountPoint = mountpoint
@@ -299,7 +299,7 @@ module TencentCloud
299
299
  # @type DockerVersion: String
300
300
 
301
301
  attr_accessor :BlueprintId, :DisplayTitle, :DisplayVersion, :Description, :OsName, :Platform, :PlatformType, :BlueprintType, :ImageUrl, :RequiredSystemDiskSize, :BlueprintState, :CreatedTime, :BlueprintName, :SupportAutomationTools, :RequiredMemorySize, :ImageId, :CommunityUrl, :GuideUrl, :SceneIdSet, :DockerVersion
302
-
302
+
303
303
  def initialize(blueprintid=nil, displaytitle=nil, displayversion=nil, description=nil, osname=nil, platform=nil, platformtype=nil, blueprinttype=nil, imageurl=nil, requiredsystemdisksize=nil, blueprintstate=nil, createdtime=nil, blueprintname=nil, supportautomationtools=nil, requiredmemorysize=nil, imageid=nil, communityurl=nil, guideurl=nil, sceneidset=nil, dockerversion=nil)
304
304
  @BlueprintId = blueprintid
305
305
  @DisplayTitle = displaytitle
@@ -357,7 +357,7 @@ module TencentCloud
357
357
  # @type InstanceId: String
358
358
 
359
359
  attr_accessor :Blueprint, :SoftwareSet, :InstanceId
360
-
360
+
361
361
  def initialize(blueprint=nil, softwareset=nil, instanceid=nil)
362
362
  @Blueprint = blueprint
363
363
  @SoftwareSet = softwareset
@@ -393,7 +393,7 @@ module TencentCloud
393
393
  # @type DiscountPrice: Float
394
394
 
395
395
  attr_accessor :OriginalBlueprintPrice, :OriginalPrice, :Discount, :DiscountPrice
396
-
396
+
397
397
  def initialize(originalblueprintprice=nil, originalprice=nil, discount=nil, discountprice=nil)
398
398
  @OriginalBlueprintPrice = originalblueprintprice
399
399
  @OriginalPrice = originalprice
@@ -459,7 +459,7 @@ module TencentCloud
459
459
  # @type BundleDisplayLabel: String
460
460
 
461
461
  attr_accessor :BundleId, :Memory, :SystemDiskType, :SystemDiskSize, :MonthlyTraffic, :SupportLinuxUnixPlatform, :SupportWindowsPlatform, :Price, :CPU, :InternetMaxBandwidthOut, :InternetChargeType, :BundleSalesState, :BundleType, :BundleTypeDescription, :BundleDisplayLabel
462
-
462
+
463
463
  def initialize(bundleid=nil, memory=nil, systemdisktype=nil, systemdisksize=nil, monthlytraffic=nil, supportlinuxunixplatform=nil, supportwindowsplatform=nil, price=nil, cpu=nil, internetmaxbandwidthout=nil, internetchargetype=nil, bundlesalesstate=nil, bundletype=nil, bundletypedescription=nil, bundledisplaylabel=nil)
464
464
  @BundleId = bundleid
465
465
  @Memory = memory
@@ -525,7 +525,7 @@ module TencentCloud
525
525
  # @type Description: String
526
526
 
527
527
  attr_accessor :CcnId, :CidrBlock, :State, :AttachedTime, :Description
528
-
528
+
529
529
  def initialize(ccnid=nil, cidrblock=nil, state=nil, attachedtime=nil, description=nil)
530
530
  @CcnId = ccnid
531
531
  @CidrBlock = cidrblock
@@ -551,7 +551,7 @@ module TencentCloud
551
551
  # @type Value: String
552
552
 
553
553
  attr_accessor :Key, :Value
554
-
554
+
555
555
  def initialize(key=nil, value=nil)
556
556
  @Key = key
557
557
  @Value = value
@@ -580,7 +580,7 @@ module TencentCloud
580
580
  # @type ForcePowerOff: Boolean
581
581
 
582
582
  attr_accessor :BlueprintName, :Description, :InstanceId, :ForcePowerOff
583
-
583
+
584
584
  def initialize(blueprintname=nil, description=nil, instanceid=nil, forcepoweroff=nil)
585
585
  @BlueprintName = blueprintname
586
586
  @Description = description
@@ -604,7 +604,7 @@ module TencentCloud
604
604
  # @type RequestId: String
605
605
 
606
606
  attr_accessor :BlueprintId, :RequestId
607
-
607
+
608
608
  def initialize(blueprintid=nil, requestid=nil)
609
609
  @BlueprintId = blueprintid
610
610
  @RequestId = requestid
@@ -624,7 +624,7 @@ module TencentCloud
624
624
  # @type DiskBackupName: String
625
625
 
626
626
  attr_accessor :DiskId, :DiskBackupName
627
-
627
+
628
628
  def initialize(diskid=nil, diskbackupname=nil)
629
629
  @DiskId = diskid
630
630
  @DiskBackupName = diskbackupname
@@ -644,7 +644,7 @@ module TencentCloud
644
644
  # @type RequestId: String
645
645
 
646
646
  attr_accessor :DiskBackupId, :RequestId
647
-
647
+
648
648
  def initialize(diskbackupid=nil, requestid=nil)
649
649
  @DiskBackupId = diskbackupid
650
650
  @RequestId = requestid
@@ -678,7 +678,7 @@ module TencentCloud
678
678
  # @type AutoMountConfiguration: :class:`Tencentcloud::Lighthouse.v20200324.models.AutoMountConfiguration`
679
679
 
680
680
  attr_accessor :Zone, :DiskSize, :DiskType, :DiskChargePrepaid, :DiskName, :DiskCount, :DiskBackupQuota, :AutoVoucher, :AutoMountConfiguration
681
-
681
+
682
682
  def initialize(zone=nil, disksize=nil, disktype=nil, diskchargeprepaid=nil, diskname=nil, diskcount=nil, diskbackupquota=nil, autovoucher=nil, automountconfiguration=nil)
683
683
  @Zone = zone
684
684
  @DiskSize = disksize
@@ -720,7 +720,7 @@ module TencentCloud
720
720
  # @type RequestId: String
721
721
 
722
722
  attr_accessor :DiskIdSet, :RequestId
723
-
723
+
724
724
  def initialize(diskidset=nil, requestid=nil)
725
725
  @DiskIdSet = diskidset
726
726
  @RequestId = requestid
@@ -742,7 +742,7 @@ module TencentCloud
742
742
  # @type FirewallVersion: Integer
743
743
 
744
744
  attr_accessor :InstanceId, :FirewallRules, :FirewallVersion
745
-
745
+
746
746
  def initialize(instanceid=nil, firewallrules=nil, firewallversion=nil)
747
747
  @InstanceId = instanceid
748
748
  @FirewallRules = firewallrules
@@ -769,7 +769,7 @@ module TencentCloud
769
769
  # @type RequestId: String
770
770
 
771
771
  attr_accessor :RequestId
772
-
772
+
773
773
  def initialize(requestid=nil)
774
774
  @RequestId = requestid
775
775
  end
@@ -787,7 +787,7 @@ module TencentCloud
787
787
  # @type SnapshotName: String
788
788
 
789
789
  attr_accessor :InstanceId, :SnapshotName
790
-
790
+
791
791
  def initialize(instanceid=nil, snapshotname=nil)
792
792
  @InstanceId = instanceid
793
793
  @SnapshotName = snapshotname
@@ -807,7 +807,7 @@ module TencentCloud
807
807
  # @type RequestId: String
808
808
 
809
809
  attr_accessor :SnapshotId, :RequestId
810
-
810
+
811
811
  def initialize(snapshotid=nil, requestid=nil)
812
812
  @SnapshotId = snapshotid
813
813
  @RequestId = requestid
@@ -849,7 +849,7 @@ module TencentCloud
849
849
  # @type AutoVoucher: Boolean
850
850
 
851
851
  attr_accessor :BundleId, :BlueprintId, :InstanceChargePrepaid, :InstanceName, :InstanceCount, :Zones, :DryRun, :ClientToken, :LoginConfiguration, :Containers, :AutoVoucher
852
-
852
+
853
853
  def initialize(bundleid=nil, blueprintid=nil, instancechargeprepaid=nil, instancename=nil, instancecount=nil, zones=nil, dryrun=nil, clienttoken=nil, loginconfiguration=nil, containers=nil, autovoucher=nil)
854
854
  @BundleId = bundleid
855
855
  @BlueprintId = blueprintid
@@ -902,7 +902,7 @@ module TencentCloud
902
902
  # @type RequestId: String
903
903
 
904
904
  attr_accessor :InstanceIdSet, :RequestId
905
-
905
+
906
906
  def initialize(instanceidset=nil, requestid=nil)
907
907
  @InstanceIdSet = instanceidset
908
908
  @RequestId = requestid
@@ -920,7 +920,7 @@ module TencentCloud
920
920
  # @type KeyName: String
921
921
 
922
922
  attr_accessor :KeyName
923
-
923
+
924
924
  def initialize(keyname=nil)
925
925
  @KeyName = keyname
926
926
  end
@@ -938,7 +938,7 @@ module TencentCloud
938
938
  # @type RequestId: String
939
939
 
940
940
  attr_accessor :KeyPair, :RequestId
941
-
941
+
942
942
  def initialize(keypair=nil, requestid=nil)
943
943
  @KeyPair = keypair
944
944
  @RequestId = requestid
@@ -970,7 +970,7 @@ module TencentCloud
970
970
  # @type InstanceId: String
971
971
 
972
972
  attr_accessor :DiskId, :OriginalDiskPrice, :OriginalPrice, :Discount, :DiscountPrice, :InstanceId
973
-
973
+
974
974
  def initialize(diskid=nil, originaldiskprice=nil, originalprice=nil, discount=nil, discountprice=nil, instanceid=nil)
975
975
  @DiskId = diskid
976
976
  @OriginalDiskPrice = originaldiskprice
@@ -996,7 +996,7 @@ module TencentCloud
996
996
  # @type BlueprintIds: Array
997
997
 
998
998
  attr_accessor :BlueprintIds
999
-
999
+
1000
1000
  def initialize(blueprintids=nil)
1001
1001
  @BlueprintIds = blueprintids
1002
1002
  end
@@ -1012,7 +1012,7 @@ module TencentCloud
1012
1012
  # @type RequestId: String
1013
1013
 
1014
1014
  attr_accessor :RequestId
1015
-
1015
+
1016
1016
  def initialize(requestid=nil)
1017
1017
  @RequestId = requestid
1018
1018
  end
@@ -1028,7 +1028,7 @@ module TencentCloud
1028
1028
  # @type DiskBackupIds: Array
1029
1029
 
1030
1030
  attr_accessor :DiskBackupIds
1031
-
1031
+
1032
1032
  def initialize(diskbackupids=nil)
1033
1033
  @DiskBackupIds = diskbackupids
1034
1034
  end
@@ -1044,7 +1044,7 @@ module TencentCloud
1044
1044
  # @type RequestId: String
1045
1045
 
1046
1046
  attr_accessor :RequestId
1047
-
1047
+
1048
1048
  def initialize(requestid=nil)
1049
1049
  @RequestId = requestid
1050
1050
  end
@@ -1064,7 +1064,7 @@ module TencentCloud
1064
1064
  # @type FirewallVersion: Integer
1065
1065
 
1066
1066
  attr_accessor :InstanceId, :FirewallRules, :FirewallVersion
1067
-
1067
+
1068
1068
  def initialize(instanceid=nil, firewallrules=nil, firewallversion=nil)
1069
1069
  @InstanceId = instanceid
1070
1070
  @FirewallRules = firewallrules
@@ -1091,7 +1091,7 @@ module TencentCloud
1091
1091
  # @type RequestId: String
1092
1092
 
1093
1093
  attr_accessor :RequestId
1094
-
1094
+
1095
1095
  def initialize(requestid=nil)
1096
1096
  @RequestId = requestid
1097
1097
  end
@@ -1107,7 +1107,7 @@ module TencentCloud
1107
1107
  # @type KeyIds: Array
1108
1108
 
1109
1109
  attr_accessor :KeyIds
1110
-
1110
+
1111
1111
  def initialize(keyids=nil)
1112
1112
  @KeyIds = keyids
1113
1113
  end
@@ -1123,7 +1123,7 @@ module TencentCloud
1123
1123
  # @type RequestId: String
1124
1124
 
1125
1125
  attr_accessor :RequestId
1126
-
1126
+
1127
1127
  def initialize(requestid=nil)
1128
1128
  @RequestId = requestid
1129
1129
  end
@@ -1139,7 +1139,7 @@ module TencentCloud
1139
1139
  # @type SnapshotIds: Array
1140
1140
 
1141
1141
  attr_accessor :SnapshotIds
1142
-
1142
+
1143
1143
  def initialize(snapshotids=nil)
1144
1144
  @SnapshotIds = snapshotids
1145
1145
  end
@@ -1155,7 +1155,7 @@ module TencentCloud
1155
1155
  # @type RequestId: String
1156
1156
 
1157
1157
  attr_accessor :RequestId
1158
-
1158
+
1159
1159
  def initialize(requestid=nil)
1160
1160
  @RequestId = requestid
1161
1161
  end
@@ -1175,7 +1175,7 @@ module TencentCloud
1175
1175
  # @type Message: String
1176
1176
 
1177
1177
  attr_accessor :Action, :Code, :Message
1178
-
1178
+
1179
1179
  def initialize(action=nil, code=nil, message=nil)
1180
1180
  @Action = action
1181
1181
  @Code = code
@@ -1199,7 +1199,7 @@ module TencentCloud
1199
1199
  # @type Limit: Integer
1200
1200
 
1201
1201
  attr_accessor :SceneIds, :Offset, :Limit
1202
-
1202
+
1203
1203
  def initialize(sceneids=nil, offset=nil, limit=nil)
1204
1204
  @SceneIds = sceneids
1205
1205
  @Offset = offset
@@ -1223,7 +1223,7 @@ module TencentCloud
1223
1223
  # @type RequestId: String
1224
1224
 
1225
1225
  attr_accessor :SceneInfoSet, :TotalCount, :RequestId
1226
-
1226
+
1227
1227
  def initialize(sceneinfoset=nil, totalcount=nil, requestid=nil)
1228
1228
  @SceneInfoSet = sceneinfoset
1229
1229
  @TotalCount = totalcount
@@ -1250,7 +1250,7 @@ module TencentCloud
1250
1250
  # @type InstanceIds: Array
1251
1251
 
1252
1252
  attr_accessor :InstanceIds
1253
-
1253
+
1254
1254
  def initialize(instanceids=nil)
1255
1255
  @InstanceIds = instanceids
1256
1256
  end
@@ -1270,7 +1270,7 @@ module TencentCloud
1270
1270
  # @type RequestId: String
1271
1271
 
1272
1272
  attr_accessor :TotalCount, :BlueprintInstanceSet, :RequestId
1273
-
1273
+
1274
1274
  def initialize(totalcount=nil, blueprintinstanceset=nil, requestid=nil)
1275
1275
  @TotalCount = totalcount
1276
1276
  @BlueprintInstanceSet = blueprintinstanceset
@@ -1325,7 +1325,7 @@ module TencentCloud
1325
1325
  # @type Filters: Array
1326
1326
 
1327
1327
  attr_accessor :BlueprintIds, :Offset, :Limit, :Filters
1328
-
1328
+
1329
1329
  def initialize(blueprintids=nil, offset=nil, limit=nil, filters=nil)
1330
1330
  @BlueprintIds = blueprintids
1331
1331
  @Offset = offset
@@ -1358,7 +1358,7 @@ module TencentCloud
1358
1358
  # @type RequestId: String
1359
1359
 
1360
1360
  attr_accessor :TotalCount, :BlueprintSet, :RequestId
1361
-
1361
+
1362
1362
  def initialize(totalcount=nil, blueprintset=nil, requestid=nil)
1363
1363
  @TotalCount = totalcount
1364
1364
  @BlueprintSet = blueprintset
@@ -1385,7 +1385,7 @@ module TencentCloud
1385
1385
  # @type BundleId: String
1386
1386
 
1387
1387
  attr_accessor :BundleId
1388
-
1388
+
1389
1389
  def initialize(bundleid=nil)
1390
1390
  @BundleId = bundleid
1391
1391
  end
@@ -1405,7 +1405,7 @@ module TencentCloud
1405
1405
  # @type RequestId: String
1406
1406
 
1407
1407
  attr_accessor :Currency, :DiscountDetail, :RequestId
1408
-
1408
+
1409
1409
  def initialize(currency=nil, discountdetail=nil, requestid=nil)
1410
1410
  @Currency = currency
1411
1411
  @DiscountDetail = discountdetail
@@ -1456,7 +1456,7 @@ module TencentCloud
1456
1456
  # @type Zones: Array
1457
1457
 
1458
1458
  attr_accessor :BundleIds, :Offset, :Limit, :Filters, :Zones
1459
-
1459
+
1460
1460
  def initialize(bundleids=nil, offset=nil, limit=nil, filters=nil, zones=nil)
1461
1461
  @BundleIds = bundleids
1462
1462
  @Offset = offset
@@ -1491,7 +1491,7 @@ module TencentCloud
1491
1491
  # @type RequestId: String
1492
1492
 
1493
1493
  attr_accessor :BundleSet, :TotalCount, :RequestId
1494
-
1494
+
1495
1495
  def initialize(bundleset=nil, totalcount=nil, requestid=nil)
1496
1496
  @BundleSet = bundleset
1497
1497
  @TotalCount = totalcount
@@ -1515,7 +1515,7 @@ module TencentCloud
1515
1515
  # DescribeCcnAttachedInstances请求参数结构体
1516
1516
  class DescribeCcnAttachedInstancesRequest < TencentCloud::Common::AbstractModel
1517
1517
 
1518
-
1518
+
1519
1519
  def initialize()
1520
1520
  end
1521
1521
 
@@ -1532,7 +1532,7 @@ module TencentCloud
1532
1532
  # @type RequestId: String
1533
1533
 
1534
1534
  attr_accessor :CcnAttachedInstanceSet, :RequestId
1535
-
1535
+
1536
1536
  def initialize(ccnattachedinstanceset=nil, requestid=nil)
1537
1537
  @CcnAttachedInstanceSet = ccnattachedinstanceset
1538
1538
  @RequestId = requestid
@@ -1557,7 +1557,7 @@ module TencentCloud
1557
1557
  # @type DiskBackupIds: Array
1558
1558
 
1559
1559
  attr_accessor :DiskBackupIds
1560
-
1560
+
1561
1561
  def initialize(diskbackupids=nil)
1562
1562
  @DiskBackupIds = diskbackupids
1563
1563
  end
@@ -1575,7 +1575,7 @@ module TencentCloud
1575
1575
  # @type RequestId: String
1576
1576
 
1577
1577
  attr_accessor :DiskBackupDeniedActionSet, :RequestId
1578
-
1578
+
1579
1579
  def initialize(diskbackupdeniedactionset=nil, requestid=nil)
1580
1580
  @DiskBackupDeniedActionSet = diskbackupdeniedactionset
1581
1581
  @RequestId = requestid
@@ -1621,7 +1621,7 @@ module TencentCloud
1621
1621
  # @type Limit: Integer
1622
1622
 
1623
1623
  attr_accessor :DiskBackupIds, :Filters, :Offset, :Limit
1624
-
1624
+
1625
1625
  def initialize(diskbackupids=nil, filters=nil, offset=nil, limit=nil)
1626
1626
  @DiskBackupIds = diskbackupids
1627
1627
  @Filters = filters
@@ -1654,7 +1654,7 @@ module TencentCloud
1654
1654
  # @type RequestId: String
1655
1655
 
1656
1656
  attr_accessor :TotalCount, :DiskBackupSet, :RequestId
1657
-
1657
+
1658
1658
  def initialize(totalcount=nil, diskbackupset=nil, requestid=nil)
1659
1659
  @TotalCount = totalcount
1660
1660
  @DiskBackupSet = diskbackupset
@@ -1684,7 +1684,7 @@ module TencentCloud
1684
1684
  # @type Filters: Array
1685
1685
 
1686
1686
  attr_accessor :Filters
1687
-
1687
+
1688
1688
  def initialize(filters=nil)
1689
1689
  @Filters = filters
1690
1690
  end
@@ -1709,7 +1709,7 @@ module TencentCloud
1709
1709
  # @type RequestId: String
1710
1710
 
1711
1711
  attr_accessor :DiskConfigSet, :RequestId
1712
-
1712
+
1713
1713
  def initialize(diskconfigset=nil, requestid=nil)
1714
1714
  @DiskConfigSet = diskconfigset
1715
1715
  @RequestId = requestid
@@ -1738,7 +1738,7 @@ module TencentCloud
1738
1738
  # @type DiskBackupQuota: Integer
1739
1739
 
1740
1740
  attr_accessor :DiskType, :DiskSize, :DiskBackupQuota
1741
-
1741
+
1742
1742
  def initialize(disktype=nil, disksize=nil, diskbackupquota=nil)
1743
1743
  @DiskType = disktype
1744
1744
  @DiskSize = disksize
@@ -1762,7 +1762,7 @@ module TencentCloud
1762
1762
  # @type RequestId: String
1763
1763
 
1764
1764
  attr_accessor :Currency, :DiscountDetail, :RequestId
1765
-
1765
+
1766
1766
  def initialize(currency=nil, discountdetail=nil, requestid=nil)
1767
1767
  @Currency = currency
1768
1768
  @DiscountDetail = discountdetail
@@ -1789,7 +1789,7 @@ module TencentCloud
1789
1789
  # @type DiskIds: Array
1790
1790
 
1791
1791
  attr_accessor :DiskIds
1792
-
1792
+
1793
1793
  def initialize(diskids=nil)
1794
1794
  @DiskIds = diskids
1795
1795
  end
@@ -1807,7 +1807,7 @@ module TencentCloud
1807
1807
  # @type RequestId: String
1808
1808
 
1809
1809
  attr_accessor :DiskDeniedActionSet, :RequestId
1810
-
1810
+
1811
1811
  def initialize(diskdeniedactionset=nil, requestid=nil)
1812
1812
  @DiskDeniedActionSet = diskdeniedactionset
1813
1813
  @RequestId = requestid
@@ -1869,7 +1869,7 @@ module TencentCloud
1869
1869
  # @type Order: String
1870
1870
 
1871
1871
  attr_accessor :DiskIds, :Filters, :Limit, :Offset, :OrderField, :Order
1872
-
1872
+
1873
1873
  def initialize(diskids=nil, filters=nil, limit=nil, offset=nil, orderfield=nil, order=nil)
1874
1874
  @DiskIds = diskids
1875
1875
  @Filters = filters
@@ -1906,7 +1906,7 @@ module TencentCloud
1906
1906
  # @type RequestId: String
1907
1907
 
1908
1908
  attr_accessor :DiskSet, :TotalCount, :RequestId
1909
-
1909
+
1910
1910
  def initialize(diskset=nil, totalcount=nil, requestid=nil)
1911
1911
  @DiskSet = diskset
1912
1912
  @TotalCount = totalcount
@@ -1937,7 +1937,7 @@ module TencentCloud
1937
1937
  # @type Offset: Integer
1938
1938
 
1939
1939
  attr_accessor :DiskIds, :Limit, :Offset
1940
-
1940
+
1941
1941
  def initialize(diskids=nil, limit=nil, offset=nil)
1942
1942
  @DiskIds = diskids
1943
1943
  @Limit = limit
@@ -1961,7 +1961,7 @@ module TencentCloud
1961
1961
  # @type RequestId: String
1962
1962
 
1963
1963
  attr_accessor :DiskReturnableSet, :TotalCount, :RequestId
1964
-
1964
+
1965
1965
  def initialize(diskreturnableset=nil, totalcount=nil, requestid=nil)
1966
1966
  @DiskReturnableSet = diskreturnableset
1967
1967
  @TotalCount = totalcount
@@ -1992,7 +1992,7 @@ module TencentCloud
1992
1992
  # @type Limit: Integer
1993
1993
 
1994
1994
  attr_accessor :InstanceId, :Offset, :Limit
1995
-
1995
+
1996
1996
  def initialize(instanceid=nil, offset=nil, limit=nil)
1997
1997
  @InstanceId = instanceid
1998
1998
  @Offset = offset
@@ -2018,7 +2018,7 @@ module TencentCloud
2018
2018
  # @type RequestId: String
2019
2019
 
2020
2020
  attr_accessor :TotalCount, :FirewallRuleSet, :FirewallVersion, :RequestId
2021
-
2021
+
2022
2022
  def initialize(totalcount=nil, firewallruleset=nil, firewallversion=nil, requestid=nil)
2023
2023
  @TotalCount = totalcount
2024
2024
  @FirewallRuleSet = firewallruleset
@@ -2044,7 +2044,7 @@ module TencentCloud
2044
2044
  # DescribeFirewallRulesTemplate请求参数结构体
2045
2045
  class DescribeFirewallRulesTemplateRequest < TencentCloud::Common::AbstractModel
2046
2046
 
2047
-
2047
+
2048
2048
  def initialize()
2049
2049
  end
2050
2050
 
@@ -2062,7 +2062,7 @@ module TencentCloud
2062
2062
  # @type RequestId: String
2063
2063
 
2064
2064
  attr_accessor :TotalCount, :FirewallRuleSet, :RequestId
2065
-
2065
+
2066
2066
  def initialize(totalcount=nil, firewallruleset=nil, requestid=nil)
2067
2067
  @TotalCount = totalcount
2068
2068
  @FirewallRuleSet = firewallruleset
@@ -2100,7 +2100,7 @@ module TencentCloud
2100
2100
  # @type ResourceNames: Array
2101
2101
 
2102
2102
  attr_accessor :ResourceNames
2103
-
2103
+
2104
2104
  def initialize(resourcenames=nil)
2105
2105
  @ResourceNames = resourcenames
2106
2106
  end
@@ -2118,7 +2118,7 @@ module TencentCloud
2118
2118
  # @type RequestId: String
2119
2119
 
2120
2120
  attr_accessor :GeneralResourceQuotaSet, :RequestId
2121
-
2121
+
2122
2122
  def initialize(generalresourcequotaset=nil, requestid=nil)
2123
2123
  @GeneralResourceQuotaSet = generalresourcequotaset
2124
2124
  @RequestId = requestid
@@ -2143,7 +2143,7 @@ module TencentCloud
2143
2143
  # @type InstanceId: String
2144
2144
 
2145
2145
  attr_accessor :InstanceId
2146
-
2146
+
2147
2147
  def initialize(instanceid=nil)
2148
2148
  @InstanceId = instanceid
2149
2149
  end
@@ -2161,7 +2161,7 @@ module TencentCloud
2161
2161
  # @type RequestId: String
2162
2162
 
2163
2163
  attr_accessor :PermitLogin, :RequestId
2164
-
2164
+
2165
2165
  def initialize(permitlogin=nil, requestid=nil)
2166
2166
  @PermitLogin = permitlogin
2167
2167
  @RequestId = requestid
@@ -2179,7 +2179,7 @@ module TencentCloud
2179
2179
  # @type InstanceId: String
2180
2180
 
2181
2181
  attr_accessor :InstanceId
2182
-
2182
+
2183
2183
  def initialize(instanceid=nil)
2184
2184
  @InstanceId = instanceid
2185
2185
  end
@@ -2197,7 +2197,7 @@ module TencentCloud
2197
2197
  # @type RequestId: String
2198
2198
 
2199
2199
  attr_accessor :InstanceVncUrl, :RequestId
2200
-
2200
+
2201
2201
  def initialize(instancevncurl=nil, requestid=nil)
2202
2202
  @InstanceVncUrl = instancevncurl
2203
2203
  @RequestId = requestid
@@ -2215,7 +2215,7 @@ module TencentCloud
2215
2215
  # @type InstanceIds: Array
2216
2216
 
2217
2217
  attr_accessor :InstanceIds
2218
-
2218
+
2219
2219
  def initialize(instanceids=nil)
2220
2220
  @InstanceIds = instanceids
2221
2221
  end
@@ -2233,7 +2233,7 @@ module TencentCloud
2233
2233
  # @type RequestId: String
2234
2234
 
2235
2235
  attr_accessor :InstanceDeniedActionSet, :RequestId
2236
-
2236
+
2237
2237
  def initialize(instancedeniedactionset=nil, requestid=nil)
2238
2238
  @InstanceDeniedActionSet = instancedeniedactionset
2239
2239
  @RequestId = requestid
@@ -2258,7 +2258,7 @@ module TencentCloud
2258
2258
  # @type InstanceIds: Array
2259
2259
 
2260
2260
  attr_accessor :InstanceIds
2261
-
2261
+
2262
2262
  def initialize(instanceids=nil)
2263
2263
  @InstanceIds = instanceids
2264
2264
  end
@@ -2278,7 +2278,7 @@ module TencentCloud
2278
2278
  # @type RequestId: String
2279
2279
 
2280
2280
  attr_accessor :AttachDetailSet, :TotalCount, :RequestId
2281
-
2281
+
2282
2282
  def initialize(attachdetailset=nil, totalcount=nil, requestid=nil)
2283
2283
  @AttachDetailSet = attachdetailset
2284
2284
  @TotalCount = totalcount
@@ -2336,7 +2336,7 @@ module TencentCloud
2336
2336
  # @type Limit: Integer
2337
2337
 
2338
2338
  attr_accessor :InstanceIds, :Filters, :Offset, :Limit
2339
-
2339
+
2340
2340
  def initialize(instanceids=nil, filters=nil, offset=nil, limit=nil)
2341
2341
  @InstanceIds = instanceids
2342
2342
  @Filters = filters
@@ -2369,7 +2369,7 @@ module TencentCloud
2369
2369
  # @type RequestId: String
2370
2370
 
2371
2371
  attr_accessor :TotalCount, :InstanceSet, :RequestId
2372
-
2372
+
2373
2373
  def initialize(totalcount=nil, instanceset=nil, requestid=nil)
2374
2374
  @TotalCount = totalcount
2375
2375
  @InstanceSet = instanceset
@@ -2400,7 +2400,7 @@ module TencentCloud
2400
2400
  # @type Limit: Integer
2401
2401
 
2402
2402
  attr_accessor :InstanceIds, :Offset, :Limit
2403
-
2403
+
2404
2404
  def initialize(instanceids=nil, offset=nil, limit=nil)
2405
2405
  @InstanceIds = instanceids
2406
2406
  @Offset = offset
@@ -2424,7 +2424,7 @@ module TencentCloud
2424
2424
  # @type RequestId: String
2425
2425
 
2426
2426
  attr_accessor :TotalCount, :InstanceReturnableSet, :RequestId
2427
-
2427
+
2428
2428
  def initialize(totalcount=nil, instancereturnableset=nil, requestid=nil)
2429
2429
  @TotalCount = totalcount
2430
2430
  @InstanceReturnableSet = instancereturnableset
@@ -2455,7 +2455,7 @@ module TencentCloud
2455
2455
  # @type Limit: Integer
2456
2456
 
2457
2457
  attr_accessor :InstanceIds, :Offset, :Limit
2458
-
2458
+
2459
2459
  def initialize(instanceids=nil, offset=nil, limit=nil)
2460
2460
  @InstanceIds = instanceids
2461
2461
  @Offset = offset
@@ -2479,7 +2479,7 @@ module TencentCloud
2479
2479
  # @type RequestId: String
2480
2480
 
2481
2481
  attr_accessor :TotalCount, :InstanceTrafficPackageSet, :RequestId
2482
-
2482
+
2483
2483
  def initialize(totalcount=nil, instancetrafficpackageset=nil, requestid=nil)
2484
2484
  @TotalCount = totalcount
2485
2485
  @InstanceTrafficPackageSet = instancetrafficpackageset
@@ -2519,7 +2519,7 @@ module TencentCloud
2519
2519
  # @type Filters: Array
2520
2520
 
2521
2521
  attr_accessor :KeyIds, :Offset, :Limit, :Filters
2522
-
2522
+
2523
2523
  def initialize(keyids=nil, offset=nil, limit=nil, filters=nil)
2524
2524
  @KeyIds = keyids
2525
2525
  @Offset = offset
@@ -2552,7 +2552,7 @@ module TencentCloud
2552
2552
  # @type RequestId: String
2553
2553
 
2554
2554
  attr_accessor :TotalCount, :KeyPairSet, :RequestId
2555
-
2555
+
2556
2556
  def initialize(totalcount=nil, keypairset=nil, requestid=nil)
2557
2557
  @TotalCount = totalcount
2558
2558
  @KeyPairSet = keypairset
@@ -2601,7 +2601,7 @@ module TencentCloud
2601
2601
  # @type Limit: Integer
2602
2602
 
2603
2603
  attr_accessor :InstanceId, :Filters, :Offset, :Limit
2604
-
2604
+
2605
2605
  def initialize(instanceid=nil, filters=nil, offset=nil, limit=nil)
2606
2606
  @InstanceId = instanceid
2607
2607
  @Filters = filters
@@ -2634,7 +2634,7 @@ module TencentCloud
2634
2634
  # @type RequestId: String
2635
2635
 
2636
2636
  attr_accessor :TotalCount, :ModifyBundleSet, :RequestId
2637
-
2637
+
2638
2638
  def initialize(totalcount=nil, modifybundleset=nil, requestid=nil)
2639
2639
  @TotalCount = totalcount
2640
2640
  @ModifyBundleSet = modifybundleset
@@ -2658,7 +2658,7 @@ module TencentCloud
2658
2658
  # DescribeRegions请求参数结构体
2659
2659
  class DescribeRegionsRequest < TencentCloud::Common::AbstractModel
2660
2660
 
2661
-
2661
+
2662
2662
  def initialize()
2663
2663
  end
2664
2664
 
@@ -2676,7 +2676,7 @@ module TencentCloud
2676
2676
  # @type RequestId: String
2677
2677
 
2678
2678
  attr_accessor :TotalCount, :RegionSet, :RequestId
2679
-
2679
+
2680
2680
  def initialize(totalcount=nil, regionset=nil, requestid=nil)
2681
2681
  @TotalCount = totalcount
2682
2682
  @RegionSet = regionset
@@ -2728,7 +2728,7 @@ module TencentCloud
2728
2728
  # @type Filters: Array
2729
2729
 
2730
2730
  attr_accessor :InstanceId, :Offset, :Limit, :Filters
2731
-
2731
+
2732
2732
  def initialize(instanceid=nil, offset=nil, limit=nil, filters=nil)
2733
2733
  @InstanceId = instanceid
2734
2734
  @Offset = offset
@@ -2761,7 +2761,7 @@ module TencentCloud
2761
2761
  # @type RequestId: String
2762
2762
 
2763
2763
  attr_accessor :TotalCount, :ResetInstanceBlueprintSet, :RequestId
2764
-
2764
+
2765
2765
  def initialize(totalcount=nil, resetinstanceblueprintset=nil, requestid=nil)
2766
2766
  @TotalCount = totalcount
2767
2767
  @ResetInstanceBlueprintSet = resetinstanceblueprintset
@@ -2792,7 +2792,7 @@ module TencentCloud
2792
2792
  # @type Limit: Integer
2793
2793
 
2794
2794
  attr_accessor :SceneIds, :Offset, :Limit
2795
-
2795
+
2796
2796
  def initialize(sceneids=nil, offset=nil, limit=nil)
2797
2797
  @SceneIds = sceneids
2798
2798
  @Offset = offset
@@ -2816,7 +2816,7 @@ module TencentCloud
2816
2816
  # @type RequestId: String
2817
2817
 
2818
2818
  attr_accessor :SceneSet, :TotalCount, :RequestId
2819
-
2819
+
2820
2820
  def initialize(sceneset=nil, totalcount=nil, requestid=nil)
2821
2821
  @SceneSet = sceneset
2822
2822
  @TotalCount = totalcount
@@ -2843,7 +2843,7 @@ module TencentCloud
2843
2843
  # @type SnapshotIds: Array
2844
2844
 
2845
2845
  attr_accessor :SnapshotIds
2846
-
2846
+
2847
2847
  def initialize(snapshotids=nil)
2848
2848
  @SnapshotIds = snapshotids
2849
2849
  end
@@ -2861,7 +2861,7 @@ module TencentCloud
2861
2861
  # @type RequestId: String
2862
2862
 
2863
2863
  attr_accessor :SnapshotDeniedActionSet, :RequestId
2864
-
2864
+
2865
2865
  def initialize(snapshotdeniedactionset=nil, requestid=nil)
2866
2866
  @SnapshotDeniedActionSet = snapshotdeniedactionset
2867
2867
  @RequestId = requestid
@@ -2906,7 +2906,7 @@ module TencentCloud
2906
2906
  # @type Limit: Integer
2907
2907
 
2908
2908
  attr_accessor :SnapshotIds, :Filters, :Offset, :Limit
2909
-
2909
+
2910
2910
  def initialize(snapshotids=nil, filters=nil, offset=nil, limit=nil)
2911
2911
  @SnapshotIds = snapshotids
2912
2912
  @Filters = filters
@@ -2939,7 +2939,7 @@ module TencentCloud
2939
2939
  # @type RequestId: String
2940
2940
 
2941
2941
  attr_accessor :TotalCount, :SnapshotSet, :RequestId
2942
-
2942
+
2943
2943
  def initialize(totalcount=nil, snapshotset=nil, requestid=nil)
2944
2944
  @TotalCount = totalcount
2945
2945
  @SnapshotSet = snapshotset
@@ -2974,7 +2974,7 @@ module TencentCloud
2974
2974
  # @type Order: String
2975
2975
 
2976
2976
  attr_accessor :OrderField, :Order
2977
-
2977
+
2978
2978
  def initialize(orderfield=nil, order=nil)
2979
2979
  @OrderField = orderfield
2980
2980
  @Order = order
@@ -2996,7 +2996,7 @@ module TencentCloud
2996
2996
  # @type RequestId: String
2997
2997
 
2998
2998
  attr_accessor :TotalCount, :ZoneInfoSet, :RequestId
2999
-
2999
+
3000
3000
  def initialize(totalcount=nil, zoneinfoset=nil, requestid=nil)
3001
3001
  @TotalCount = totalcount
3002
3002
  @ZoneInfoSet = zoneinfoset
@@ -3023,7 +3023,7 @@ module TencentCloud
3023
3023
  # @type CcnId: String
3024
3024
 
3025
3025
  attr_accessor :CcnId
3026
-
3026
+
3027
3027
  def initialize(ccnid=nil)
3028
3028
  @CcnId = ccnid
3029
3029
  end
@@ -3039,7 +3039,7 @@ module TencentCloud
3039
3039
  # @type RequestId: String
3040
3040
 
3041
3041
  attr_accessor :RequestId
3042
-
3042
+
3043
3043
  def initialize(requestid=nil)
3044
3044
  @RequestId = requestid
3045
3045
  end
@@ -3055,7 +3055,7 @@ module TencentCloud
3055
3055
  # @type DiskIds: Array
3056
3056
 
3057
3057
  attr_accessor :DiskIds
3058
-
3058
+
3059
3059
  def initialize(diskids=nil)
3060
3060
  @DiskIds = diskids
3061
3061
  end
@@ -3071,7 +3071,7 @@ module TencentCloud
3071
3071
  # @type RequestId: String
3072
3072
 
3073
3073
  attr_accessor :RequestId
3074
-
3074
+
3075
3075
  def initialize(requestid=nil)
3076
3076
  @RequestId = requestid
3077
3077
  end
@@ -3097,7 +3097,7 @@ module TencentCloud
3097
3097
  # @type DiscountPrice: Float
3098
3098
 
3099
3099
  attr_accessor :PriceName, :OriginUnitPrice, :OriginalPrice, :Discount, :DiscountPrice
3100
-
3100
+
3101
3101
  def initialize(pricename=nil, originunitprice=nil, originalprice=nil, discount=nil, discountprice=nil)
3102
3102
  @PriceName = pricename
3103
3103
  @OriginUnitPrice = originunitprice
@@ -3123,7 +3123,7 @@ module TencentCloud
3123
3123
  # @type InstanceIds: Array
3124
3124
 
3125
3125
  attr_accessor :KeyIds, :InstanceIds
3126
-
3126
+
3127
3127
  def initialize(keyids=nil, instanceids=nil)
3128
3128
  @KeyIds = keyids
3129
3129
  @InstanceIds = instanceids
@@ -3141,7 +3141,7 @@ module TencentCloud
3141
3141
  # @type RequestId: String
3142
3142
 
3143
3143
  attr_accessor :RequestId
3144
-
3144
+
3145
3145
  def initialize(requestid=nil)
3146
3146
  @RequestId = requestid
3147
3147
  end
@@ -3167,7 +3167,7 @@ module TencentCloud
3167
3167
  # @type PolicyDetail: :class:`Tencentcloud::Lighthouse.v20200324.models.PolicyDetail`
3168
3168
 
3169
3169
  attr_accessor :TimeSpan, :TimeUnit, :TotalCost, :RealTotalCost, :Discount, :PolicyDetail
3170
-
3170
+
3171
3171
  def initialize(timespan=nil, timeunit=nil, totalcost=nil, realtotalcost=nil, discount=nil, policydetail=nil)
3172
3172
  @TimeSpan = timespan
3173
3173
  @TimeUnit = timeunit
@@ -3250,7 +3250,7 @@ module TencentCloud
3250
3250
  # @type DiskBackupQuota: Integer
3251
3251
 
3252
3252
  attr_accessor :DiskId, :InstanceId, :Zone, :DiskName, :DiskUsage, :DiskType, :DiskChargeType, :DiskSize, :RenewFlag, :DiskState, :Attached, :DeleteWithInstance, :LatestOperation, :LatestOperationState, :LatestOperationRequestId, :CreatedTime, :ExpiredTime, :IsolatedTime, :DiskBackupCount, :DiskBackupQuota
3253
-
3253
+
3254
3254
  def initialize(diskid=nil, instanceid=nil, zone=nil, diskname=nil, diskusage=nil, disktype=nil, diskchargetype=nil, disksize=nil, renewflag=nil, diskstate=nil, attached=nil, deletewithinstance=nil, latestoperation=nil, latestoperationstate=nil, latestoperationrequestid=nil, createdtime=nil, expiredtime=nil, isolatedtime=nil, diskbackupcount=nil, diskbackupquota=nil)
3255
3255
  @DiskId = diskid
3256
3256
  @InstanceId = instanceid
@@ -3332,7 +3332,7 @@ module TencentCloud
3332
3332
  # @type CreatedTime: String
3333
3333
 
3334
3334
  attr_accessor :DiskBackupId, :DiskUsage, :DiskId, :DiskSize, :DiskBackupName, :DiskBackupState, :Percent, :LatestOperation, :LatestOperationState, :LatestOperationRequestId, :CreatedTime
3335
-
3335
+
3336
3336
  def initialize(diskbackupid=nil, diskusage=nil, diskid=nil, disksize=nil, diskbackupname=nil, diskbackupstate=nil, percent=nil, latestoperation=nil, latestoperationstate=nil, latestoperationrequestid=nil, createdtime=nil)
3337
3337
  @DiskBackupId = diskbackupid
3338
3338
  @DiskUsage = diskusage
@@ -3370,7 +3370,7 @@ module TencentCloud
3370
3370
  # @type DeniedActions: Array
3371
3371
 
3372
3372
  attr_accessor :DiskBackupId, :DeniedActions
3373
-
3373
+
3374
3374
  def initialize(diskbackupid=nil, deniedactions=nil)
3375
3375
  @DiskBackupId = diskbackupid
3376
3376
  @DeniedActions = deniedactions
@@ -3405,7 +3405,7 @@ module TencentCloud
3405
3405
  # @type TimeUnit: String
3406
3406
 
3407
3407
  attr_accessor :Period, :RenewFlag, :TimeUnit
3408
-
3408
+
3409
3409
  def initialize(period=nil, renewflag=nil, timeunit=nil)
3410
3410
  @Period = period
3411
3411
  @RenewFlag = renewflag
@@ -3435,7 +3435,7 @@ module TencentCloud
3435
3435
  # @type DiskStepSize: Integer
3436
3436
 
3437
3437
  attr_accessor :Zone, :DiskType, :DiskSalesState, :MaxDiskSize, :MinDiskSize, :DiskStepSize
3438
-
3438
+
3439
3439
  def initialize(zone=nil, disktype=nil, disksalesstate=nil, maxdisksize=nil, mindisksize=nil, diskstepsize=nil)
3440
3440
  @Zone = zone
3441
3441
  @DiskType = disktype
@@ -3463,7 +3463,7 @@ module TencentCloud
3463
3463
  # @type DeniedActions: Array
3464
3464
 
3465
3465
  attr_accessor :DiskId, :DeniedActions
3466
-
3466
+
3467
3467
  def initialize(diskid=nil, deniedactions=nil)
3468
3468
  @DiskId = diskid
3469
3469
  @DeniedActions = deniedactions
@@ -3496,7 +3496,7 @@ module TencentCloud
3496
3496
  # @type DetailPrices: Array
3497
3497
 
3498
3498
  attr_accessor :OriginalDiskPrice, :OriginalPrice, :Discount, :DiscountPrice, :DetailPrices
3499
-
3499
+
3500
3500
  def initialize(originaldiskprice=nil, originalprice=nil, discount=nil, discountprice=nil, detailprices=nil)
3501
3501
  @OriginalDiskPrice = originaldiskprice
3502
3502
  @OriginalPrice = originalprice
@@ -3533,7 +3533,7 @@ module TencentCloud
3533
3533
  # @type ReturnFailMessage: String
3534
3534
 
3535
3535
  attr_accessor :DiskId, :IsReturnable, :ReturnFailCode, :ReturnFailMessage
3536
-
3536
+
3537
3537
  def initialize(diskid=nil, isreturnable=nil, returnfailcode=nil, returnfailmessage=nil)
3538
3538
  @DiskId = diskid
3539
3539
  @IsReturnable = isreturnable
@@ -3565,7 +3565,7 @@ module TencentCloud
3565
3565
  # @type Command: String
3566
3566
 
3567
3567
  attr_accessor :ContainerImage, :ContainerName, :Envs, :PublishPorts, :Volumes, :Command
3568
-
3568
+
3569
3569
  def initialize(containerimage=nil, containername=nil, envs=nil, publishports=nil, volumes=nil, command=nil)
3570
3570
  @ContainerImage = containerimage
3571
3571
  @ContainerName = containername
@@ -3620,7 +3620,7 @@ module TencentCloud
3620
3620
  # @type Protocol: String
3621
3621
 
3622
3622
  attr_accessor :HostPort, :ContainerPort, :Ip, :Protocol
3623
-
3623
+
3624
3624
  def initialize(hostport=nil, containerport=nil, ip=nil, protocol=nil)
3625
3625
  @HostPort = hostport
3626
3626
  @ContainerPort = containerport
@@ -3644,7 +3644,7 @@ module TencentCloud
3644
3644
  # @type HostPath: String
3645
3645
 
3646
3646
  attr_accessor :ContainerPath, :HostPath
3647
-
3647
+
3648
3648
  def initialize(containerpath=nil, hostpath=nil)
3649
3649
  @ContainerPath = containerpath
3650
3650
  @HostPath = hostpath
@@ -3674,7 +3674,7 @@ module TencentCloud
3674
3674
  # @type Values: Array
3675
3675
 
3676
3676
  attr_accessor :Name, :Values
3677
-
3677
+
3678
3678
  def initialize(name=nil, values=nil)
3679
3679
  @Name = name
3680
3680
  @Values = values
@@ -3700,7 +3700,7 @@ module TencentCloud
3700
3700
  # @type FirewallRuleDescription: String
3701
3701
 
3702
3702
  attr_accessor :Protocol, :Port, :CidrBlock, :Action, :FirewallRuleDescription
3703
-
3703
+
3704
3704
  def initialize(protocol=nil, port=nil, cidrblock=nil, action=nil, firewallruledescription=nil)
3705
3705
  @Protocol = protocol
3706
3706
  @Port = port
@@ -3734,7 +3734,7 @@ module TencentCloud
3734
3734
  # @type FirewallRuleDescription: String
3735
3735
 
3736
3736
  attr_accessor :AppType, :Protocol, :Port, :CidrBlock, :Action, :FirewallRuleDescription
3737
-
3737
+
3738
3738
  def initialize(apptype=nil, protocol=nil, port=nil, cidrblock=nil, action=nil, firewallruledescription=nil)
3739
3739
  @AppType = apptype
3740
3740
  @Protocol = protocol
@@ -3765,7 +3765,7 @@ module TencentCloud
3765
3765
  # @type ResourceQuotaTotal: Integer
3766
3766
 
3767
3767
  attr_accessor :ResourceName, :ResourceQuotaAvailable, :ResourceQuotaTotal
3768
-
3768
+
3769
3769
  def initialize(resourcename=nil, resourcequotaavailable=nil, resourcequotatotal=nil)
3770
3770
  @ResourceName = resourcename
3771
3771
  @ResourceQuotaAvailable = resourcequotaavailable
@@ -3787,7 +3787,7 @@ module TencentCloud
3787
3787
  # @type PublicKey: String
3788
3788
 
3789
3789
  attr_accessor :KeyName, :PublicKey
3790
-
3790
+
3791
3791
  def initialize(keyname=nil, publickey=nil)
3792
3792
  @KeyName = keyname
3793
3793
  @PublicKey = publickey
@@ -3807,7 +3807,7 @@ module TencentCloud
3807
3807
  # @type RequestId: String
3808
3808
 
3809
3809
  attr_accessor :KeyId, :RequestId
3810
-
3810
+
3811
3811
  def initialize(keyid=nil, requestid=nil)
3812
3812
  @KeyId = keyid
3813
3813
  @RequestId = requestid
@@ -3825,7 +3825,7 @@ module TencentCloud
3825
3825
  # @type BlueprintCount: Integer
3826
3826
 
3827
3827
  attr_accessor :BlueprintCount
3828
-
3828
+
3829
3829
  def initialize(blueprintcount=nil)
3830
3830
  @BlueprintCount = blueprintcount
3831
3831
  end
@@ -3843,7 +3843,7 @@ module TencentCloud
3843
3843
  # @type RequestId: String
3844
3844
 
3845
3845
  attr_accessor :BlueprintPrice, :RequestId
3846
-
3846
+
3847
3847
  def initialize(blueprintprice=nil, requestid=nil)
3848
3848
  @BlueprintPrice = blueprintprice
3849
3849
  @RequestId = requestid
@@ -3872,7 +3872,7 @@ module TencentCloud
3872
3872
  # @type DiskBackupQuota: Integer
3873
3873
 
3874
3874
  attr_accessor :DiskSize, :DiskType, :DiskChargePrepaid, :DiskCount, :DiskBackupQuota
3875
-
3875
+
3876
3876
  def initialize(disksize=nil, disktype=nil, diskchargeprepaid=nil, diskcount=nil, diskbackupquota=nil)
3877
3877
  @DiskSize = disksize
3878
3878
  @DiskType = disktype
@@ -3901,7 +3901,7 @@ module TencentCloud
3901
3901
  # @type RequestId: String
3902
3902
 
3903
3903
  attr_accessor :DiskPrice, :RequestId
3904
-
3904
+
3905
3905
  def initialize(diskprice=nil, requestid=nil)
3906
3906
  @DiskPrice = diskprice
3907
3907
  @RequestId = requestid
@@ -3928,7 +3928,7 @@ module TencentCloud
3928
3928
  # @type BlueprintId: String
3929
3929
 
3930
3930
  attr_accessor :BundleId, :InstanceChargePrepaid, :InstanceCount, :BlueprintId
3931
-
3931
+
3932
3932
  def initialize(bundleid=nil, instancechargeprepaid=nil, instancecount=nil, blueprintid=nil)
3933
3933
  @BundleId = bundleid
3934
3934
  @InstanceChargePrepaid = instancechargeprepaid
@@ -3955,7 +3955,7 @@ module TencentCloud
3955
3955
  # @type RequestId: String
3956
3956
 
3957
3957
  attr_accessor :Price, :RequestId
3958
-
3958
+
3959
3959
  def initialize(price=nil, requestid=nil)
3960
3960
  @Price = price
3961
3961
  @RequestId = requestid
@@ -3978,7 +3978,7 @@ module TencentCloud
3978
3978
  # @type RenewDiskChargePrepaid: :class:`Tencentcloud::Lighthouse.v20200324.models.RenewDiskChargePrepaid`
3979
3979
 
3980
3980
  attr_accessor :DiskIds, :RenewDiskChargePrepaid
3981
-
3981
+
3982
3982
  def initialize(diskids=nil, renewdiskchargeprepaid=nil)
3983
3983
  @DiskIds = diskids
3984
3984
  @RenewDiskChargePrepaid = renewdiskchargeprepaid
@@ -4001,7 +4001,7 @@ module TencentCloud
4001
4001
  # @type RequestId: String
4002
4002
 
4003
4003
  attr_accessor :DiskPrice, :RequestId
4004
-
4004
+
4005
4005
  def initialize(diskprice=nil, requestid=nil)
4006
4006
  @DiskPrice = diskprice
4007
4007
  @RequestId = requestid
@@ -4028,7 +4028,7 @@ module TencentCloud
4028
4028
  # @type AlignInstanceExpiredTime: Boolean
4029
4029
 
4030
4030
  attr_accessor :InstanceIds, :InstanceChargePrepaid, :RenewDataDisk, :AlignInstanceExpiredTime
4031
-
4031
+
4032
4032
  def initialize(instanceids=nil, instancechargeprepaid=nil, renewdatadisk=nil, aligninstanceexpiredtime=nil)
4033
4033
  @InstanceIds = instanceids
4034
4034
  @InstanceChargePrepaid = instancechargeprepaid
@@ -4063,7 +4063,7 @@ module TencentCloud
4063
4063
  # @type RequestId: String
4064
4064
 
4065
4065
  attr_accessor :Price, :DataDiskPriceSet, :InstancePriceDetailSet, :TotalPrice, :RequestId
4066
-
4066
+
4067
4067
  def initialize(price=nil, datadiskpriceset=nil, instancepricedetailset=nil, totalprice=nil, requestid=nil)
4068
4068
  @Price = price
4069
4069
  @DataDiskPriceSet = datadiskpriceset
@@ -4177,7 +4177,7 @@ module TencentCloud
4177
4177
  # @type InstanceRestrictState: String
4178
4178
 
4179
4179
  attr_accessor :InstanceId, :BundleId, :BlueprintId, :CPU, :Memory, :InstanceName, :InstanceChargeType, :SystemDisk, :PrivateAddresses, :PublicAddresses, :InternetAccessible, :RenewFlag, :LoginSettings, :InstanceState, :Uuid, :LatestOperation, :LatestOperationState, :LatestOperationRequestId, :IsolatedTime, :CreatedTime, :ExpiredTime, :PlatformType, :Platform, :OsName, :Zone, :Tags, :InstanceRestrictState
4180
-
4180
+
4181
4181
  def initialize(instanceid=nil, bundleid=nil, blueprintid=nil, cpu=nil, memory=nil, instancename=nil, instancechargetype=nil, systemdisk=nil, privateaddresses=nil, publicaddresses=nil, internetaccessible=nil, renewflag=nil, loginsettings=nil, instancestate=nil, uuid=nil, latestoperation=nil, latestoperationstate=nil, latestoperationrequestid=nil, isolatedtime=nil, createdtime=nil, expiredtime=nil, platformtype=nil, platform=nil, osname=nil, zone=nil, tags=nil, instancerestrictstate=nil)
4182
4182
  @InstanceId = instanceid
4183
4183
  @BundleId = bundleid
@@ -4263,7 +4263,7 @@ module TencentCloud
4263
4263
  # @type RenewFlag: String
4264
4264
 
4265
4265
  attr_accessor :Period, :RenewFlag
4266
-
4266
+
4267
4267
  def initialize(period=nil, renewflag=nil)
4268
4268
  @Period = period
4269
4269
  @RenewFlag = renewflag
@@ -4284,7 +4284,7 @@ module TencentCloud
4284
4284
  # @type DeniedActions: Array
4285
4285
 
4286
4286
  attr_accessor :InstanceId, :DeniedActions
4287
-
4287
+
4288
4288
  def initialize(instanceid=nil, deniedactions=nil)
4289
4289
  @InstanceId = instanceid
4290
4290
  @DeniedActions = deniedactions
@@ -4318,7 +4318,7 @@ module TencentCloud
4318
4318
  # @type Currency: String
4319
4319
 
4320
4320
  attr_accessor :OriginalBundlePrice, :OriginalPrice, :Discount, :DiscountPrice, :Currency
4321
-
4321
+
4322
4322
  def initialize(originalbundleprice=nil, originalprice=nil, discount=nil, discountprice=nil, currency=nil)
4323
4323
  @OriginalBundlePrice = originalbundleprice
4324
4324
  @OriginalPrice = originalprice
@@ -4349,7 +4349,7 @@ module TencentCloud
4349
4349
  # @type DiscountDetail: Array
4350
4350
 
4351
4351
  attr_accessor :InstanceId, :InstancePrice, :DiscountDetail
4352
-
4352
+
4353
4353
  def initialize(instanceid=nil, instanceprice=nil, discountdetail=nil)
4354
4354
  @InstanceId = instanceid
4355
4355
  @InstancePrice = instanceprice
@@ -4385,7 +4385,7 @@ module TencentCloud
4385
4385
  # @type ReturnFailMessage: String
4386
4386
 
4387
4387
  attr_accessor :InstanceId, :IsReturnable, :ReturnFailCode, :ReturnFailMessage
4388
-
4388
+
4389
4389
  def initialize(instanceid=nil, isreturnable=nil, returnfailcode=nil, returnfailmessage=nil)
4390
4390
  @InstanceId = instanceid
4391
4391
  @IsReturnable = isreturnable
@@ -4409,7 +4409,7 @@ module TencentCloud
4409
4409
  # @type TrafficPackageSet: Array
4410
4410
 
4411
4411
  attr_accessor :InstanceId, :TrafficPackageSet
4412
-
4412
+
4413
4413
  def initialize(instanceid=nil, trafficpackageset=nil)
4414
4414
  @InstanceId = instanceid
4415
4415
  @TrafficPackageSet = trafficpackageset
@@ -4440,7 +4440,7 @@ module TencentCloud
4440
4440
  # @type PublicIpAssigned: Boolean
4441
4441
 
4442
4442
  attr_accessor :InternetChargeType, :InternetMaxBandwidthOut, :PublicIpAssigned
4443
-
4443
+
4444
4444
  def initialize(internetchargetype=nil, internetmaxbandwidthout=nil, publicipassigned=nil)
4445
4445
  @InternetChargeType = internetchargetype
4446
4446
  @InternetMaxBandwidthOut = internetmaxbandwidthout
@@ -4460,7 +4460,7 @@ module TencentCloud
4460
4460
  # @type DiskIds: Array
4461
4461
 
4462
4462
  attr_accessor :DiskIds
4463
-
4463
+
4464
4464
  def initialize(diskids=nil)
4465
4465
  @DiskIds = diskids
4466
4466
  end
@@ -4476,7 +4476,7 @@ module TencentCloud
4476
4476
  # @type RequestId: String
4477
4477
 
4478
4478
  attr_accessor :RequestId
4479
-
4479
+
4480
4480
  def initialize(requestid=nil)
4481
4481
  @RequestId = requestid
4482
4482
  end
@@ -4497,7 +4497,7 @@ module TencentCloud
4497
4497
  # @type IsolateDataDisk: Boolean
4498
4498
 
4499
4499
  attr_accessor :InstanceIds, :IsolateDataDisk
4500
-
4500
+
4501
4501
  def initialize(instanceids=nil, isolatedatadisk=nil)
4502
4502
  @InstanceIds = instanceids
4503
4503
  @IsolateDataDisk = isolatedatadisk
@@ -4515,7 +4515,7 @@ module TencentCloud
4515
4515
  # @type RequestId: String
4516
4516
 
4517
4517
  attr_accessor :RequestId
4518
-
4518
+
4519
4519
  def initialize(requestid=nil)
4520
4520
  @RequestId = requestid
4521
4521
  end
@@ -4544,7 +4544,7 @@ module TencentCloud
4544
4544
  # @type PrivateKey: String
4545
4545
 
4546
4546
  attr_accessor :KeyId, :KeyName, :PublicKey, :AssociatedInstanceIds, :CreatedTime, :PrivateKey
4547
-
4547
+
4548
4548
  def initialize(keyid=nil, keyname=nil, publickey=nil, associatedinstanceids=nil, createdtime=nil, privatekey=nil)
4549
4549
  @KeyId = keyid
4550
4550
  @KeyName = keyname
@@ -4578,7 +4578,7 @@ module TencentCloud
4578
4578
  # @type Password: String
4579
4579
 
4580
4580
  attr_accessor :AutoGeneratePassword, :Password
4581
-
4581
+
4582
4582
  def initialize(autogeneratepassword=nil, password=nil)
4583
4583
  @AutoGeneratePassword = autogeneratepassword
4584
4584
  @Password = password
@@ -4596,7 +4596,7 @@ module TencentCloud
4596
4596
  # @type KeyIds: Array
4597
4597
 
4598
4598
  attr_accessor :KeyIds
4599
-
4599
+
4600
4600
  def initialize(keyids=nil)
4601
4601
  @KeyIds = keyids
4602
4602
  end
@@ -4616,7 +4616,7 @@ module TencentCloud
4616
4616
  # @type Description: String
4617
4617
 
4618
4618
  attr_accessor :BlueprintId, :BlueprintName, :Description
4619
-
4619
+
4620
4620
  def initialize(blueprintid=nil, blueprintname=nil, description=nil)
4621
4621
  @BlueprintId = blueprintid
4622
4622
  @BlueprintName = blueprintname
@@ -4636,7 +4636,7 @@ module TencentCloud
4636
4636
  # @type RequestId: String
4637
4637
 
4638
4638
  attr_accessor :RequestId
4639
-
4639
+
4640
4640
  def initialize(requestid=nil)
4641
4641
  @RequestId = requestid
4642
4642
  end
@@ -4662,7 +4662,7 @@ module TencentCloud
4662
4662
  # @type NotSupportModifyMessage: String
4663
4663
 
4664
4664
  attr_accessor :ModifyPrice, :ModifyBundleState, :Bundle, :NotSupportModifyMessage
4665
-
4665
+
4666
4666
  def initialize(modifyprice=nil, modifybundlestate=nil, bundle=nil, notsupportmodifymessage=nil)
4667
4667
  @ModifyPrice = modifyprice
4668
4668
  @ModifyBundleState = modifybundlestate
@@ -4692,7 +4692,7 @@ module TencentCloud
4692
4692
  # @type DiskBackupName: String
4693
4693
 
4694
4694
  attr_accessor :DiskBackupIds, :DiskBackupName
4695
-
4695
+
4696
4696
  def initialize(diskbackupids=nil, diskbackupname=nil)
4697
4697
  @DiskBackupIds = diskbackupids
4698
4698
  @DiskBackupName = diskbackupname
@@ -4710,7 +4710,7 @@ module TencentCloud
4710
4710
  # @type RequestId: String
4711
4711
 
4712
4712
  attr_accessor :RequestId
4713
-
4713
+
4714
4714
  def initialize(requestid=nil)
4715
4715
  @RequestId = requestid
4716
4716
  end
@@ -4728,7 +4728,7 @@ module TencentCloud
4728
4728
  # @type DiskName: String
4729
4729
 
4730
4730
  attr_accessor :DiskIds, :DiskName
4731
-
4731
+
4732
4732
  def initialize(diskids=nil, diskname=nil)
4733
4733
  @DiskIds = diskids
4734
4734
  @DiskName = diskname
@@ -4746,7 +4746,7 @@ module TencentCloud
4746
4746
  # @type RequestId: String
4747
4747
 
4748
4748
  attr_accessor :RequestId
4749
-
4749
+
4750
4750
  def initialize(requestid=nil)
4751
4751
  @RequestId = requestid
4752
4752
  end
@@ -4764,7 +4764,7 @@ module TencentCloud
4764
4764
  # @type RenewFlag: String
4765
4765
 
4766
4766
  attr_accessor :DiskIds, :RenewFlag
4767
-
4767
+
4768
4768
  def initialize(diskids=nil, renewflag=nil)
4769
4769
  @DiskIds = diskids
4770
4770
  @RenewFlag = renewflag
@@ -4782,7 +4782,7 @@ module TencentCloud
4782
4782
  # @type RequestId: String
4783
4783
 
4784
4784
  attr_accessor :RequestId
4785
-
4785
+
4786
4786
  def initialize(requestid=nil)
4787
4787
  @RequestId = requestid
4788
4788
  end
@@ -4802,7 +4802,7 @@ module TencentCloud
4802
4802
  # @type FirewallVersion: Integer
4803
4803
 
4804
4804
  attr_accessor :InstanceId, :FirewallRule, :FirewallVersion
4805
-
4805
+
4806
4806
  def initialize(instanceid=nil, firewallrule=nil, firewallversion=nil)
4807
4807
  @InstanceId = instanceid
4808
4808
  @FirewallRule = firewallrule
@@ -4825,7 +4825,7 @@ module TencentCloud
4825
4825
  # @type RequestId: String
4826
4826
 
4827
4827
  attr_accessor :RequestId
4828
-
4828
+
4829
4829
  def initialize(requestid=nil)
4830
4830
  @RequestId = requestid
4831
4831
  end
@@ -4845,7 +4845,7 @@ module TencentCloud
4845
4845
  # @type FirewallVersion: Integer
4846
4846
 
4847
4847
  attr_accessor :InstanceId, :FirewallRules, :FirewallVersion
4848
-
4848
+
4849
4849
  def initialize(instanceid=nil, firewallrules=nil, firewallversion=nil)
4850
4850
  @InstanceId = instanceid
4851
4851
  @FirewallRules = firewallrules
@@ -4872,7 +4872,7 @@ module TencentCloud
4872
4872
  # @type RequestId: String
4873
4873
 
4874
4874
  attr_accessor :RequestId
4875
-
4875
+
4876
4876
  def initialize(requestid=nil)
4877
4877
  @RequestId = requestid
4878
4878
  end
@@ -4890,7 +4890,7 @@ module TencentCloud
4890
4890
  # @type InstanceName: String
4891
4891
 
4892
4892
  attr_accessor :InstanceIds, :InstanceName
4893
-
4893
+
4894
4894
  def initialize(instanceids=nil, instancename=nil)
4895
4895
  @InstanceIds = instanceids
4896
4896
  @InstanceName = instancename
@@ -4908,7 +4908,7 @@ module TencentCloud
4908
4908
  # @type RequestId: String
4909
4909
 
4910
4910
  attr_accessor :RequestId
4911
-
4911
+
4912
4912
  def initialize(requestid=nil)
4913
4913
  @RequestId = requestid
4914
4914
  end
@@ -4931,7 +4931,7 @@ module TencentCloud
4931
4931
  # @type AutoVoucher: Boolean
4932
4932
 
4933
4933
  attr_accessor :InstanceIds, :BundleId, :AutoVoucher
4934
-
4934
+
4935
4935
  def initialize(instanceids=nil, bundleid=nil, autovoucher=nil)
4936
4936
  @InstanceIds = instanceids
4937
4937
  @BundleId = bundleid
@@ -4951,7 +4951,7 @@ module TencentCloud
4951
4951
  # @type RequestId: String
4952
4952
 
4953
4953
  attr_accessor :RequestId
4954
-
4954
+
4955
4955
  def initialize(requestid=nil)
4956
4956
  @RequestId = requestid
4957
4957
  end
@@ -4969,7 +4969,7 @@ module TencentCloud
4969
4969
  # @type PermitLogin: String
4970
4970
 
4971
4971
  attr_accessor :InstanceIds, :PermitLogin
4972
-
4972
+
4973
4973
  def initialize(instanceids=nil, permitlogin=nil)
4974
4974
  @InstanceIds = instanceids
4975
4975
  @PermitLogin = permitlogin
@@ -4987,7 +4987,7 @@ module TencentCloud
4987
4987
  # @type RequestId: String
4988
4988
 
4989
4989
  attr_accessor :RequestId
4990
-
4990
+
4991
4991
  def initialize(requestid=nil)
4992
4992
  @RequestId = requestid
4993
4993
  end
@@ -5005,7 +5005,7 @@ module TencentCloud
5005
5005
  # @type RenewFlag: String
5006
5006
 
5007
5007
  attr_accessor :InstanceIds, :RenewFlag
5008
-
5008
+
5009
5009
  def initialize(instanceids=nil, renewflag=nil)
5010
5010
  @InstanceIds = instanceids
5011
5011
  @RenewFlag = renewflag
@@ -5023,7 +5023,7 @@ module TencentCloud
5023
5023
  # @type RequestId: String
5024
5024
 
5025
5025
  attr_accessor :RequestId
5026
-
5026
+
5027
5027
  def initialize(requestid=nil)
5028
5028
  @RequestId = requestid
5029
5029
  end
@@ -5041,7 +5041,7 @@ module TencentCloud
5041
5041
  # @type SnapshotName: String
5042
5042
 
5043
5043
  attr_accessor :SnapshotId, :SnapshotName
5044
-
5044
+
5045
5045
  def initialize(snapshotid=nil, snapshotname=nil)
5046
5046
  @SnapshotId = snapshotid
5047
5047
  @SnapshotName = snapshotname
@@ -5059,7 +5059,7 @@ module TencentCloud
5059
5059
  # @type RequestId: String
5060
5060
 
5061
5061
  attr_accessor :RequestId
5062
-
5062
+
5063
5063
  def initialize(requestid=nil)
5064
5064
  @RequestId = requestid
5065
5065
  end
@@ -5086,7 +5086,7 @@ module TencentCloud
5086
5086
  # @type DiscountType: String
5087
5087
 
5088
5088
  attr_accessor :UserDiscount, :CommonDiscount, :FinalDiscount, :ActivityDiscount, :DiscountType
5089
-
5089
+
5090
5090
  def initialize(userdiscount=nil, commondiscount=nil, finaldiscount=nil, activitydiscount=nil, discounttype=nil)
5091
5091
  @UserDiscount = userdiscount
5092
5092
  @CommonDiscount = commondiscount
@@ -5110,7 +5110,7 @@ module TencentCloud
5110
5110
  # @type InstancePrice: :class:`Tencentcloud::Lighthouse.v20200324.models.InstancePrice`
5111
5111
 
5112
5112
  attr_accessor :InstancePrice
5113
-
5113
+
5114
5114
  def initialize(instanceprice=nil)
5115
5115
  @InstancePrice = instanceprice
5116
5116
  end
@@ -5129,7 +5129,7 @@ module TencentCloud
5129
5129
  # @type InstanceIds: Array
5130
5130
 
5131
5131
  attr_accessor :InstanceIds
5132
-
5132
+
5133
5133
  def initialize(instanceids=nil)
5134
5134
  @InstanceIds = instanceids
5135
5135
  end
@@ -5145,7 +5145,7 @@ module TencentCloud
5145
5145
  # @type RequestId: String
5146
5146
 
5147
5147
  attr_accessor :RequestId
5148
-
5148
+
5149
5149
  def initialize(requestid=nil)
5150
5150
  @RequestId = requestid
5151
5151
  end
@@ -5167,7 +5167,7 @@ module TencentCloud
5167
5167
  # @type IsChinaMainland: Boolean
5168
5168
 
5169
5169
  attr_accessor :Region, :RegionName, :RegionState, :IsChinaMainland
5170
-
5170
+
5171
5171
  def initialize(region=nil, regionname=nil, regionstate=nil, ischinamainland=nil)
5172
5172
  @Region = region
5173
5173
  @RegionName = regionname
@@ -5199,7 +5199,7 @@ module TencentCloud
5199
5199
  # @type CurInstanceDeadline: String
5200
5200
 
5201
5201
  attr_accessor :Period, :RenewFlag, :TimeUnit, :CurInstanceDeadline
5202
-
5202
+
5203
5203
  def initialize(period=nil, renewflag=nil, timeunit=nil, curinstancedeadline=nil)
5204
5204
  @Period = period
5205
5205
  @RenewFlag = renewflag
@@ -5225,7 +5225,7 @@ module TencentCloud
5225
5225
  # @type AutoVoucher: Boolean
5226
5226
 
5227
5227
  attr_accessor :DiskIds, :RenewDiskChargePrepaid, :AutoVoucher
5228
-
5228
+
5229
5229
  def initialize(diskids=nil, renewdiskchargeprepaid=nil, autovoucher=nil)
5230
5230
  @DiskIds = diskids
5231
5231
  @RenewDiskChargePrepaid = renewdiskchargeprepaid
@@ -5248,7 +5248,7 @@ module TencentCloud
5248
5248
  # @type RequestId: String
5249
5249
 
5250
5250
  attr_accessor :RequestId
5251
-
5251
+
5252
5252
  def initialize(requestid=nil)
5253
5253
  @RequestId = requestid
5254
5254
  end
@@ -5276,7 +5276,7 @@ module TencentCloud
5276
5276
  # @type AutoVoucher: Boolean
5277
5277
 
5278
5278
  attr_accessor :InstanceIds, :InstanceChargePrepaid, :RenewDataDisk, :AutoVoucher
5279
-
5279
+
5280
5280
  def initialize(instanceids=nil, instancechargeprepaid=nil, renewdatadisk=nil, autovoucher=nil)
5281
5281
  @InstanceIds = instanceids
5282
5282
  @InstanceChargePrepaid = instancechargeprepaid
@@ -5301,7 +5301,7 @@ module TencentCloud
5301
5301
  # @type RequestId: String
5302
5302
 
5303
5303
  attr_accessor :RequestId
5304
-
5304
+
5305
5305
  def initialize(requestid=nil)
5306
5306
  @RequestId = requestid
5307
5307
  end
@@ -5317,7 +5317,7 @@ module TencentCloud
5317
5317
  # @type CcnId: String
5318
5318
 
5319
5319
  attr_accessor :CcnId
5320
-
5320
+
5321
5321
  def initialize(ccnid=nil)
5322
5322
  @CcnId = ccnid
5323
5323
  end
@@ -5333,7 +5333,7 @@ module TencentCloud
5333
5333
  # @type RequestId: String
5334
5334
 
5335
5335
  attr_accessor :RequestId
5336
-
5336
+
5337
5337
  def initialize(requestid=nil)
5338
5338
  @RequestId = requestid
5339
5339
  end
@@ -5353,7 +5353,7 @@ module TencentCloud
5353
5353
  # @type NonResettableMessage: String
5354
5354
 
5355
5355
  attr_accessor :BlueprintInfo, :IsResettable, :NonResettableMessage
5356
-
5356
+
5357
5357
  def initialize(blueprintinfo=nil, isresettable=nil, nonresettablemessage=nil)
5358
5358
  @BlueprintInfo = blueprintinfo
5359
5359
  @IsResettable = isresettable
@@ -5378,7 +5378,7 @@ module TencentCloud
5378
5378
  # @type BlueprintId: String
5379
5379
 
5380
5380
  attr_accessor :InstanceId, :BlueprintId
5381
-
5381
+
5382
5382
  def initialize(instanceid=nil, blueprintid=nil)
5383
5383
  @InstanceId = instanceid
5384
5384
  @BlueprintId = blueprintid
@@ -5396,7 +5396,7 @@ module TencentCloud
5396
5396
  # @type RequestId: String
5397
5397
 
5398
5398
  attr_accessor :RequestId
5399
-
5399
+
5400
5400
  def initialize(requestid=nil)
5401
5401
  @RequestId = requestid
5402
5402
  end
@@ -5411,14 +5411,14 @@ module TencentCloud
5411
5411
  # @param InstanceIds: 实例 ID 列表。每次请求批量实例的上限为 100。
5412
5412
  # @type InstanceIds: Array
5413
5413
  # @param Password: 实例登录密码。不同操作系统类型密码复杂度限制不一样,具体如下:
5414
- # `LINUX_UNIX` 实例密码必须 8-30 位,推荐使用 12 位以上密码,不能以“/”开头,至少包含以下字符中的三种不同字符,字符种类:<br><li>小写字母:[a-z]<br><li>大写字母:[A-Z]<br><li>数字:0-9<br><li>特殊字符: ()\`~!@#$%^&\*-+=\_|{}[]:;'<>,.?/</li>
5414
+ # `LINUX_UNIX` 实例密码必须 8-30 位,推荐使用 12 位以上密码,不能以“/”开头,至少包含以下字符中的三种不同字符,字符种类:<br><li>小写字母:[a-z]<br><li>大写字母:[A-Z]<br><li>数字:0-9<br><li>特殊字符: ()\`\~!@#$%^&\*-+=\_|{}[]:;' <>,.?/</li>
5415
5415
  # `WINDOWS` 实例密码必须 12-30 位,不能以“/”开头且不包括用户名,至少包含以下字符中的三种不同字符<br><li>小写字母:[a-z]<br><li>大写字母:[A-Z]<br><li>数字: 0-9<br><li>特殊字符:()\`~!@#$%^&\*-+=\_|{}[]:;' <>,.?/<br><li>如果实例即包含 `LINUX_UNIX` 实例又包含 `WINDOWS` 实例,则密码复杂度限制按照 `WINDOWS` 实例的限制。
5416
5416
  # @type Password: String
5417
5417
  # @param UserName: 待重置密码的实例操作系统用户名。不得超过 64 个字符。
5418
5418
  # @type UserName: String
5419
5419
 
5420
5420
  attr_accessor :InstanceIds, :Password, :UserName
5421
-
5421
+
5422
5422
  def initialize(instanceids=nil, password=nil, username=nil)
5423
5423
  @InstanceIds = instanceids
5424
5424
  @Password = password
@@ -5438,7 +5438,7 @@ module TencentCloud
5438
5438
  # @type RequestId: String
5439
5439
 
5440
5440
  attr_accessor :RequestId
5441
-
5441
+
5442
5442
  def initialize(requestid=nil)
5443
5443
  @RequestId = requestid
5444
5444
  end
@@ -5458,7 +5458,7 @@ module TencentCloud
5458
5458
  # @type Description: String
5459
5459
 
5460
5460
  attr_accessor :SceneId, :DisplayName, :Description
5461
-
5461
+
5462
5462
  def initialize(sceneid=nil, displayname=nil, description=nil)
5463
5463
  @SceneId = sceneid
5464
5464
  @DisplayName = displayname
@@ -5482,7 +5482,7 @@ module TencentCloud
5482
5482
  # @type Description: String
5483
5483
 
5484
5484
  attr_accessor :SceneId, :DisplayName, :Description
5485
-
5485
+
5486
5486
  def initialize(sceneid=nil, displayname=nil, description=nil)
5487
5487
  @SceneId = sceneid
5488
5488
  @DisplayName = displayname
@@ -5534,7 +5534,7 @@ module TencentCloud
5534
5534
  # @type CreatedTime: String
5535
5535
 
5536
5536
  attr_accessor :SnapshotId, :DiskUsage, :DiskId, :DiskSize, :SnapshotName, :SnapshotState, :Percent, :LatestOperation, :LatestOperationState, :LatestOperationRequestId, :CreatedTime
5537
-
5537
+
5538
5538
  def initialize(snapshotid=nil, diskusage=nil, diskid=nil, disksize=nil, snapshotname=nil, snapshotstate=nil, percent=nil, latestoperation=nil, latestoperationstate=nil, latestoperationrequestid=nil, createdtime=nil)
5539
5539
  @SnapshotId = snapshotid
5540
5540
  @DiskUsage = diskusage
@@ -5572,7 +5572,7 @@ module TencentCloud
5572
5572
  # @type DeniedActions: Array
5573
5573
 
5574
5574
  attr_accessor :SnapshotId, :DeniedActions
5575
-
5575
+
5576
5576
  def initialize(snapshotid=nil, deniedactions=nil)
5577
5577
  @SnapshotId = snapshotid
5578
5578
  @DeniedActions = deniedactions
@@ -5605,7 +5605,7 @@ module TencentCloud
5605
5605
  # @type DetailSet: Array
5606
5606
 
5607
5607
  attr_accessor :Name, :Version, :ImageUrl, :InstallDir, :DetailSet
5608
-
5608
+
5609
5609
  def initialize(name=nil, version=nil, imageurl=nil, installdir=nil, detailset=nil)
5610
5610
  @Name = name
5611
5611
  @Version = version
@@ -5640,7 +5640,7 @@ module TencentCloud
5640
5640
  # @type Value: String
5641
5641
 
5642
5642
  attr_accessor :Key, :Title, :Value
5643
-
5643
+
5644
5644
  def initialize(key=nil, title=nil, value=nil)
5645
5645
  @Key = key
5646
5646
  @Title = title
@@ -5660,7 +5660,7 @@ module TencentCloud
5660
5660
  # @type InstanceIds: Array
5661
5661
 
5662
5662
  attr_accessor :InstanceIds
5663
-
5663
+
5664
5664
  def initialize(instanceids=nil)
5665
5665
  @InstanceIds = instanceids
5666
5666
  end
@@ -5676,7 +5676,7 @@ module TencentCloud
5676
5676
  # @type RequestId: String
5677
5677
 
5678
5678
  attr_accessor :RequestId
5679
-
5679
+
5680
5680
  def initialize(requestid=nil)
5681
5681
  @RequestId = requestid
5682
5682
  end
@@ -5692,7 +5692,7 @@ module TencentCloud
5692
5692
  # @type InstanceIds: Array
5693
5693
 
5694
5694
  attr_accessor :InstanceIds
5695
-
5695
+
5696
5696
  def initialize(instanceids=nil)
5697
5697
  @InstanceIds = instanceids
5698
5698
  end
@@ -5708,7 +5708,7 @@ module TencentCloud
5708
5708
  # @type RequestId: String
5709
5709
 
5710
5710
  attr_accessor :RequestId
5711
-
5711
+
5712
5712
  def initialize(requestid=nil)
5713
5713
  @RequestId = requestid
5714
5714
  end
@@ -5731,7 +5731,7 @@ module TencentCloud
5731
5731
  # @type DiskId: String
5732
5732
 
5733
5733
  attr_accessor :DiskType, :DiskSize, :DiskId
5734
-
5734
+
5735
5735
  def initialize(disktype=nil, disksize=nil, diskid=nil)
5736
5736
  @DiskType = disktype
5737
5737
  @DiskSize = disksize
@@ -5753,7 +5753,7 @@ module TencentCloud
5753
5753
  # @type Value: String
5754
5754
 
5755
5755
  attr_accessor :Key, :Value
5756
-
5756
+
5757
5757
  def initialize(key=nil, value=nil)
5758
5758
  @Key = key
5759
5759
  @Value = value
@@ -5771,7 +5771,7 @@ module TencentCloud
5771
5771
  # @type DiskIds: Array
5772
5772
 
5773
5773
  attr_accessor :DiskIds
5774
-
5774
+
5775
5775
  def initialize(diskids=nil)
5776
5776
  @DiskIds = diskids
5777
5777
  end
@@ -5787,7 +5787,7 @@ module TencentCloud
5787
5787
  # @type RequestId: String
5788
5788
 
5789
5789
  attr_accessor :RequestId
5790
-
5790
+
5791
5791
  def initialize(requestid=nil)
5792
5792
  @RequestId = requestid
5793
5793
  end
@@ -5803,7 +5803,7 @@ module TencentCloud
5803
5803
  # @type InstanceIds: Array
5804
5804
 
5805
5805
  attr_accessor :InstanceIds
5806
-
5806
+
5807
5807
  def initialize(instanceids=nil)
5808
5808
  @InstanceIds = instanceids
5809
5809
  end
@@ -5819,7 +5819,7 @@ module TencentCloud
5819
5819
  # @type RequestId: String
5820
5820
 
5821
5821
  attr_accessor :RequestId
5822
-
5822
+
5823
5823
  def initialize(requestid=nil)
5824
5824
  @RequestId = requestid
5825
5825
  end
@@ -5839,7 +5839,7 @@ module TencentCloud
5839
5839
  # @type DiscountPrice: Float
5840
5840
 
5841
5841
  attr_accessor :OriginalPrice, :DiscountPrice
5842
-
5842
+
5843
5843
  def initialize(originalprice=nil, discountprice=nil)
5844
5844
  @OriginalPrice = originalprice
5845
5845
  @DiscountPrice = discountprice
@@ -5881,7 +5881,7 @@ module TencentCloud
5881
5881
  # @type Status: String
5882
5882
 
5883
5883
  attr_accessor :TrafficPackageId, :TrafficUsed, :TrafficPackageTotal, :TrafficPackageRemaining, :TrafficOverflow, :StartTime, :EndTime, :Deadline, :Status
5884
-
5884
+
5885
5885
  def initialize(trafficpackageid=nil, trafficused=nil, trafficpackagetotal=nil, trafficpackageremaining=nil, trafficoverflow=nil, starttime=nil, endtime=nil, deadline=nil, status=nil)
5886
5886
  @TrafficPackageId = trafficpackageid
5887
5887
  @TrafficUsed = trafficused
@@ -5917,7 +5917,7 @@ module TencentCloud
5917
5917
  # @type InstanceDisplayLabel: String
5918
5918
 
5919
5919
  attr_accessor :Zone, :ZoneName, :InstanceDisplayLabel
5920
-
5920
+
5921
5921
  def initialize(zone=nil, zonename=nil, instancedisplaylabel=nil)
5922
5922
  @Zone = zone
5923
5923
  @ZoneName = zonename