tencentcloud-sdk-cbs 3.0.590 → 3.0.591
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.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20170312/models.rb +109 -109
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 7b574d0e16901774dd585dd9ea17401331139eeb
|
4
|
+
data.tar.gz: 55883d12663adee91e59d731fc42ecf7d47320c4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ee5987706167acf3cf963631a7dc305225b6848cac3a5a937bd98063594aad9c155092baabccf844d551ccdea3741743bc614f56d2c5c1ca0d472da05e130946
|
7
|
+
data.tar.gz: f882f151b8ef1891e4fb69e9d6b6281d1043ed9df60ae0cc356f772242055d65b8ae3a0027873e98f6f8d872307dd3bf284330d469b9ba8cd3cea185e9551460
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.591
|
data/lib/v20170312/models.rb
CHANGED
@@ -33,7 +33,7 @@ module TencentCloud
|
|
33
33
|
# @type Years: Integer
|
34
34
|
|
35
35
|
attr_accessor :Days, :Weeks, :Months, :Years
|
36
|
-
|
36
|
+
|
37
37
|
def initialize(days=nil, weeks=nil, months=nil, years=nil)
|
38
38
|
@Days = days
|
39
39
|
@Weeks = weeks
|
@@ -57,7 +57,7 @@ module TencentCloud
|
|
57
57
|
# @type DiskId: String
|
58
58
|
|
59
59
|
attr_accessor :DiskBackupId, :DiskId
|
60
|
-
|
60
|
+
|
61
61
|
def initialize(diskbackupid=nil, diskid=nil)
|
62
62
|
@DiskBackupId = diskbackupid
|
63
63
|
@DiskId = diskid
|
@@ -75,7 +75,7 @@ module TencentCloud
|
|
75
75
|
# @type RequestId: String
|
76
76
|
|
77
77
|
attr_accessor :RequestId
|
78
|
-
|
78
|
+
|
79
79
|
def initialize(requestid=nil)
|
80
80
|
@RequestId = requestid
|
81
81
|
end
|
@@ -97,7 +97,7 @@ module TencentCloud
|
|
97
97
|
# @type AutoStartInstance: Boolean
|
98
98
|
|
99
99
|
attr_accessor :SnapshotId, :DiskId, :AutoStopInstance, :AutoStartInstance
|
100
|
-
|
100
|
+
|
101
101
|
def initialize(snapshotid=nil, diskid=nil, autostopinstance=nil, autostartinstance=nil)
|
102
102
|
@SnapshotId = snapshotid
|
103
103
|
@DiskId = diskid
|
@@ -119,7 +119,7 @@ module TencentCloud
|
|
119
119
|
# @type RequestId: String
|
120
120
|
|
121
121
|
attr_accessor :RequestId
|
122
|
-
|
122
|
+
|
123
123
|
def initialize(requestid=nil)
|
124
124
|
@RequestId = requestid
|
125
125
|
end
|
@@ -139,7 +139,7 @@ module TencentCloud
|
|
139
139
|
# @type MaxAttachCount: Integer
|
140
140
|
|
141
141
|
attr_accessor :InstanceId, :AttachedDiskCount, :MaxAttachCount
|
142
|
-
|
142
|
+
|
143
143
|
def initialize(instanceid=nil, attacheddiskcount=nil, maxattachcount=nil)
|
144
144
|
@InstanceId = instanceid
|
145
145
|
@AttachedDiskCount = attacheddiskcount
|
@@ -165,7 +165,7 @@ module TencentCloud
|
|
165
165
|
# @type AttachMode: String
|
166
166
|
|
167
167
|
attr_accessor :InstanceId, :DiskIds, :DeleteWithInstance, :AttachMode
|
168
|
-
|
168
|
+
|
169
169
|
def initialize(instanceid=nil, diskids=nil, deletewithinstance=nil, attachmode=nil)
|
170
170
|
@InstanceId = instanceid
|
171
171
|
@DiskIds = diskids
|
@@ -187,7 +187,7 @@ module TencentCloud
|
|
187
187
|
# @type RequestId: String
|
188
188
|
|
189
189
|
attr_accessor :RequestId
|
190
|
-
|
190
|
+
|
191
191
|
def initialize(requestid=nil)
|
192
192
|
@RequestId = requestid
|
193
193
|
end
|
@@ -207,7 +207,7 @@ module TencentCloud
|
|
207
207
|
# @type FileSystemType: String
|
208
208
|
|
209
209
|
attr_accessor :InstanceId, :MountPoint, :FileSystemType
|
210
|
-
|
210
|
+
|
211
211
|
def initialize(instanceid=nil, mountpoint=nil, filesystemtype=nil)
|
212
212
|
@InstanceId = instanceid
|
213
213
|
@MountPoint = mountpoint
|
@@ -269,7 +269,7 @@ module TencentCloud
|
|
269
269
|
# @type Tags: Array
|
270
270
|
|
271
271
|
attr_accessor :DiskIdSet, :IsActivated, :AutoSnapshotPolicyState, :IsCopyToRemote, :IsPermanent, :NextTriggerTime, :AutoSnapshotPolicyName, :AutoSnapshotPolicyId, :Policy, :CreateTime, :RetentionDays, :CopyToAccountUin, :InstanceIdSet, :RetentionMonths, :RetentionAmount, :AdvancedRetentionPolicy, :CopyFromAccountUin, :Tags
|
272
|
-
|
272
|
+
|
273
273
|
def initialize(diskidset=nil, isactivated=nil, autosnapshotpolicystate=nil, iscopytoremote=nil, ispermanent=nil, nexttriggertime=nil, autosnapshotpolicyname=nil, autosnapshotpolicyid=nil, policy=nil, createtime=nil, retentiondays=nil, copytoaccountuin=nil, instanceidset=nil, retentionmonths=nil, retentionamount=nil, advancedretentionpolicy=nil, copyfromaccountuin=nil, tags=nil)
|
274
274
|
@DiskIdSet = diskidset
|
275
275
|
@IsActivated = isactivated
|
@@ -338,7 +338,7 @@ module TencentCloud
|
|
338
338
|
# @type DiskIds: Array
|
339
339
|
|
340
340
|
attr_accessor :AutoSnapshotPolicyId, :DiskIds
|
341
|
-
|
341
|
+
|
342
342
|
def initialize(autosnapshotpolicyid=nil, diskids=nil)
|
343
343
|
@AutoSnapshotPolicyId = autosnapshotpolicyid
|
344
344
|
@DiskIds = diskids
|
@@ -356,7 +356,7 @@ module TencentCloud
|
|
356
356
|
# @type RequestId: String
|
357
357
|
|
358
358
|
attr_accessor :RequestId
|
359
|
-
|
359
|
+
|
360
360
|
def initialize(requestid=nil)
|
361
361
|
@RequestId = requestid
|
362
362
|
end
|
@@ -393,7 +393,7 @@ module TencentCloud
|
|
393
393
|
# @type DiskNumber: Integer
|
394
394
|
|
395
395
|
attr_accessor :CageId, :CdcState, :Zone, :CdcName, :CdcResource, :CdcId, :DiskType, :ExpiredTime, :CreatedTime, :DiskNumber
|
396
|
-
|
396
|
+
|
397
397
|
def initialize(cageid=nil, cdcstate=nil, zone=nil, cdcname=nil, cdcresource=nil, cdcid=nil, disktype=nil, expiredtime=nil, createdtime=nil, disknumber=nil)
|
398
398
|
@CageId = cageid
|
399
399
|
@CdcState = cdcstate
|
@@ -432,7 +432,7 @@ module TencentCloud
|
|
432
432
|
# @type DiskTotal: Integer
|
433
433
|
|
434
434
|
attr_accessor :DiskAavilable, :DiskTotal
|
435
|
-
|
435
|
+
|
436
436
|
def initialize(diskaavilable=nil, disktotal=nil)
|
437
437
|
@DiskAavilable = diskaavilable
|
438
438
|
@DiskTotal = disktotal
|
@@ -454,7 +454,7 @@ module TencentCloud
|
|
454
454
|
# @type SnapshotName: String
|
455
455
|
|
456
456
|
attr_accessor :DestinationRegions, :SnapshotId, :SnapshotName
|
457
|
-
|
457
|
+
|
458
458
|
def initialize(destinationregions=nil, snapshotid=nil, snapshotname=nil)
|
459
459
|
@DestinationRegions = destinationregions
|
460
460
|
@SnapshotId = snapshotid
|
@@ -476,7 +476,7 @@ module TencentCloud
|
|
476
476
|
# @type RequestId: String
|
477
477
|
|
478
478
|
attr_accessor :SnapshotCopyResultSet, :RequestId
|
479
|
-
|
479
|
+
|
480
480
|
def initialize(snapshotcopyresultset=nil, requestid=nil)
|
481
481
|
@SnapshotCopyResultSet = snapshotcopyresultset
|
482
482
|
@RequestId = requestid
|
@@ -511,7 +511,7 @@ module TencentCloud
|
|
511
511
|
# @type RetentionDays: Integer
|
512
512
|
|
513
513
|
attr_accessor :Policy, :DryRun, :IsActivated, :AutoSnapshotPolicyName, :IsPermanent, :RetentionDays
|
514
|
-
|
514
|
+
|
515
515
|
def initialize(policy=nil, dryrun=nil, isactivated=nil, autosnapshotpolicyname=nil, ispermanent=nil, retentiondays=nil)
|
516
516
|
@Policy = policy
|
517
517
|
@DryRun = dryrun
|
@@ -548,7 +548,7 @@ module TencentCloud
|
|
548
548
|
# @type RequestId: String
|
549
549
|
|
550
550
|
attr_accessor :AutoSnapshotPolicyId, :NextTriggerTime, :RequestId
|
551
|
-
|
551
|
+
|
552
552
|
def initialize(autosnapshotpolicyid=nil, nexttriggertime=nil, requestid=nil)
|
553
553
|
@AutoSnapshotPolicyId = autosnapshotpolicyid
|
554
554
|
@NextTriggerTime = nexttriggertime
|
@@ -570,7 +570,7 @@ module TencentCloud
|
|
570
570
|
# @type DiskBackupName: String
|
571
571
|
|
572
572
|
attr_accessor :DiskId, :DiskBackupName
|
573
|
-
|
573
|
+
|
574
574
|
def initialize(diskid=nil, diskbackupname=nil)
|
575
575
|
@DiskId = diskid
|
576
576
|
@DiskBackupName = diskbackupname
|
@@ -590,7 +590,7 @@ module TencentCloud
|
|
590
590
|
# @type RequestId: String
|
591
591
|
|
592
592
|
attr_accessor :DiskBackupId, :RequestId
|
593
|
-
|
593
|
+
|
594
594
|
def initialize(diskbackupid=nil, requestid=nil)
|
595
595
|
@DiskBackupId = diskbackupid
|
596
596
|
@RequestId = requestid
|
@@ -640,7 +640,7 @@ module TencentCloud
|
|
640
640
|
# @type BurstPerformance: Boolean
|
641
641
|
|
642
642
|
attr_accessor :Placement, :DiskChargeType, :DiskType, :DiskName, :Tags, :SnapshotId, :DiskCount, :ThroughputPerformance, :DiskSize, :Shareable, :ClientToken, :Encrypt, :DiskChargePrepaid, :DeleteSnapshot, :AutoMountConfiguration, :DiskBackupQuota, :BurstPerformance
|
643
|
-
|
643
|
+
|
644
644
|
def initialize(placement=nil, diskchargetype=nil, disktype=nil, diskname=nil, tags=nil, snapshotid=nil, diskcount=nil, throughputperformance=nil, disksize=nil, shareable=nil, clienttoken=nil, encrypt=nil, diskchargeprepaid=nil, deletesnapshot=nil, automountconfiguration=nil, diskbackupquota=nil, burstperformance=nil)
|
645
645
|
@Placement = placement
|
646
646
|
@DiskChargeType = diskchargetype
|
@@ -707,7 +707,7 @@ module TencentCloud
|
|
707
707
|
# @type RequestId: String
|
708
708
|
|
709
709
|
attr_accessor :DiskIdSet, :RequestId
|
710
|
-
|
710
|
+
|
711
711
|
def initialize(diskidset=nil, requestid=nil)
|
712
712
|
@DiskIdSet = diskidset
|
713
713
|
@RequestId = requestid
|
@@ -733,7 +733,7 @@ module TencentCloud
|
|
733
733
|
# @type Tags: Array
|
734
734
|
|
735
735
|
attr_accessor :DiskId, :SnapshotName, :Deadline, :DiskBackupId, :Tags
|
736
|
-
|
736
|
+
|
737
737
|
def initialize(diskid=nil, snapshotname=nil, deadline=nil, diskbackupid=nil, tags=nil)
|
738
738
|
@DiskId = diskid
|
739
739
|
@SnapshotName = snapshotname
|
@@ -767,7 +767,7 @@ module TencentCloud
|
|
767
767
|
# @type RequestId: String
|
768
768
|
|
769
769
|
attr_accessor :SnapshotId, :RequestId
|
770
|
-
|
770
|
+
|
771
771
|
def initialize(snapshotid=nil, requestid=nil)
|
772
772
|
@SnapshotId = snapshotid
|
773
773
|
@RequestId = requestid
|
@@ -785,7 +785,7 @@ module TencentCloud
|
|
785
785
|
# @type AutoSnapshotPolicyIds: Array
|
786
786
|
|
787
787
|
attr_accessor :AutoSnapshotPolicyIds
|
788
|
-
|
788
|
+
|
789
789
|
def initialize(autosnapshotpolicyids=nil)
|
790
790
|
@AutoSnapshotPolicyIds = autosnapshotpolicyids
|
791
791
|
end
|
@@ -801,7 +801,7 @@ module TencentCloud
|
|
801
801
|
# @type RequestId: String
|
802
802
|
|
803
803
|
attr_accessor :RequestId
|
804
|
-
|
804
|
+
|
805
805
|
def initialize(requestid=nil)
|
806
806
|
@RequestId = requestid
|
807
807
|
end
|
@@ -817,7 +817,7 @@ module TencentCloud
|
|
817
817
|
# @type DiskBackupIds: Array
|
818
818
|
|
819
819
|
attr_accessor :DiskBackupIds
|
820
|
-
|
820
|
+
|
821
821
|
def initialize(diskbackupids=nil)
|
822
822
|
@DiskBackupIds = diskbackupids
|
823
823
|
end
|
@@ -833,7 +833,7 @@ module TencentCloud
|
|
833
833
|
# @type RequestId: String
|
834
834
|
|
835
835
|
attr_accessor :RequestId
|
836
|
-
|
836
|
+
|
837
837
|
def initialize(requestid=nil)
|
838
838
|
@RequestId = requestid
|
839
839
|
end
|
@@ -851,7 +851,7 @@ module TencentCloud
|
|
851
851
|
# @type DeleteBindImages: Boolean
|
852
852
|
|
853
853
|
attr_accessor :SnapshotIds, :DeleteBindImages
|
854
|
-
|
854
|
+
|
855
855
|
def initialize(snapshotids=nil, deletebindimages=nil)
|
856
856
|
@SnapshotIds = snapshotids
|
857
857
|
@DeleteBindImages = deletebindimages
|
@@ -869,7 +869,7 @@ module TencentCloud
|
|
869
869
|
# @type RequestId: String
|
870
870
|
|
871
871
|
attr_accessor :RequestId
|
872
|
-
|
872
|
+
|
873
873
|
def initialize(requestid=nil)
|
874
874
|
@RequestId = requestid
|
875
875
|
end
|
@@ -895,7 +895,7 @@ module TencentCloud
|
|
895
895
|
# @type OrderField: String
|
896
896
|
|
897
897
|
attr_accessor :AutoSnapshotPolicyIds, :Filters, :Limit, :Offset, :Order, :OrderField
|
898
|
-
|
898
|
+
|
899
899
|
def initialize(autosnapshotpolicyids=nil, filters=nil, limit=nil, offset=nil, order=nil, orderfield=nil)
|
900
900
|
@AutoSnapshotPolicyIds = autosnapshotpolicyids
|
901
901
|
@Filters = filters
|
@@ -932,7 +932,7 @@ module TencentCloud
|
|
932
932
|
# @type RequestId: String
|
933
933
|
|
934
934
|
attr_accessor :TotalCount, :AutoSnapshotPolicySet, :RequestId
|
935
|
-
|
935
|
+
|
936
936
|
def initialize(totalcount=nil, autosnapshotpolicyset=nil, requestid=nil)
|
937
937
|
@TotalCount = totalcount
|
938
938
|
@AutoSnapshotPolicySet = autosnapshotpolicyset
|
@@ -959,7 +959,7 @@ module TencentCloud
|
|
959
959
|
# @type DiskId: String
|
960
960
|
|
961
961
|
attr_accessor :DiskId
|
962
|
-
|
962
|
+
|
963
963
|
def initialize(diskid=nil)
|
964
964
|
@DiskId = diskid
|
965
965
|
end
|
@@ -979,7 +979,7 @@ module TencentCloud
|
|
979
979
|
# @type RequestId: String
|
980
980
|
|
981
981
|
attr_accessor :TotalCount, :AutoSnapshotPolicySet, :RequestId
|
982
|
-
|
982
|
+
|
983
983
|
def initialize(totalcount=nil, autosnapshotpolicyset=nil, requestid=nil)
|
984
984
|
@TotalCount = totalcount
|
985
985
|
@AutoSnapshotPolicySet = autosnapshotpolicyset
|
@@ -1018,7 +1018,7 @@ module TencentCloud
|
|
1018
1018
|
# @type OrderField: String
|
1019
1019
|
|
1020
1020
|
attr_accessor :DiskBackupIds, :Filters, :Offset, :Limit, :Order, :OrderField
|
1021
|
-
|
1021
|
+
|
1022
1022
|
def initialize(diskbackupids=nil, filters=nil, offset=nil, limit=nil, order=nil, orderfield=nil)
|
1023
1023
|
@DiskBackupIds = diskbackupids
|
1024
1024
|
@Filters = filters
|
@@ -1055,7 +1055,7 @@ module TencentCloud
|
|
1055
1055
|
# @type RequestId: String
|
1056
1056
|
|
1057
1057
|
attr_accessor :TotalCount, :DiskBackupSet, :RequestId
|
1058
|
-
|
1058
|
+
|
1059
1059
|
def initialize(totalcount=nil, diskbackupset=nil, requestid=nil)
|
1060
1060
|
@TotalCount = totalcount
|
1061
1061
|
@DiskBackupSet = diskbackupset
|
@@ -1096,7 +1096,7 @@ module TencentCloud
|
|
1096
1096
|
# @type CPU: Integer
|
1097
1097
|
|
1098
1098
|
attr_accessor :InquiryType, :DiskChargeType, :InstanceFamilies, :DiskTypes, :Zones, :Memory, :DiskUsage, :CPU
|
1099
|
-
|
1099
|
+
|
1100
1100
|
def initialize(inquirytype=nil, diskchargetype=nil, instancefamilies=nil, disktypes=nil, zones=nil, memory=nil, diskusage=nil, cpu=nil)
|
1101
1101
|
@InquiryType = inquirytype
|
1102
1102
|
@DiskChargeType = diskchargetype
|
@@ -1128,7 +1128,7 @@ module TencentCloud
|
|
1128
1128
|
# @type RequestId: String
|
1129
1129
|
|
1130
1130
|
attr_accessor :DiskConfigSet, :RequestId
|
1131
|
-
|
1131
|
+
|
1132
1132
|
def initialize(diskconfigset=nil, requestid=nil)
|
1133
1133
|
@DiskConfigSet = diskconfigset
|
1134
1134
|
@RequestId = requestid
|
@@ -1158,7 +1158,7 @@ module TencentCloud
|
|
1158
1158
|
# @type BeginTime: String
|
1159
1159
|
|
1160
1160
|
attr_accessor :Filters, :EndTime, :BeginTime
|
1161
|
-
|
1161
|
+
|
1162
1162
|
def initialize(filters=nil, endtime=nil, begintime=nil)
|
1163
1163
|
@Filters = filters
|
1164
1164
|
@EndTime = endtime
|
@@ -1187,7 +1187,7 @@ module TencentCloud
|
|
1187
1187
|
# @type RequestId: String
|
1188
1188
|
|
1189
1189
|
attr_accessor :DiskOperationLogSet, :RequestId
|
1190
|
-
|
1190
|
+
|
1191
1191
|
def initialize(diskoperationlogset=nil, requestid=nil)
|
1192
1192
|
@DiskOperationLogSet = diskoperationlogset
|
1193
1193
|
@RequestId = requestid
|
@@ -1218,7 +1218,7 @@ module TencentCloud
|
|
1218
1218
|
# @type Offset: Integer
|
1219
1219
|
|
1220
1220
|
attr_accessor :Limit, :CdcIds, :Filters, :Offset
|
1221
|
-
|
1221
|
+
|
1222
1222
|
def initialize(limit=nil, cdcids=nil, filters=nil, offset=nil)
|
1223
1223
|
@Limit = limit
|
1224
1224
|
@CdcIds = cdcids
|
@@ -1253,7 +1253,7 @@ module TencentCloud
|
|
1253
1253
|
# @type RequestId: String
|
1254
1254
|
|
1255
1255
|
attr_accessor :TotalCount, :CdcSet, :DiskStoragePoolSet, :RequestId
|
1256
|
-
|
1256
|
+
|
1257
1257
|
def initialize(totalcount=nil, cdcset=nil, diskstoragepoolset=nil, requestid=nil)
|
1258
1258
|
@TotalCount = totalcount
|
1259
1259
|
@CdcSet = cdcset
|
@@ -1301,7 +1301,7 @@ module TencentCloud
|
|
1301
1301
|
# @type Order: String
|
1302
1302
|
|
1303
1303
|
attr_accessor :Filters, :Limit, :OrderField, :Offset, :ReturnBindAutoSnapshotPolicy, :DiskIds, :Order
|
1304
|
-
|
1304
|
+
|
1305
1305
|
def initialize(filters=nil, limit=nil, orderfield=nil, offset=nil, returnbindautosnapshotpolicy=nil, diskids=nil, order=nil)
|
1306
1306
|
@Filters = filters
|
1307
1307
|
@Limit = limit
|
@@ -1340,7 +1340,7 @@ module TencentCloud
|
|
1340
1340
|
# @type RequestId: String
|
1341
1341
|
|
1342
1342
|
attr_accessor :TotalCount, :DiskSet, :RequestId
|
1343
|
-
|
1343
|
+
|
1344
1344
|
def initialize(totalcount=nil, diskset=nil, requestid=nil)
|
1345
1345
|
@TotalCount = totalcount
|
1346
1346
|
@DiskSet = diskset
|
@@ -1367,7 +1367,7 @@ module TencentCloud
|
|
1367
1367
|
# @type InstanceIds: Array
|
1368
1368
|
|
1369
1369
|
attr_accessor :InstanceIds
|
1370
|
-
|
1370
|
+
|
1371
1371
|
def initialize(instanceids=nil)
|
1372
1372
|
@InstanceIds = instanceids
|
1373
1373
|
end
|
@@ -1385,7 +1385,7 @@ module TencentCloud
|
|
1385
1385
|
# @type RequestId: String
|
1386
1386
|
|
1387
1387
|
attr_accessor :AttachDetail, :RequestId
|
1388
|
-
|
1388
|
+
|
1389
1389
|
def initialize(attachdetail=nil, requestid=nil)
|
1390
1390
|
@AttachDetail = attachdetail
|
1391
1391
|
@RequestId = requestid
|
@@ -1415,7 +1415,7 @@ module TencentCloud
|
|
1415
1415
|
# @type BeginTime: String
|
1416
1416
|
|
1417
1417
|
attr_accessor :Filters, :EndTime, :BeginTime
|
1418
|
-
|
1418
|
+
|
1419
1419
|
def initialize(filters=nil, endtime=nil, begintime=nil)
|
1420
1420
|
@Filters = filters
|
1421
1421
|
@EndTime = endtime
|
@@ -1444,7 +1444,7 @@ module TencentCloud
|
|
1444
1444
|
# @type RequestId: String
|
1445
1445
|
|
1446
1446
|
attr_accessor :SnapshotOperationLogSet, :RequestId
|
1447
|
-
|
1447
|
+
|
1448
1448
|
def initialize(snapshotoperationlogset=nil, requestid=nil)
|
1449
1449
|
@SnapshotOperationLogSet = snapshotoperationlogset
|
1450
1450
|
@RequestId = requestid
|
@@ -1469,7 +1469,7 @@ module TencentCloud
|
|
1469
1469
|
# @type SnapshotId: String
|
1470
1470
|
|
1471
1471
|
attr_accessor :SnapshotId
|
1472
|
-
|
1472
|
+
|
1473
1473
|
def initialize(snapshotid=nil)
|
1474
1474
|
@SnapshotId = snapshotid
|
1475
1475
|
end
|
@@ -1487,7 +1487,7 @@ module TencentCloud
|
|
1487
1487
|
# @type RequestId: String
|
1488
1488
|
|
1489
1489
|
attr_accessor :SharePermissionSet, :RequestId
|
1490
|
-
|
1490
|
+
|
1491
1491
|
def initialize(sharepermissionset=nil, requestid=nil)
|
1492
1492
|
@SharePermissionSet = sharepermissionset
|
1493
1493
|
@RequestId = requestid
|
@@ -1524,7 +1524,7 @@ module TencentCloud
|
|
1524
1524
|
# @type Order: String
|
1525
1525
|
|
1526
1526
|
attr_accessor :SnapshotIds, :Filters, :Limit, :OrderField, :Offset, :Order
|
1527
|
-
|
1527
|
+
|
1528
1528
|
def initialize(snapshotids=nil, filters=nil, limit=nil, orderfield=nil, offset=nil, order=nil)
|
1529
1529
|
@SnapshotIds = snapshotids
|
1530
1530
|
@Filters = filters
|
@@ -1561,7 +1561,7 @@ module TencentCloud
|
|
1561
1561
|
# @type RequestId: String
|
1562
1562
|
|
1563
1563
|
attr_accessor :TotalCount, :SnapshotSet, :RequestId
|
1564
|
-
|
1564
|
+
|
1565
1565
|
def initialize(totalcount=nil, snapshotset=nil, requestid=nil)
|
1566
1566
|
@TotalCount = totalcount
|
1567
1567
|
@SnapshotSet = snapshotset
|
@@ -1590,7 +1590,7 @@ module TencentCloud
|
|
1590
1590
|
# @type InstanceId: String
|
1591
1591
|
|
1592
1592
|
attr_accessor :DiskIds, :InstanceId
|
1593
|
-
|
1593
|
+
|
1594
1594
|
def initialize(diskids=nil, instanceid=nil)
|
1595
1595
|
@DiskIds = diskids
|
1596
1596
|
@InstanceId = instanceid
|
@@ -1608,7 +1608,7 @@ module TencentCloud
|
|
1608
1608
|
# @type RequestId: String
|
1609
1609
|
|
1610
1610
|
attr_accessor :RequestId
|
1611
|
-
|
1611
|
+
|
1612
1612
|
def initialize(requestid=nil)
|
1613
1613
|
@RequestId = requestid
|
1614
1614
|
end
|
@@ -1654,7 +1654,7 @@ module TencentCloud
|
|
1654
1654
|
# @type UnitPriceDiscountHigh: String
|
1655
1655
|
|
1656
1656
|
attr_accessor :PriceTitle, :PriceName, :OriginalPrice, :DiscountPrice, :UnitPrice, :UnitPriceDiscount, :ChargeUnit, :OriginalPriceHigh, :DiscountPriceHigh, :UnitPriceHigh, :UnitPriceDiscountHigh
|
1657
|
-
|
1657
|
+
|
1658
1658
|
def initialize(pricetitle=nil, pricename=nil, originalprice=nil, discountprice=nil, unitprice=nil, unitpricediscount=nil, chargeunit=nil, originalpricehigh=nil, discountpricehigh=nil, unitpricehigh=nil, unitpricediscounthigh=nil)
|
1659
1659
|
@PriceTitle = pricetitle
|
1660
1660
|
@PriceName = pricename
|
@@ -1788,7 +1788,7 @@ module TencentCloud
|
|
1788
1788
|
# @type BurstPerformance: Boolean
|
1789
1789
|
|
1790
1790
|
attr_accessor :DeleteWithInstance, :RenewFlag, :DiskType, :DiskState, :SnapshotCount, :AutoRenewFlagError, :Rollbacking, :InstanceIdList, :Encrypt, :DiskName, :BackupDisk, :Tags, :InstanceId, :AttachMode, :AutoSnapshotPolicyIds, :ThroughputPerformance, :Migrating, :DiskId, :SnapshotSize, :Placement, :IsReturnable, :DeadlineTime, :Attached, :DiskSize, :MigratePercent, :DiskUsage, :DiskChargeType, :Portable, :SnapshotAbility, :DeadlineError, :RollbackPercent, :DifferDaysOfDeadline, :ReturnFailCode, :Shareable, :CreateTime, :DeleteSnapshot, :DiskBackupQuota, :DiskBackupCount, :InstanceType, :LastAttachInsId, :ErrorPrompt, :BurstPerformance
|
1791
|
-
|
1791
|
+
|
1792
1792
|
def initialize(deletewithinstance=nil, renewflag=nil, disktype=nil, diskstate=nil, snapshotcount=nil, autorenewflagerror=nil, rollbacking=nil, instanceidlist=nil, encrypt=nil, diskname=nil, backupdisk=nil, tags=nil, instanceid=nil, attachmode=nil, autosnapshotpolicyids=nil, throughputperformance=nil, migrating=nil, diskid=nil, snapshotsize=nil, placement=nil, isreturnable=nil, deadlinetime=nil, attached=nil, disksize=nil, migratepercent=nil, diskusage=nil, diskchargetype=nil, portable=nil, snapshotability=nil, deadlineerror=nil, rollbackpercent=nil, differdaysofdeadline=nil, returnfailcode=nil, shareable=nil, createtime=nil, deletesnapshot=nil, diskbackupquota=nil, diskbackupcount=nil, instancetype=nil, lastattachinsid=nil, errorprompt=nil, burstperformance=nil)
|
1793
1793
|
@DeleteWithInstance = deletewithinstance
|
1794
1794
|
@RenewFlag = renewflag
|
@@ -1912,7 +1912,7 @@ module TencentCloud
|
|
1912
1912
|
# @type Encrypt: Boolean
|
1913
1913
|
|
1914
1914
|
attr_accessor :DiskBackupId, :DiskId, :DiskSize, :DiskUsage, :DiskBackupName, :DiskBackupState, :Percent, :CreateTime, :Encrypt
|
1915
|
-
|
1915
|
+
|
1916
1916
|
def initialize(diskbackupid=nil, diskid=nil, disksize=nil, diskusage=nil, diskbackupname=nil, diskbackupstate=nil, percent=nil, createtime=nil, encrypt=nil)
|
1917
1917
|
@DiskBackupId = diskbackupid
|
1918
1918
|
@DiskId = diskid
|
@@ -1948,7 +1948,7 @@ module TencentCloud
|
|
1948
1948
|
# @type CurInstanceDeadline: String
|
1949
1949
|
|
1950
1950
|
attr_accessor :Period, :RenewFlag, :CurInstanceDeadline
|
1951
|
-
|
1951
|
+
|
1952
1952
|
def initialize(period=nil, renewflag=nil, curinstancedeadline=nil)
|
1953
1953
|
@Period = period
|
1954
1954
|
@RenewFlag = renewflag
|
@@ -1995,7 +1995,7 @@ module TencentCloud
|
|
1995
1995
|
# @type Price: :class:`Tencentcloud::Cbs.v20170312.models.Price`
|
1996
1996
|
|
1997
1997
|
attr_accessor :Available, :DiskChargeType, :Zone, :InstanceFamily, :DiskType, :StepSize, :ExtraPerformanceRange, :DeviceClass, :DiskUsage, :MinDiskSize, :MaxDiskSize, :Price
|
1998
|
-
|
1998
|
+
|
1999
1999
|
def initialize(available=nil, diskchargetype=nil, zone=nil, instancefamily=nil, disktype=nil, stepsize=nil, extraperformancerange=nil, deviceclass=nil, diskusage=nil, mindisksize=nil, maxdisksize=nil, price=nil)
|
2000
2000
|
@Available = available
|
2001
2001
|
@DiskChargeType = diskchargetype
|
@@ -2058,7 +2058,7 @@ module TencentCloud
|
|
2058
2058
|
# @type DiskId: String
|
2059
2059
|
|
2060
2060
|
attr_accessor :OperationState, :StartTime, :Operator, :Operation, :EndTime, :DiskId
|
2061
|
-
|
2061
|
+
|
2062
2062
|
def initialize(operationstate=nil, starttime=nil, operator=nil, operation=nil, endtime=nil, diskid=nil)
|
2063
2063
|
@OperationState = operationstate
|
2064
2064
|
@StartTime = starttime
|
@@ -2086,7 +2086,7 @@ module TencentCloud
|
|
2086
2086
|
# @type Name: String
|
2087
2087
|
|
2088
2088
|
attr_accessor :Values, :Name
|
2089
|
-
|
2089
|
+
|
2090
2090
|
def initialize(values=nil, name=nil)
|
2091
2091
|
@Values = values
|
2092
2092
|
@Name = name
|
@@ -2101,7 +2101,7 @@ module TencentCloud
|
|
2101
2101
|
# GetSnapOverview请求参数结构体
|
2102
2102
|
class GetSnapOverviewRequest < TencentCloud::Common::AbstractModel
|
2103
2103
|
|
2104
|
-
|
2104
|
+
|
2105
2105
|
def initialize()
|
2106
2106
|
end
|
2107
2107
|
|
@@ -2123,7 +2123,7 @@ module TencentCloud
|
|
2123
2123
|
# @type RequestId: String
|
2124
2124
|
|
2125
2125
|
attr_accessor :TotalSize, :RealTradeSize, :FreeQuota, :TotalNums, :RequestId
|
2126
|
-
|
2126
|
+
|
2127
2127
|
def initialize(totalsize=nil, realtradesize=nil, freequota=nil, totalnums=nil, requestid=nil)
|
2128
2128
|
@TotalSize = totalsize
|
2129
2129
|
@RealTradeSize = realtradesize
|
@@ -2149,7 +2149,7 @@ module TencentCloud
|
|
2149
2149
|
# @type ImageId: String
|
2150
2150
|
|
2151
2151
|
attr_accessor :ImageName, :ImageId
|
2152
|
-
|
2152
|
+
|
2153
2153
|
def initialize(imagename=nil, imageid=nil)
|
2154
2154
|
@ImageName = imagename
|
2155
2155
|
@ImageId = imageid
|
@@ -2167,7 +2167,7 @@ module TencentCloud
|
|
2167
2167
|
# @type DiskIds: Array
|
2168
2168
|
|
2169
2169
|
attr_accessor :DiskIds
|
2170
|
-
|
2170
|
+
|
2171
2171
|
def initialize(diskids=nil)
|
2172
2172
|
@DiskIds = diskids
|
2173
2173
|
end
|
@@ -2183,7 +2183,7 @@ module TencentCloud
|
|
2183
2183
|
# @type RequestId: String
|
2184
2184
|
|
2185
2185
|
attr_accessor :RequestId
|
2186
|
-
|
2186
|
+
|
2187
2187
|
def initialize(requestid=nil)
|
2188
2188
|
@RequestId = requestid
|
2189
2189
|
end
|
@@ -2201,7 +2201,7 @@ module TencentCloud
|
|
2201
2201
|
# @type DiskBackupQuota: Integer
|
2202
2202
|
|
2203
2203
|
attr_accessor :DiskId, :DiskBackupQuota
|
2204
|
-
|
2204
|
+
|
2205
2205
|
def initialize(diskid=nil, diskbackupquota=nil)
|
2206
2206
|
@DiskId = diskid
|
2207
2207
|
@DiskBackupQuota = diskbackupquota
|
@@ -2221,7 +2221,7 @@ module TencentCloud
|
|
2221
2221
|
# @type RequestId: String
|
2222
2222
|
|
2223
2223
|
attr_accessor :DiskPrice, :RequestId
|
2224
|
-
|
2224
|
+
|
2225
2225
|
def initialize(diskprice=nil, requestid=nil)
|
2226
2226
|
@DiskPrice = diskprice
|
2227
2227
|
@RequestId = requestid
|
@@ -2244,7 +2244,7 @@ module TencentCloud
|
|
2244
2244
|
# @type DiskId: String
|
2245
2245
|
|
2246
2246
|
attr_accessor :ThroughputPerformance, :DiskId
|
2247
|
-
|
2247
|
+
|
2248
2248
|
def initialize(throughputperformance=nil, diskid=nil)
|
2249
2249
|
@ThroughputPerformance = throughputperformance
|
2250
2250
|
@DiskId = diskid
|
@@ -2264,7 +2264,7 @@ module TencentCloud
|
|
2264
2264
|
# @type RequestId: String
|
2265
2265
|
|
2266
2266
|
attr_accessor :DiskPrice, :RequestId
|
2267
|
-
|
2267
|
+
|
2268
2268
|
def initialize(diskprice=nil, requestid=nil)
|
2269
2269
|
@DiskPrice = diskprice
|
2270
2270
|
@RequestId = requestid
|
@@ -2299,7 +2299,7 @@ module TencentCloud
|
|
2299
2299
|
# @type DiskBackupQuota: Integer
|
2300
2300
|
|
2301
2301
|
attr_accessor :DiskChargeType, :DiskType, :DiskSize, :ProjectId, :DiskCount, :ThroughputPerformance, :DiskChargePrepaid, :DiskBackupQuota
|
2302
|
-
|
2302
|
+
|
2303
2303
|
def initialize(diskchargetype=nil, disktype=nil, disksize=nil, projectid=nil, diskcount=nil, throughputperformance=nil, diskchargeprepaid=nil, diskbackupquota=nil)
|
2304
2304
|
@DiskChargeType = diskchargetype
|
2305
2305
|
@DiskType = disktype
|
@@ -2334,7 +2334,7 @@ module TencentCloud
|
|
2334
2334
|
# @type RequestId: String
|
2335
2335
|
|
2336
2336
|
attr_accessor :DiskPrice, :RequestId
|
2337
|
-
|
2337
|
+
|
2338
2338
|
def initialize(diskprice=nil, requestid=nil)
|
2339
2339
|
@DiskPrice = diskprice
|
2340
2340
|
@RequestId = requestid
|
@@ -2361,7 +2361,7 @@ module TencentCloud
|
|
2361
2361
|
# @type ProjectId: Integer
|
2362
2362
|
|
2363
2363
|
attr_accessor :DiskIds, :DiskChargePrepaids, :NewDeadline, :ProjectId
|
2364
|
-
|
2364
|
+
|
2365
2365
|
def initialize(diskids=nil, diskchargeprepaids=nil, newdeadline=nil, projectid=nil)
|
2366
2366
|
@DiskIds = diskids
|
2367
2367
|
@DiskChargePrepaids = diskchargeprepaids
|
@@ -2392,7 +2392,7 @@ module TencentCloud
|
|
2392
2392
|
# @type RequestId: String
|
2393
2393
|
|
2394
2394
|
attr_accessor :DiskPrice, :RequestId
|
2395
|
-
|
2395
|
+
|
2396
2396
|
def initialize(diskprice=nil, requestid=nil)
|
2397
2397
|
@DiskPrice = diskprice
|
2398
2398
|
@RequestId = requestid
|
@@ -2417,7 +2417,7 @@ module TencentCloud
|
|
2417
2417
|
# @type ProjectId: Integer
|
2418
2418
|
|
2419
2419
|
attr_accessor :DiskSize, :DiskId, :ProjectId
|
2420
|
-
|
2420
|
+
|
2421
2421
|
def initialize(disksize=nil, diskid=nil, projectid=nil)
|
2422
2422
|
@DiskSize = disksize
|
2423
2423
|
@DiskId = diskid
|
@@ -2439,7 +2439,7 @@ module TencentCloud
|
|
2439
2439
|
# @type RequestId: String
|
2440
2440
|
|
2441
2441
|
attr_accessor :DiskPrice, :RequestId
|
2442
|
-
|
2442
|
+
|
2443
2443
|
def initialize(diskprice=nil, requestid=nil)
|
2444
2444
|
@DiskPrice = diskprice
|
2445
2445
|
@RequestId = requestid
|
@@ -2470,7 +2470,7 @@ module TencentCloud
|
|
2470
2470
|
# @type RetentionDays: Integer
|
2471
2471
|
|
2472
2472
|
attr_accessor :AutoSnapshotPolicyId, :IsActivated, :IsPermanent, :AutoSnapshotPolicyName, :Policy, :RetentionDays
|
2473
|
-
|
2473
|
+
|
2474
2474
|
def initialize(autosnapshotpolicyid=nil, isactivated=nil, ispermanent=nil, autosnapshotpolicyname=nil, policy=nil, retentiondays=nil)
|
2475
2475
|
@AutoSnapshotPolicyId = autosnapshotpolicyid
|
2476
2476
|
@IsActivated = isactivated
|
@@ -2503,7 +2503,7 @@ module TencentCloud
|
|
2503
2503
|
# @type RequestId: String
|
2504
2504
|
|
2505
2505
|
attr_accessor :RequestId
|
2506
|
-
|
2506
|
+
|
2507
2507
|
def initialize(requestid=nil)
|
2508
2508
|
@RequestId = requestid
|
2509
2509
|
end
|
@@ -2531,7 +2531,7 @@ module TencentCloud
|
|
2531
2531
|
# @type BurstPerformanceOperation: String
|
2532
2532
|
|
2533
2533
|
attr_accessor :DiskIds, :DiskName, :Portable, :ProjectId, :DeleteWithInstance, :DiskType, :BurstPerformanceOperation
|
2534
|
-
|
2534
|
+
|
2535
2535
|
def initialize(diskids=nil, diskname=nil, portable=nil, projectid=nil, deletewithinstance=nil, disktype=nil, burstperformanceoperation=nil)
|
2536
2536
|
@DiskIds = diskids
|
2537
2537
|
@DiskName = diskname
|
@@ -2559,7 +2559,7 @@ module TencentCloud
|
|
2559
2559
|
# @type RequestId: String
|
2560
2560
|
|
2561
2561
|
attr_accessor :RequestId
|
2562
|
-
|
2562
|
+
|
2563
2563
|
def initialize(requestid=nil)
|
2564
2564
|
@RequestId = requestid
|
2565
2565
|
end
|
@@ -2577,7 +2577,7 @@ module TencentCloud
|
|
2577
2577
|
# @type DiskBackupQuota: Integer
|
2578
2578
|
|
2579
2579
|
attr_accessor :DiskId, :DiskBackupQuota
|
2580
|
-
|
2580
|
+
|
2581
2581
|
def initialize(diskid=nil, diskbackupquota=nil)
|
2582
2582
|
@DiskId = diskid
|
2583
2583
|
@DiskBackupQuota = diskbackupquota
|
@@ -2595,7 +2595,7 @@ module TencentCloud
|
|
2595
2595
|
# @type RequestId: String
|
2596
2596
|
|
2597
2597
|
attr_accessor :RequestId
|
2598
|
-
|
2598
|
+
|
2599
2599
|
def initialize(requestid=nil)
|
2600
2600
|
@RequestId = requestid
|
2601
2601
|
end
|
@@ -2613,7 +2613,7 @@ module TencentCloud
|
|
2613
2613
|
# @type DiskId: String
|
2614
2614
|
|
2615
2615
|
attr_accessor :ThroughputPerformance, :DiskId
|
2616
|
-
|
2616
|
+
|
2617
2617
|
def initialize(throughputperformance=nil, diskid=nil)
|
2618
2618
|
@ThroughputPerformance = throughputperformance
|
2619
2619
|
@DiskId = diskid
|
@@ -2631,7 +2631,7 @@ module TencentCloud
|
|
2631
2631
|
# @type RequestId: String
|
2632
2632
|
|
2633
2633
|
attr_accessor :RequestId
|
2634
|
-
|
2634
|
+
|
2635
2635
|
def initialize(requestid=nil)
|
2636
2636
|
@RequestId = requestid
|
2637
2637
|
end
|
@@ -2651,7 +2651,7 @@ module TencentCloud
|
|
2651
2651
|
# @type DiskChargePostpaid: Boolean
|
2652
2652
|
|
2653
2653
|
attr_accessor :DiskIds, :DiskChargePrepaid, :DiskChargePostpaid
|
2654
|
-
|
2654
|
+
|
2655
2655
|
def initialize(diskids=nil, diskchargeprepaid=nil, diskchargepostpaid=nil)
|
2656
2656
|
@DiskIds = diskids
|
2657
2657
|
@DiskChargePrepaid = diskchargeprepaid
|
@@ -2674,7 +2674,7 @@ module TencentCloud
|
|
2674
2674
|
# @type RequestId: String
|
2675
2675
|
|
2676
2676
|
attr_accessor :RequestId
|
2677
|
-
|
2677
|
+
|
2678
2678
|
def initialize(requestid=nil)
|
2679
2679
|
@RequestId = requestid
|
2680
2680
|
end
|
@@ -2692,7 +2692,7 @@ module TencentCloud
|
|
2692
2692
|
# @type RenewFlag: String
|
2693
2693
|
|
2694
2694
|
attr_accessor :DiskIds, :RenewFlag
|
2695
|
-
|
2695
|
+
|
2696
2696
|
def initialize(diskids=nil, renewflag=nil)
|
2697
2697
|
@DiskIds = diskids
|
2698
2698
|
@RenewFlag = renewflag
|
@@ -2710,7 +2710,7 @@ module TencentCloud
|
|
2710
2710
|
# @type RequestId: String
|
2711
2711
|
|
2712
2712
|
attr_accessor :RequestId
|
2713
|
-
|
2713
|
+
|
2714
2714
|
def initialize(requestid=nil)
|
2715
2715
|
@RequestId = requestid
|
2716
2716
|
end
|
@@ -2732,7 +2732,7 @@ module TencentCloud
|
|
2732
2732
|
# @type Deadline: String
|
2733
2733
|
|
2734
2734
|
attr_accessor :SnapshotId, :IsPermanent, :SnapshotName, :Deadline
|
2735
|
-
|
2735
|
+
|
2736
2736
|
def initialize(snapshotid=nil, ispermanent=nil, snapshotname=nil, deadline=nil)
|
2737
2737
|
@SnapshotId = snapshotid
|
2738
2738
|
@IsPermanent = ispermanent
|
@@ -2754,7 +2754,7 @@ module TencentCloud
|
|
2754
2754
|
# @type RequestId: String
|
2755
2755
|
|
2756
2756
|
attr_accessor :RequestId
|
2757
|
-
|
2757
|
+
|
2758
2758
|
def initialize(requestid=nil)
|
2759
2759
|
@RequestId = requestid
|
2760
2760
|
end
|
@@ -2774,7 +2774,7 @@ module TencentCloud
|
|
2774
2774
|
# @type Permission: String
|
2775
2775
|
|
2776
2776
|
attr_accessor :SnapshotIds, :AccountIds, :Permission
|
2777
|
-
|
2777
|
+
|
2778
2778
|
def initialize(snapshotids=nil, accountids=nil, permission=nil)
|
2779
2779
|
@SnapshotIds = snapshotids
|
2780
2780
|
@AccountIds = accountids
|
@@ -2794,7 +2794,7 @@ module TencentCloud
|
|
2794
2794
|
# @type RequestId: String
|
2795
2795
|
|
2796
2796
|
attr_accessor :RequestId
|
2797
|
-
|
2797
|
+
|
2798
2798
|
def initialize(requestid=nil)
|
2799
2799
|
@RequestId = requestid
|
2800
2800
|
end
|
@@ -2826,7 +2826,7 @@ module TencentCloud
|
|
2826
2826
|
# @type DedicatedClusterId: String
|
2827
2827
|
|
2828
2828
|
attr_accessor :Zone, :CageId, :ProjectId, :ProjectName, :CdcName, :CdcId, :DedicatedClusterId
|
2829
|
-
|
2829
|
+
|
2830
2830
|
def initialize(zone=nil, cageid=nil, projectid=nil, projectname=nil, cdcname=nil, cdcid=nil, dedicatedclusterid=nil)
|
2831
2831
|
@Zone = zone
|
2832
2832
|
@CageId = cageid
|
@@ -2860,7 +2860,7 @@ module TencentCloud
|
|
2860
2860
|
# @type IntervalDays: Integer
|
2861
2861
|
|
2862
2862
|
attr_accessor :Hour, :DayOfWeek, :DayOfMonth, :IntervalDays
|
2863
|
-
|
2863
|
+
|
2864
2864
|
def initialize(hour=nil, dayofweek=nil, dayofmonth=nil, intervaldays=nil)
|
2865
2865
|
@Hour = hour
|
2866
2866
|
@DayOfWeek = dayofweek
|
@@ -2910,7 +2910,7 @@ module TencentCloud
|
|
2910
2910
|
# @type DetailPrices: Array
|
2911
2911
|
|
2912
2912
|
attr_accessor :DiscountPrice, :ChargeUnit, :UnitPriceHigh, :OriginalPriceHigh, :OriginalPrice, :UnitPriceDiscount, :UnitPriceDiscountHigh, :DiscountPriceHigh, :UnitPrice, :DetailPrices
|
2913
|
-
|
2913
|
+
|
2914
2914
|
def initialize(discountprice=nil, chargeunit=nil, unitpricehigh=nil, originalpricehigh=nil, originalprice=nil, unitpricediscount=nil, unitpricediscounthigh=nil, discountpricehigh=nil, unitprice=nil, detailprices=nil)
|
2915
2915
|
@DiscountPrice = discountprice
|
2916
2916
|
@ChargeUnit = chargeunit
|
@@ -2976,7 +2976,7 @@ module TencentCloud
|
|
2976
2976
|
# @type ChargeUnit: String
|
2977
2977
|
|
2978
2978
|
attr_accessor :UnitPriceDiscount, :DiscountPrice, :UnitPrice, :UnitPriceHigh, :OriginalPriceHigh, :OriginalPrice, :DiscountPriceHigh, :UnitPriceDiscountHigh, :ChargeUnit
|
2979
|
-
|
2979
|
+
|
2980
2980
|
def initialize(unitpricediscount=nil, discountprice=nil, unitprice=nil, unitpricehigh=nil, originalpricehigh=nil, originalprice=nil, discountpricehigh=nil, unitpricediscounthigh=nil, chargeunit=nil)
|
2981
2981
|
@UnitPriceDiscount = unitpricediscount
|
2982
2982
|
@DiscountPrice = discountprice
|
@@ -3010,7 +3010,7 @@ module TencentCloud
|
|
3010
3010
|
# @type DiskId: String
|
3011
3011
|
|
3012
3012
|
attr_accessor :DiskChargePrepaid, :DiskId
|
3013
|
-
|
3013
|
+
|
3014
3014
|
def initialize(diskchargeprepaid=nil, diskid=nil)
|
3015
3015
|
@DiskChargePrepaid = diskchargeprepaid
|
3016
3016
|
@DiskId = diskid
|
@@ -3031,7 +3031,7 @@ module TencentCloud
|
|
3031
3031
|
# @type RequestId: String
|
3032
3032
|
|
3033
3033
|
attr_accessor :RequestId
|
3034
|
-
|
3034
|
+
|
3035
3035
|
def initialize(requestid=nil)
|
3036
3036
|
@RequestId = requestid
|
3037
3037
|
end
|
@@ -3049,7 +3049,7 @@ module TencentCloud
|
|
3049
3049
|
# @type DiskId: String
|
3050
3050
|
|
3051
3051
|
attr_accessor :DiskSize, :DiskId
|
3052
|
-
|
3052
|
+
|
3053
3053
|
def initialize(disksize=nil, diskid=nil)
|
3054
3054
|
@DiskSize = disksize
|
3055
3055
|
@DiskId = diskid
|
@@ -3067,7 +3067,7 @@ module TencentCloud
|
|
3067
3067
|
# @type RequestId: String
|
3068
3068
|
|
3069
3069
|
attr_accessor :RequestId
|
3070
|
-
|
3070
|
+
|
3071
3071
|
def initialize(requestid=nil)
|
3072
3072
|
@RequestId = requestid
|
3073
3073
|
end
|
@@ -3085,7 +3085,7 @@ module TencentCloud
|
|
3085
3085
|
# @type AccountId: String
|
3086
3086
|
|
3087
3087
|
attr_accessor :CreatedTime, :AccountId
|
3088
|
-
|
3088
|
+
|
3089
3089
|
def initialize(createdtime=nil, accountid=nil)
|
3090
3090
|
@CreatedTime = createdtime
|
3091
3091
|
@AccountId = accountid
|
@@ -3141,7 +3141,7 @@ module TencentCloud
|
|
3141
3141
|
# @type Tags: Array
|
3142
3142
|
|
3143
3143
|
attr_accessor :Placement, :CopyFromRemote, :SnapshotState, :IsPermanent, :SnapshotName, :DeadlineTime, :Percent, :Images, :ShareReference, :SnapshotType, :DiskSize, :DiskId, :CopyingToRegions, :Encrypt, :CreateTime, :ImageCount, :DiskUsage, :SnapshotId, :TimeStartShare, :Tags
|
3144
|
-
|
3144
|
+
|
3145
3145
|
def initialize(placement=nil, copyfromremote=nil, snapshotstate=nil, ispermanent=nil, snapshotname=nil, deadlinetime=nil, percent=nil, images=nil, sharereference=nil, snapshottype=nil, disksize=nil, diskid=nil, copyingtoregions=nil, encrypt=nil, createtime=nil, imagecount=nil, diskusage=nil, snapshotid=nil, timestartshare=nil, tags=nil)
|
3146
3146
|
@Placement = placement
|
3147
3147
|
@CopyFromRemote = copyfromremote
|
@@ -3218,7 +3218,7 @@ module TencentCloud
|
|
3218
3218
|
# @type DestinationRegion: String
|
3219
3219
|
|
3220
3220
|
attr_accessor :SnapshotId, :Message, :Code, :DestinationRegion
|
3221
|
-
|
3221
|
+
|
3222
3222
|
def initialize(snapshotid=nil, message=nil, code=nil, destinationregion=nil)
|
3223
3223
|
@SnapshotId = snapshotid
|
3224
3224
|
@Message = message
|
@@ -3261,7 +3261,7 @@ module TencentCloud
|
|
3261
3261
|
# @type EndTime: String
|
3262
3262
|
|
3263
3263
|
attr_accessor :OperationState, :StartTime, :Operator, :SnapshotId, :Operation, :EndTime
|
3264
|
-
|
3264
|
+
|
3265
3265
|
def initialize(operationstate=nil, starttime=nil, operator=nil, snapshotid=nil, operation=nil, endtime=nil)
|
3266
3266
|
@OperationState = operationstate
|
3267
3267
|
@StartTime = starttime
|
@@ -3289,7 +3289,7 @@ module TencentCloud
|
|
3289
3289
|
# @type Value: String
|
3290
3290
|
|
3291
3291
|
attr_accessor :Key, :Value
|
3292
|
-
|
3292
|
+
|
3293
3293
|
def initialize(key=nil, value=nil)
|
3294
3294
|
@Key = key
|
3295
3295
|
@Value = value
|
@@ -3309,7 +3309,7 @@ module TencentCloud
|
|
3309
3309
|
# @type DeleteSnapshot: Integer
|
3310
3310
|
|
3311
3311
|
attr_accessor :DiskIds, :DeleteSnapshot
|
3312
|
-
|
3312
|
+
|
3313
3313
|
def initialize(diskids=nil, deletesnapshot=nil)
|
3314
3314
|
@DiskIds = diskids
|
3315
3315
|
@DeleteSnapshot = deletesnapshot
|
@@ -3327,7 +3327,7 @@ module TencentCloud
|
|
3327
3327
|
# @type RequestId: String
|
3328
3328
|
|
3329
3329
|
attr_accessor :RequestId
|
3330
|
-
|
3330
|
+
|
3331
3331
|
def initialize(requestid=nil)
|
3332
3332
|
@RequestId = requestid
|
3333
3333
|
end
|
@@ -3345,7 +3345,7 @@ module TencentCloud
|
|
3345
3345
|
# @type DiskIds: Array
|
3346
3346
|
|
3347
3347
|
attr_accessor :AutoSnapshotPolicyId, :DiskIds
|
3348
|
-
|
3348
|
+
|
3349
3349
|
def initialize(autosnapshotpolicyid=nil, diskids=nil)
|
3350
3350
|
@AutoSnapshotPolicyId = autosnapshotpolicyid
|
3351
3351
|
@DiskIds = diskids
|
@@ -3363,7 +3363,7 @@ module TencentCloud
|
|
3363
3363
|
# @type RequestId: String
|
3364
3364
|
|
3365
3365
|
attr_accessor :RequestId
|
3366
|
-
|
3366
|
+
|
3367
3367
|
def initialize(requestid=nil)
|
3368
3368
|
@RequestId = requestid
|
3369
3369
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-cbs
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.591
|
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-06-
|
11
|
+
date: 2023-06-13 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|