google-apis-vmwareengine_v1 0.7.0 → 0.9.0
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.
@@ -22,6 +22,12 @@ module Google
|
|
22
22
|
module Apis
|
23
23
|
module VmwareengineV1
|
24
24
|
|
25
|
+
class Announcement
|
26
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
27
|
+
|
28
|
+
include Google::Apis::Core::JsonObjectSupport
|
29
|
+
end
|
30
|
+
|
25
31
|
class AuditConfig
|
26
32
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
27
33
|
|
@@ -58,6 +64,12 @@ module Google
|
|
58
64
|
include Google::Apis::Core::JsonObjectSupport
|
59
65
|
end
|
60
66
|
|
67
|
+
class Constraints
|
68
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
69
|
+
|
70
|
+
include Google::Apis::Core::JsonObjectSupport
|
71
|
+
end
|
72
|
+
|
61
73
|
class Credentials
|
62
74
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
63
75
|
|
@@ -130,12 +142,24 @@ module Google
|
|
130
142
|
include Google::Apis::Core::JsonObjectSupport
|
131
143
|
end
|
132
144
|
|
145
|
+
class Interval
|
146
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
147
|
+
|
148
|
+
include Google::Apis::Core::JsonObjectSupport
|
149
|
+
end
|
150
|
+
|
133
151
|
class IpRange
|
134
152
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
135
153
|
|
136
154
|
include Google::Apis::Core::JsonObjectSupport
|
137
155
|
end
|
138
156
|
|
157
|
+
class ListAnnouncementsResponse
|
158
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
159
|
+
|
160
|
+
include Google::Apis::Core::JsonObjectSupport
|
161
|
+
end
|
162
|
+
|
139
163
|
class ListClustersResponse
|
140
164
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
141
165
|
|
@@ -238,6 +262,12 @@ module Google
|
|
238
262
|
include Google::Apis::Core::JsonObjectSupport
|
239
263
|
end
|
240
264
|
|
265
|
+
class ListUpgradesResponse
|
266
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
267
|
+
|
268
|
+
include Google::Apis::Core::JsonObjectSupport
|
269
|
+
end
|
270
|
+
|
241
271
|
class ListVmwareEngineNetworksResponse
|
242
272
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
243
273
|
|
@@ -388,6 +418,12 @@ module Google
|
|
388
418
|
include Google::Apis::Core::JsonObjectSupport
|
389
419
|
end
|
390
420
|
|
421
|
+
class Schedule
|
422
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
423
|
+
|
424
|
+
include Google::Apis::Core::JsonObjectSupport
|
425
|
+
end
|
426
|
+
|
391
427
|
class SetIamPolicyRequest
|
392
428
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
393
429
|
|
@@ -430,12 +466,30 @@ module Google
|
|
430
466
|
include Google::Apis::Core::JsonObjectSupport
|
431
467
|
end
|
432
468
|
|
469
|
+
class TimeOfDay
|
470
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
471
|
+
|
472
|
+
include Google::Apis::Core::JsonObjectSupport
|
473
|
+
end
|
474
|
+
|
475
|
+
class TimeWindow
|
476
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
477
|
+
|
478
|
+
include Google::Apis::Core::JsonObjectSupport
|
479
|
+
end
|
480
|
+
|
433
481
|
class UndeletePrivateCloudRequest
|
434
482
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
435
483
|
|
436
484
|
include Google::Apis::Core::JsonObjectSupport
|
437
485
|
end
|
438
486
|
|
487
|
+
class Upgrade
|
488
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
489
|
+
|
490
|
+
include Google::Apis::Core::JsonObjectSupport
|
491
|
+
end
|
492
|
+
|
439
493
|
class Vcenter
|
440
494
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
441
495
|
|
@@ -448,12 +502,35 @@ module Google
|
|
448
502
|
include Google::Apis::Core::JsonObjectSupport
|
449
503
|
end
|
450
504
|
|
505
|
+
class VmwareUpgradeComponent
|
506
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
507
|
+
|
508
|
+
include Google::Apis::Core::JsonObjectSupport
|
509
|
+
end
|
510
|
+
|
451
511
|
class VpcNetwork
|
452
512
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
453
513
|
|
454
514
|
include Google::Apis::Core::JsonObjectSupport
|
455
515
|
end
|
456
516
|
|
517
|
+
class Announcement
|
518
|
+
# @private
|
519
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
520
|
+
property :activity_type, as: 'activityType'
|
521
|
+
property :cluster, as: 'cluster'
|
522
|
+
property :code, as: 'code'
|
523
|
+
property :create_time, as: 'createTime'
|
524
|
+
property :description, as: 'description'
|
525
|
+
hash :metadata, as: 'metadata'
|
526
|
+
property :name, as: 'name'
|
527
|
+
property :private_cloud, as: 'privateCloud'
|
528
|
+
property :state, as: 'state'
|
529
|
+
property :target_resource_type, as: 'targetResourceType'
|
530
|
+
property :update_time, as: 'updateTime'
|
531
|
+
end
|
532
|
+
end
|
533
|
+
|
457
534
|
class AuditConfig
|
458
535
|
# @private
|
459
536
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -526,6 +603,16 @@ module Google
|
|
526
603
|
end
|
527
604
|
end
|
528
605
|
|
606
|
+
class Constraints
|
607
|
+
# @private
|
608
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
609
|
+
property :min_hours_day, as: 'minHoursDay'
|
610
|
+
property :min_hours_week, as: 'minHoursWeek'
|
611
|
+
property :reschedule_date_range, as: 'rescheduleDateRange', class: Google::Apis::VmwareengineV1::Interval, decorator: Google::Apis::VmwareengineV1::Interval::Representation
|
612
|
+
|
613
|
+
end
|
614
|
+
end
|
615
|
+
|
529
616
|
class Credentials
|
530
617
|
# @private
|
531
618
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -652,6 +739,14 @@ module Google
|
|
652
739
|
end
|
653
740
|
end
|
654
741
|
|
742
|
+
class Interval
|
743
|
+
# @private
|
744
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
745
|
+
property :end_time, as: 'endTime'
|
746
|
+
property :start_time, as: 'startTime'
|
747
|
+
end
|
748
|
+
end
|
749
|
+
|
655
750
|
class IpRange
|
656
751
|
# @private
|
657
752
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -661,6 +756,16 @@ module Google
|
|
661
756
|
end
|
662
757
|
end
|
663
758
|
|
759
|
+
class ListAnnouncementsResponse
|
760
|
+
# @private
|
761
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
762
|
+
collection :announcements, as: 'announcements', class: Google::Apis::VmwareengineV1::Announcement, decorator: Google::Apis::VmwareengineV1::Announcement::Representation
|
763
|
+
|
764
|
+
property :next_page_token, as: 'nextPageToken'
|
765
|
+
collection :unreachable, as: 'unreachable'
|
766
|
+
end
|
767
|
+
end
|
768
|
+
|
664
769
|
class ListClustersResponse
|
665
770
|
# @private
|
666
771
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -826,6 +931,16 @@ module Google
|
|
826
931
|
end
|
827
932
|
end
|
828
933
|
|
934
|
+
class ListUpgradesResponse
|
935
|
+
# @private
|
936
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
937
|
+
property :next_page_token, as: 'nextPageToken'
|
938
|
+
collection :unreachable, as: 'unreachable'
|
939
|
+
collection :upgrades, as: 'upgrades', class: Google::Apis::VmwareengineV1::Upgrade, decorator: Google::Apis::VmwareengineV1::Upgrade::Representation
|
940
|
+
|
941
|
+
end
|
942
|
+
end
|
943
|
+
|
829
944
|
class ListVmwareEngineNetworksResponse
|
830
945
|
# @private
|
831
946
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1132,6 +1247,20 @@ module Google
|
|
1132
1247
|
end
|
1133
1248
|
end
|
1134
1249
|
|
1250
|
+
class Schedule
|
1251
|
+
# @private
|
1252
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1253
|
+
property :constraints, as: 'constraints', class: Google::Apis::VmwareengineV1::Constraints, decorator: Google::Apis::VmwareengineV1::Constraints::Representation
|
1254
|
+
|
1255
|
+
property :edit_window, as: 'editWindow', class: Google::Apis::VmwareengineV1::Interval, decorator: Google::Apis::VmwareengineV1::Interval::Representation
|
1256
|
+
|
1257
|
+
property :last_editor, as: 'lastEditor'
|
1258
|
+
property :start_time, as: 'startTime'
|
1259
|
+
collection :weekly_windows, as: 'weeklyWindows', class: Google::Apis::VmwareengineV1::TimeWindow, decorator: Google::Apis::VmwareengineV1::TimeWindow::Representation
|
1260
|
+
|
1261
|
+
end
|
1262
|
+
end
|
1263
|
+
|
1135
1264
|
class SetIamPolicyRequest
|
1136
1265
|
# @private
|
1137
1266
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1192,6 +1321,26 @@ module Google
|
|
1192
1321
|
end
|
1193
1322
|
end
|
1194
1323
|
|
1324
|
+
class TimeOfDay
|
1325
|
+
# @private
|
1326
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1327
|
+
property :hours, as: 'hours'
|
1328
|
+
property :minutes, as: 'minutes'
|
1329
|
+
property :nanos, as: 'nanos'
|
1330
|
+
property :seconds, as: 'seconds'
|
1331
|
+
end
|
1332
|
+
end
|
1333
|
+
|
1334
|
+
class TimeWindow
|
1335
|
+
# @private
|
1336
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1337
|
+
property :day_of_week, as: 'dayOfWeek'
|
1338
|
+
property :duration, as: 'duration'
|
1339
|
+
property :start_time, as: 'startTime', class: Google::Apis::VmwareengineV1::TimeOfDay, decorator: Google::Apis::VmwareengineV1::TimeOfDay::Representation
|
1340
|
+
|
1341
|
+
end
|
1342
|
+
end
|
1343
|
+
|
1195
1344
|
class UndeletePrivateCloudRequest
|
1196
1345
|
# @private
|
1197
1346
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1199,6 +1348,29 @@ module Google
|
|
1199
1348
|
end
|
1200
1349
|
end
|
1201
1350
|
|
1351
|
+
class Upgrade
|
1352
|
+
# @private
|
1353
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1354
|
+
collection :component_upgrades, as: 'componentUpgrades', class: Google::Apis::VmwareengineV1::VmwareUpgradeComponent, decorator: Google::Apis::VmwareengineV1::VmwareUpgradeComponent::Representation
|
1355
|
+
|
1356
|
+
property :create_time, as: 'createTime'
|
1357
|
+
property :description, as: 'description'
|
1358
|
+
property :end_time, as: 'endTime'
|
1359
|
+
property :estimated_duration, as: 'estimatedDuration'
|
1360
|
+
property :etag, as: 'etag'
|
1361
|
+
property :name, as: 'name'
|
1362
|
+
property :schedule, as: 'schedule', class: Google::Apis::VmwareengineV1::Schedule, decorator: Google::Apis::VmwareengineV1::Schedule::Representation
|
1363
|
+
|
1364
|
+
property :start_version, as: 'startVersion'
|
1365
|
+
property :state, as: 'state'
|
1366
|
+
property :target_version, as: 'targetVersion'
|
1367
|
+
property :type, as: 'type'
|
1368
|
+
property :uid, as: 'uid'
|
1369
|
+
property :update_time, as: 'updateTime'
|
1370
|
+
property :version, as: 'version'
|
1371
|
+
end
|
1372
|
+
end
|
1373
|
+
|
1202
1374
|
class Vcenter
|
1203
1375
|
# @private
|
1204
1376
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1225,6 +1397,14 @@ module Google
|
|
1225
1397
|
end
|
1226
1398
|
end
|
1227
1399
|
|
1400
|
+
class VmwareUpgradeComponent
|
1401
|
+
# @private
|
1402
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1403
|
+
property :component_type, as: 'componentType'
|
1404
|
+
property :state, as: 'state'
|
1405
|
+
end
|
1406
|
+
end
|
1407
|
+
|
1228
1408
|
class VpcNetwork
|
1229
1409
|
# @private
|
1230
1410
|
class Representation < Google::Apis::Core::JsonRepresentation
|