@@ -7,6 +7,7 @@ cloudtower/api/__init__.py
7
7
cloudtower/api/alert_api.py
8
8
cloudtower/api/alert_notifier_api.py
9
9
cloudtower/api/alert_rule_api.py
10
+ cloudtower/api/api_info_api.py
10
11
cloudtower/api/application_api.py
11
12
cloudtower/api/brick_topo_api.py
12
13
cloudtower/api/cluster_api.py
@@ -85,6 +86,7 @@ cloudtower/api/vm_placement_group_api.py
85
86
cloudtower/api/vm_snapshot_api.py
86
87
cloudtower/api/vm_template_api.py
87
88
cloudtower/api/vm_volume_api.py
89
+ cloudtower/api/vm_volume_snapshot_api.py
88
90
cloudtower/api/vsphere_esxi_account_api.py
89
91
cloudtower/api/witness_api.py
90
92
cloudtower/api/witness_service_api.py
@@ -135,6 +137,8 @@ cloudtower/models/brick_topo_updation_params_data.py
135
137
cloudtower/models/brick_topo_where_input.py
136
138
cloudtower/models/bus.py
137
139
cloudtower/models/cancel_upload_task_params.py
140
+ cloudtower/models/clone_vm_volume_params.py
141
+ cloudtower/models/clone_vm_volume_params_data.py
138
142
cloudtower/models/cloud_init_net_work.py
139
143
cloudtower/models/cloud_init_net_work_route.py
140
144
cloudtower/models/cloud_init_network_type_enum.py
@@ -270,6 +274,7 @@ cloudtower/models/delete_vm_placement_group.py
270
274
cloudtower/models/delete_vm_snapshot.py
271
275
cloudtower/models/delete_vm_template.py
272
276
cloudtower/models/delete_vm_volume.py
277
+ cloudtower/models/delete_vm_volume_snapshot.py
273
278
cloudtower/models/deploy.py
274
279
cloudtower/models/deploy_connection.py
275
280
cloudtower/models/deploy_order_by_input.py
@@ -503,6 +508,8 @@ cloudtower/models/get_vm_snapshots_request_body.py
503
508
cloudtower/models/get_vm_templates_connection_request_body.py
504
509
cloudtower/models/get_vm_templates_request_body.py
505
510
cloudtower/models/get_vm_volume_metric_input.py
511
+ cloudtower/models/get_vm_volume_snapshots_connection_request_body.py
512
+ cloudtower/models/get_vm_volume_snapshots_request_body.py
506
513
cloudtower/models/get_vm_volumes_connection_request_body.py
507
514
cloudtower/models/get_vm_volumes_request_body.py
508
515
cloudtower/models/get_vms_connection_request_body.py
@@ -724,6 +731,7 @@ cloudtower/models/nested_aggregate_vm_placement_group.py
724
731
cloudtower/models/nested_aggregate_vm_snapshot.py
725
732
cloudtower/models/nested_aggregate_vm_template.py
726
733
cloudtower/models/nested_aggregate_vm_volume.py
734
+ cloudtower/models/nested_aggregate_vm_volume_snapshot.py
727
735
cloudtower/models/nested_aggregate_vsphere_esxi_account.py
728
736
cloudtower/models/nested_aggregate_witness.py
729
737
cloudtower/models/nested_aggregate_zone.py
@@ -1027,6 +1035,8 @@ cloudtower/models/update_passrod_security_params.py
1027
1035
cloudtower/models/update_session_timeout_params.py
1028
1036
cloudtower/models/update_vcenter_account_params.py
1029
1037
cloudtower/models/update_vcenter_account_params_data.py
1038
+ cloudtower/models/update_vm_volume_params.py
1039
+ cloudtower/models/update_vm_volume_params_data.py
1030
1040
cloudtower/models/update_vsphere_esxi_account_params.py
1031
1041
cloudtower/models/update_vsphere_esxi_account_params_data.py
1032
1042
cloudtower/models/upload_resource_type.py
@@ -1217,7 +1227,18 @@ cloudtower/models/vm_volume_creation_params.py
1217
1227
cloudtower/models/vm_volume_deletion_params.py
1218
1228
cloudtower/models/vm_volume_elf_storage_policy_type.py
1219
1229
cloudtower/models/vm_volume_order_by_input.py
1230
+ cloudtower/models/vm_volume_rebuild_params.py
1231
+ cloudtower/models/vm_volume_rollback_params.py
1232
+ cloudtower/models/vm_volume_snapshot.py
1233
+ cloudtower/models/vm_volume_snapshot_connection.py
1234
+ cloudtower/models/vm_volume_snapshot_creation_params.py
1235
+ cloudtower/models/vm_volume_snapshot_deletion_params.py
1236
+ cloudtower/models/vm_volume_snapshot_order_by_input.py
1237
+ cloudtower/models/vm_volume_snapshot_type.py
1238
+ cloudtower/models/vm_volume_snapshot_where_input.py
1239
+ cloudtower/models/vm_volume_type.py
1220
1240
cloudtower/models/vm_volume_where_input.py
1241
+ cloudtower/models/vm_volume_where_unique_input.py
1221
1242
cloudtower/models/vm_where_input.py
1222
1243
cloudtower/models/vm_where_unique_input.py
1223
1244
cloudtower/models/vsphere_esxi_account.py
@@ -1274,6 +1295,7 @@ cloudtower/models/with_task_delete_vm_placement_group.py
1274
1295
cloudtower/models/with_task_delete_vm_snapshot.py
1275
1296
cloudtower/models/with_task_delete_vm_template.py
1276
1297
cloudtower/models/with_task_delete_vm_volume.py
1298
+ cloudtower/models/with_task_delete_vm_volume_snapshot.py
1277
1299
cloudtower/models/with_task_disk.py
1278
1300
cloudtower/models/with_task_elf_image.py
1279
1301
cloudtower/models/with_task_entity_filter.py
@@ -1318,6 +1340,7 @@ cloudtower/models/with_task_vm_placement_group.py
1318
1340
cloudtower/models/with_task_vm_snapshot.py
1319
1341
cloudtower/models/with_task_vm_template.py
1320
1342
cloudtower/models/with_task_vm_volume.py
1343
+ cloudtower/models/with_task_vm_volume_snapshot.py
1321
1344
cloudtower/models/with_task_vsphere_esxi_account_array.py
1322
1345
cloudtower/models/witness.py
1323
1346
cloudtower/models/witness_connection.py
0 commit comments