outscale_api 1.14.0

Outscale API SDK
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
# Rust API client for outscale_api

Welcome to the OUTSCALE API documentation.<br />
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.<br /><br />
Throttling: To protect against overloads, the number of identical requests allowed in a given time period is limited.<br />
Brute force: To protect against brute force attacks, the number of failed authentication attempts in a given time period is limited.<br /><br />
Note that the OUTSCALE Cloud is compatible with Amazon Web Services (AWS) APIs, but there are [differences in resource names](https://docs.outscale.com/en/userguide/About-the-APIs.html) between AWS and the OUTSCALE API.<br />
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.<br /><br />
An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api).<br />
# Authentication Schemes
### Access Key/Secret Key
The main way to authenticate your requests to the OUTSCALE API is to use an access key and a secret key.<br />
The mechanism behind this is based on AWS Signature Version 4, whose technical implementation details are described in [Signature of API Requests](https://docs.outscale.com/en/userguide/Signature-of-API-Requests.html).<br /><br />
In practice, the way to specify your access key and secret key depends on the tool or SDK you want to use to interact with the API.<br />

> For example, if you use OSC CLI:
> 1. You need to create an **~/.osc/config.json** file to specify your access key, secret key, and the Region of your account.
> 2. You then specify the `--profile` option when executing OSC CLI commands.
>
> For more information, see [Installing and Configuring OSC CLI]https://docs.outscale.com/en/userguide/Installing-and-Configuring-OSC-CLI.html.

See the code samples in each section of this documentation for specific examples in different programming languages.<br />
For more information about access keys, see [About Access Keys](https://docs.outscale.com/en/userguide/About-Access-Keys.html).

> If you try to sign requests with an invalid access key four times in a row, further authentication attempts will be prevented for 1 minute. This lockout time increases 1 minute every four failed attempts, for up to 10 minutes.

### Login/Password
For certain API actions, you can also use basic authentication with the login (email address) and password of your TINA account.<br />
This is useful only in special circumstances, for example if you do not know your access key/secret key and want to retrieve them programmatically.<br />
In most cases, however, you can use the Cockpit web interface to retrieve them.<br />

> For example, if you use OSC CLI:
> 1. You need to create an **~/.osc/config.json** file to specify the Region of your account, but you leave the access key value and secret key value empty (`&quot;&quot;`).
> 2. You then specify the `--profile`, `--authentication-method`, `--login`, and `--password` options when executing OSC CLI commands.

See the code samples in each section of this documentation for specific examples in different programming languages.

> If you try to sign requests with an invalid password four times in a row, further authentication attempts will be prevented for 1 minute. This lockout time increases 1 minute every four failed attempts, for up to 10 minutes.

### No Authentication
A few API actions do not require any authentication. They are indicated as such in this documentation.<br />
### Other Security Mechanisms
In parallel with the authentication schemes, you can add other security mechanisms to your OUTSCALE account, for example to restrict API requests by IP or other criteria.<br />
For more information, see [Managing Your API Accesses](https://docs.outscale.com/en/userguide/Managing-Your-API-Accesses.html).
# Pagination Tutorial
You can learn more about the pagination methods for read calls in the dedicated [pagination tutorial](https://docs.outscale.com/en/userguide/Tutorial-Paginating-an-API-Request.html).
# Error Codes Reference
You can learn more about errors returned by the API in the dedicated [errors page](api-errors.html).


## Overview

This API client was generated by the [OpenAPI Generator](https://openapi-generator.tech) project.  By using the [openapi-spec](https://openapis.org) from a remote server, you can easily generate an API client.

- API version: 1.35.3
- Package version: 1.14.0
- Build package: `org.openapitools.codegen.languages.RustClientCodegen`

## Installation

Put the package under your project folder in a directory named `outscale_api` and add the following to `Cargo.toml` under `[dependencies]`:

```
outscale_api = { path = "./outscale_api" }
```

## Documentation for API Endpoints

All URIs are relative to *https://api.eu-west-2.outscale.com/api/v1*

Class | Method | HTTP request | Description
------------ | ------------- | ------------- | -------------
*AccessKeyApi* | [**create_access_key**]docs/AccessKeyApi.md#create_access_key | **POST** /CreateAccessKey | 
*AccessKeyApi* | [**delete_access_key**]docs/AccessKeyApi.md#delete_access_key | **POST** /DeleteAccessKey | 
*AccessKeyApi* | [**read_access_keys**]docs/AccessKeyApi.md#read_access_keys | **POST** /ReadAccessKeys | 
*AccessKeyApi* | [**update_access_key**]docs/AccessKeyApi.md#update_access_key | **POST** /UpdateAccessKey | 
*AccountApi* | [**check_authentication**]docs/AccountApi.md#check_authentication | **POST** /CheckAuthentication | 
*AccountApi* | [**create_account**]docs/AccountApi.md#create_account | **POST** /CreateAccount | 
*AccountApi* | [**read_accounts**]docs/AccountApi.md#read_accounts | **POST** /ReadAccounts | 
*AccountApi* | [**read_consumption_account**]docs/AccountApi.md#read_consumption_account | **POST** /ReadConsumptionAccount | 
*AccountApi* | [**update_account**]docs/AccountApi.md#update_account | **POST** /UpdateAccount | 
*ApiAccessPolicyApi* | [**read_api_access_policy**]docs/ApiAccessPolicyApi.md#read_api_access_policy | **POST** /ReadApiAccessPolicy | 
*ApiAccessPolicyApi* | [**update_api_access_policy**]docs/ApiAccessPolicyApi.md#update_api_access_policy | **POST** /UpdateApiAccessPolicy | 
*ApiAccessRuleApi* | [**create_api_access_rule**]docs/ApiAccessRuleApi.md#create_api_access_rule | **POST** /CreateApiAccessRule | 
*ApiAccessRuleApi* | [**delete_api_access_rule**]docs/ApiAccessRuleApi.md#delete_api_access_rule | **POST** /DeleteApiAccessRule | 
*ApiAccessRuleApi* | [**read_api_access_rules**]docs/ApiAccessRuleApi.md#read_api_access_rules | **POST** /ReadApiAccessRules | 
*ApiAccessRuleApi* | [**update_api_access_rule**]docs/ApiAccessRuleApi.md#update_api_access_rule | **POST** /UpdateApiAccessRule | 
*ApiLogApi* | [**read_api_logs**]docs/ApiLogApi.md#read_api_logs | **POST** /ReadApiLogs | 
*CaApi* | [**create_ca**]docs/CaApi.md#create_ca | **POST** /CreateCa | 
*CaApi* | [**delete_ca**]docs/CaApi.md#delete_ca | **POST** /DeleteCa | 
*CaApi* | [**read_cas**]docs/CaApi.md#read_cas | **POST** /ReadCas | 
*CaApi* | [**update_ca**]docs/CaApi.md#update_ca | **POST** /UpdateCa | 
*CatalogApi* | [**read_catalog**]docs/CatalogApi.md#read_catalog | **POST** /ReadCatalog | 
*CatalogApi* | [**read_catalogs**]docs/CatalogApi.md#read_catalogs | **POST** /ReadCatalogs | 
*CatalogApi* | [**read_unit_price**]docs/CatalogApi.md#read_unit_price | **POST** /ReadUnitPrice | 
*ClientGatewayApi* | [**create_client_gateway**]docs/ClientGatewayApi.md#create_client_gateway | **POST** /CreateClientGateway | 
*ClientGatewayApi* | [**delete_client_gateway**]docs/ClientGatewayApi.md#delete_client_gateway | **POST** /DeleteClientGateway | 
*ClientGatewayApi* | [**read_client_gateways**]docs/ClientGatewayApi.md#read_client_gateways | **POST** /ReadClientGateways | 
*DedicatedGroupApi* | [**create_dedicated_group**]docs/DedicatedGroupApi.md#create_dedicated_group | **POST** /CreateDedicatedGroup | 
*DedicatedGroupApi* | [**delete_dedicated_group**]docs/DedicatedGroupApi.md#delete_dedicated_group | **POST** /DeleteDedicatedGroup | 
*DedicatedGroupApi* | [**read_dedicated_groups**]docs/DedicatedGroupApi.md#read_dedicated_groups | **POST** /ReadDedicatedGroups | 
*DedicatedGroupApi* | [**update_dedicated_group**]docs/DedicatedGroupApi.md#update_dedicated_group | **POST** /UpdateDedicatedGroup | 
*DhcpOptionApi* | [**create_dhcp_options**]docs/DhcpOptionApi.md#create_dhcp_options | **POST** /CreateDhcpOptions | 
*DhcpOptionApi* | [**delete_dhcp_options**]docs/DhcpOptionApi.md#delete_dhcp_options | **POST** /DeleteDhcpOptions | 
*DhcpOptionApi* | [**read_dhcp_options**]docs/DhcpOptionApi.md#read_dhcp_options | **POST** /ReadDhcpOptions | 
*DirectLinkApi* | [**create_direct_link**]docs/DirectLinkApi.md#create_direct_link | **POST** /CreateDirectLink | 
*DirectLinkApi* | [**delete_direct_link**]docs/DirectLinkApi.md#delete_direct_link | **POST** /DeleteDirectLink | 
*DirectLinkApi* | [**read_direct_links**]docs/DirectLinkApi.md#read_direct_links | **POST** /ReadDirectLinks | 
*DirectLinkInterfaceApi* | [**create_direct_link_interface**]docs/DirectLinkInterfaceApi.md#create_direct_link_interface | **POST** /CreateDirectLinkInterface | 
*DirectLinkInterfaceApi* | [**delete_direct_link_interface**]docs/DirectLinkInterfaceApi.md#delete_direct_link_interface | **POST** /DeleteDirectLinkInterface | 
*DirectLinkInterfaceApi* | [**read_direct_link_interfaces**]docs/DirectLinkInterfaceApi.md#read_direct_link_interfaces | **POST** /ReadDirectLinkInterfaces | 
*DirectLinkInterfaceApi* | [**update_direct_link_interface**]docs/DirectLinkInterfaceApi.md#update_direct_link_interface | **POST** /UpdateDirectLinkInterface | 
*FlexibleGpuApi* | [**create_flexible_gpu**]docs/FlexibleGpuApi.md#create_flexible_gpu | **POST** /CreateFlexibleGpu | 
*FlexibleGpuApi* | [**delete_flexible_gpu**]docs/FlexibleGpuApi.md#delete_flexible_gpu | **POST** /DeleteFlexibleGpu | 
*FlexibleGpuApi* | [**link_flexible_gpu**]docs/FlexibleGpuApi.md#link_flexible_gpu | **POST** /LinkFlexibleGpu | 
*FlexibleGpuApi* | [**read_flexible_gpu_catalog**]docs/FlexibleGpuApi.md#read_flexible_gpu_catalog | **POST** /ReadFlexibleGpuCatalog | 
*FlexibleGpuApi* | [**read_flexible_gpus**]docs/FlexibleGpuApi.md#read_flexible_gpus | **POST** /ReadFlexibleGpus | 
*FlexibleGpuApi* | [**unlink_flexible_gpu**]docs/FlexibleGpuApi.md#unlink_flexible_gpu | **POST** /UnlinkFlexibleGpu | 
*FlexibleGpuApi* | [**update_flexible_gpu**]docs/FlexibleGpuApi.md#update_flexible_gpu | **POST** /UpdateFlexibleGpu | 
*ImageApi* | [**create_image**]docs/ImageApi.md#create_image | **POST** /CreateImage | 
*ImageApi* | [**create_image_export_task**]docs/ImageApi.md#create_image_export_task | **POST** /CreateImageExportTask | 
*ImageApi* | [**delete_image**]docs/ImageApi.md#delete_image | **POST** /DeleteImage | 
*ImageApi* | [**read_image_export_tasks**]docs/ImageApi.md#read_image_export_tasks | **POST** /ReadImageExportTasks | 
*ImageApi* | [**read_images**]docs/ImageApi.md#read_images | **POST** /ReadImages | 
*ImageApi* | [**update_image**]docs/ImageApi.md#update_image | **POST** /UpdateImage | 
*InternetServiceApi* | [**create_internet_service**]docs/InternetServiceApi.md#create_internet_service | **POST** /CreateInternetService | 
*InternetServiceApi* | [**delete_internet_service**]docs/InternetServiceApi.md#delete_internet_service | **POST** /DeleteInternetService | 
*InternetServiceApi* | [**link_internet_service**]docs/InternetServiceApi.md#link_internet_service | **POST** /LinkInternetService | 
*InternetServiceApi* | [**read_internet_services**]docs/InternetServiceApi.md#read_internet_services | **POST** /ReadInternetServices | 
*InternetServiceApi* | [**unlink_internet_service**]docs/InternetServiceApi.md#unlink_internet_service | **POST** /UnlinkInternetService | 
*KeypairApi* | [**create_keypair**]docs/KeypairApi.md#create_keypair | **POST** /CreateKeypair | 
*KeypairApi* | [**delete_keypair**]docs/KeypairApi.md#delete_keypair | **POST** /DeleteKeypair | 
*KeypairApi* | [**read_keypairs**]docs/KeypairApi.md#read_keypairs | **POST** /ReadKeypairs | 
*ListenerApi* | [**create_listener_rule**]docs/ListenerApi.md#create_listener_rule | **POST** /CreateListenerRule | 
*ListenerApi* | [**create_load_balancer_listeners**]docs/ListenerApi.md#create_load_balancer_listeners | **POST** /CreateLoadBalancerListeners | 
*ListenerApi* | [**delete_listener_rule**]docs/ListenerApi.md#delete_listener_rule | **POST** /DeleteListenerRule | 
*ListenerApi* | [**delete_load_balancer_listeners**]docs/ListenerApi.md#delete_load_balancer_listeners | **POST** /DeleteLoadBalancerListeners | 
*ListenerApi* | [**read_listener_rules**]docs/ListenerApi.md#read_listener_rules | **POST** /ReadListenerRules | 
*ListenerApi* | [**update_listener_rule**]docs/ListenerApi.md#update_listener_rule | **POST** /UpdateListenerRule | 
*LoadBalancerApi* | [**create_load_balancer**]docs/LoadBalancerApi.md#create_load_balancer | **POST** /CreateLoadBalancer | 
*LoadBalancerApi* | [**create_load_balancer_tags**]docs/LoadBalancerApi.md#create_load_balancer_tags | **POST** /CreateLoadBalancerTags | 
*LoadBalancerApi* | [**delete_load_balancer**]docs/LoadBalancerApi.md#delete_load_balancer | **POST** /DeleteLoadBalancer | 
*LoadBalancerApi* | [**delete_load_balancer_tags**]docs/LoadBalancerApi.md#delete_load_balancer_tags | **POST** /DeleteLoadBalancerTags | 
*LoadBalancerApi* | [**deregister_vms_in_load_balancer**]docs/LoadBalancerApi.md#deregister_vms_in_load_balancer | **POST** /DeregisterVmsInLoadBalancer | 
*LoadBalancerApi* | [**link_load_balancer_backend_machines**]docs/LoadBalancerApi.md#link_load_balancer_backend_machines | **POST** /LinkLoadBalancerBackendMachines | 
*LoadBalancerApi* | [**read_load_balancer_tags**]docs/LoadBalancerApi.md#read_load_balancer_tags | **POST** /ReadLoadBalancerTags | 
*LoadBalancerApi* | [**read_load_balancers**]docs/LoadBalancerApi.md#read_load_balancers | **POST** /ReadLoadBalancers | 
*LoadBalancerApi* | [**read_vms_health**]docs/LoadBalancerApi.md#read_vms_health | **POST** /ReadVmsHealth | 
*LoadBalancerApi* | [**register_vms_in_load_balancer**]docs/LoadBalancerApi.md#register_vms_in_load_balancer | **POST** /RegisterVmsInLoadBalancer | 
*LoadBalancerApi* | [**unlink_load_balancer_backend_machines**]docs/LoadBalancerApi.md#unlink_load_balancer_backend_machines | **POST** /UnlinkLoadBalancerBackendMachines | 
*LoadBalancerApi* | [**update_load_balancer**]docs/LoadBalancerApi.md#update_load_balancer | **POST** /UpdateLoadBalancer | 
*LoadBalancerPolicyApi* | [**create_load_balancer_policy**]docs/LoadBalancerPolicyApi.md#create_load_balancer_policy | **POST** /CreateLoadBalancerPolicy | 
*LoadBalancerPolicyApi* | [**delete_load_balancer_policy**]docs/LoadBalancerPolicyApi.md#delete_load_balancer_policy | **POST** /DeleteLoadBalancerPolicy | 
*LocationApi* | [**read_locations**]docs/LocationApi.md#read_locations | **POST** /ReadLocations | 
*NatServiceApi* | [**create_nat_service**]docs/NatServiceApi.md#create_nat_service | **POST** /CreateNatService | 
*NatServiceApi* | [**delete_nat_service**]docs/NatServiceApi.md#delete_nat_service | **POST** /DeleteNatService | 
*NatServiceApi* | [**read_nat_services**]docs/NatServiceApi.md#read_nat_services | **POST** /ReadNatServices | 
*NetApi* | [**create_net**]docs/NetApi.md#create_net | **POST** /CreateNet | 
*NetApi* | [**delete_net**]docs/NetApi.md#delete_net | **POST** /DeleteNet | 
*NetApi* | [**read_nets**]docs/NetApi.md#read_nets | **POST** /ReadNets | 
*NetApi* | [**update_net**]docs/NetApi.md#update_net | **POST** /UpdateNet | 
*NetAccessPointApi* | [**create_net_access_point**]docs/NetAccessPointApi.md#create_net_access_point | **POST** /CreateNetAccessPoint | 
*NetAccessPointApi* | [**delete_net_access_point**]docs/NetAccessPointApi.md#delete_net_access_point | **POST** /DeleteNetAccessPoint | 
*NetAccessPointApi* | [**read_net_access_point_services**]docs/NetAccessPointApi.md#read_net_access_point_services | **POST** /ReadNetAccessPointServices | 
*NetAccessPointApi* | [**read_net_access_points**]docs/NetAccessPointApi.md#read_net_access_points | **POST** /ReadNetAccessPoints | 
*NetAccessPointApi* | [**update_net_access_point**]docs/NetAccessPointApi.md#update_net_access_point | **POST** /UpdateNetAccessPoint | 
*NetPeeringApi* | [**accept_net_peering**]docs/NetPeeringApi.md#accept_net_peering | **POST** /AcceptNetPeering | 
*NetPeeringApi* | [**create_net_peering**]docs/NetPeeringApi.md#create_net_peering | **POST** /CreateNetPeering | 
*NetPeeringApi* | [**delete_net_peering**]docs/NetPeeringApi.md#delete_net_peering | **POST** /DeleteNetPeering | 
*NetPeeringApi* | [**read_net_peerings**]docs/NetPeeringApi.md#read_net_peerings | **POST** /ReadNetPeerings | 
*NetPeeringApi* | [**reject_net_peering**]docs/NetPeeringApi.md#reject_net_peering | **POST** /RejectNetPeering | 
*NicApi* | [**create_nic**]docs/NicApi.md#create_nic | **POST** /CreateNic | 
*NicApi* | [**delete_nic**]docs/NicApi.md#delete_nic | **POST** /DeleteNic | 
*NicApi* | [**link_nic**]docs/NicApi.md#link_nic | **POST** /LinkNic | 
*NicApi* | [**link_private_ips**]docs/NicApi.md#link_private_ips | **POST** /LinkPrivateIps | 
*NicApi* | [**read_nics**]docs/NicApi.md#read_nics | **POST** /ReadNics | 
*NicApi* | [**unlink_nic**]docs/NicApi.md#unlink_nic | **POST** /UnlinkNic | 
*NicApi* | [**unlink_private_ips**]docs/NicApi.md#unlink_private_ips | **POST** /UnlinkPrivateIps | 
*NicApi* | [**update_nic**]docs/NicApi.md#update_nic | **POST** /UpdateNic | 
*PolicyApi* | [**create_policy**]docs/PolicyApi.md#create_policy | **POST** /CreatePolicy | 
*PolicyApi* | [**create_policy_version**]docs/PolicyApi.md#create_policy_version | **POST** /CreatePolicyVersion | 
*PolicyApi* | [**delete_policy**]docs/PolicyApi.md#delete_policy | **POST** /DeletePolicy | 
*PolicyApi* | [**delete_policy_version**]docs/PolicyApi.md#delete_policy_version | **POST** /DeletePolicyVersion | 
*PolicyApi* | [**delete_user_group_policy**]docs/PolicyApi.md#delete_user_group_policy | **POST** /DeleteUserGroupPolicy | 
*PolicyApi* | [**delete_user_policy**]docs/PolicyApi.md#delete_user_policy | **POST** /DeleteUserPolicy | 
*PolicyApi* | [**link_managed_policy_to_user_group**]docs/PolicyApi.md#link_managed_policy_to_user_group | **POST** /LinkManagedPolicyToUserGroup | 
*PolicyApi* | [**link_policy**]docs/PolicyApi.md#link_policy | **POST** /LinkPolicy | 
*PolicyApi* | [**put_user_group_policy**]docs/PolicyApi.md#put_user_group_policy | **POST** /PutUserGroupPolicy | 
*PolicyApi* | [**put_user_policy**]docs/PolicyApi.md#put_user_policy | **POST** /PutUserPolicy | 
*PolicyApi* | [**read_entities_linked_to_policy**]docs/PolicyApi.md#read_entities_linked_to_policy | **POST** /ReadEntitiesLinkedToPolicy | 
*PolicyApi* | [**read_linked_policies**]docs/PolicyApi.md#read_linked_policies | **POST** /ReadLinkedPolicies | 
*PolicyApi* | [**read_managed_policies_linked_to_user_group**]docs/PolicyApi.md#read_managed_policies_linked_to_user_group | **POST** /ReadManagedPoliciesLinkedToUserGroup | 
*PolicyApi* | [**read_policies**]docs/PolicyApi.md#read_policies | **POST** /ReadPolicies | 
*PolicyApi* | [**read_policy**]docs/PolicyApi.md#read_policy | **POST** /ReadPolicy | 
*PolicyApi* | [**read_policy_version**]docs/PolicyApi.md#read_policy_version | **POST** /ReadPolicyVersion | 
*PolicyApi* | [**read_policy_versions**]docs/PolicyApi.md#read_policy_versions | **POST** /ReadPolicyVersions | 
*PolicyApi* | [**read_user_group_policies**]docs/PolicyApi.md#read_user_group_policies | **POST** /ReadUserGroupPolicies | 
*PolicyApi* | [**read_user_group_policy**]docs/PolicyApi.md#read_user_group_policy | **POST** /ReadUserGroupPolicy | 
*PolicyApi* | [**read_user_policies**]docs/PolicyApi.md#read_user_policies | **POST** /ReadUserPolicies | 
*PolicyApi* | [**read_user_policy**]docs/PolicyApi.md#read_user_policy | **POST** /ReadUserPolicy | 
*PolicyApi* | [**set_default_policy_version**]docs/PolicyApi.md#set_default_policy_version | **POST** /SetDefaultPolicyVersion | 
*PolicyApi* | [**unlink_managed_policy_from_user_group**]docs/PolicyApi.md#unlink_managed_policy_from_user_group | **POST** /UnlinkManagedPolicyFromUserGroup | 
*PolicyApi* | [**unlink_policy**]docs/PolicyApi.md#unlink_policy | **POST** /UnlinkPolicy | 
*ProductTypeApi* | [**create_product_type**]docs/ProductTypeApi.md#create_product_type | **POST** /CreateProductType | 
*ProductTypeApi* | [**delete_product_type**]docs/ProductTypeApi.md#delete_product_type | **POST** /DeleteProductType | 
*ProductTypeApi* | [**read_product_types**]docs/ProductTypeApi.md#read_product_types | **POST** /ReadProductTypes | 
*PublicCatalogApi* | [**read_public_catalog**]docs/PublicCatalogApi.md#read_public_catalog | **POST** /ReadPublicCatalog | 
*PublicIpApi* | [**create_public_ip**]docs/PublicIpApi.md#create_public_ip | **POST** /CreatePublicIp | 
*PublicIpApi* | [**delete_public_ip**]docs/PublicIpApi.md#delete_public_ip | **POST** /DeletePublicIp | 
*PublicIpApi* | [**link_public_ip**]docs/PublicIpApi.md#link_public_ip | **POST** /LinkPublicIp | 
*PublicIpApi* | [**read_public_ip_ranges**]docs/PublicIpApi.md#read_public_ip_ranges | **POST** /ReadPublicIpRanges | 
*PublicIpApi* | [**read_public_ips**]docs/PublicIpApi.md#read_public_ips | **POST** /ReadPublicIps | 
*PublicIpApi* | [**unlink_public_ip**]docs/PublicIpApi.md#unlink_public_ip | **POST** /UnlinkPublicIp | 
*QuotaApi* | [**read_quotas**]docs/QuotaApi.md#read_quotas | **POST** /ReadQuotas | 
*RegionApi* | [**read_regions**]docs/RegionApi.md#read_regions | **POST** /ReadRegions | 
*RouteApi* | [**create_route**]docs/RouteApi.md#create_route | **POST** /CreateRoute | 
*RouteApi* | [**delete_route**]docs/RouteApi.md#delete_route | **POST** /DeleteRoute | 
*RouteApi* | [**update_route**]docs/RouteApi.md#update_route | **POST** /UpdateRoute | 
*RouteTableApi* | [**create_route_table**]docs/RouteTableApi.md#create_route_table | **POST** /CreateRouteTable | 
*RouteTableApi* | [**delete_route_table**]docs/RouteTableApi.md#delete_route_table | **POST** /DeleteRouteTable | 
*RouteTableApi* | [**link_route_table**]docs/RouteTableApi.md#link_route_table | **POST** /LinkRouteTable | 
*RouteTableApi* | [**read_route_tables**]docs/RouteTableApi.md#read_route_tables | **POST** /ReadRouteTables | 
*RouteTableApi* | [**unlink_route_table**]docs/RouteTableApi.md#unlink_route_table | **POST** /UnlinkRouteTable | 
*RouteTableApi* | [**update_route_table_link**]docs/RouteTableApi.md#update_route_table_link | **POST** /UpdateRouteTableLink | 
*SecurityGroupApi* | [**create_security_group**]docs/SecurityGroupApi.md#create_security_group | **POST** /CreateSecurityGroup | 
*SecurityGroupApi* | [**delete_security_group**]docs/SecurityGroupApi.md#delete_security_group | **POST** /DeleteSecurityGroup | 
*SecurityGroupApi* | [**read_security_groups**]docs/SecurityGroupApi.md#read_security_groups | **POST** /ReadSecurityGroups | 
*SecurityGroupRuleApi* | [**create_security_group_rule**]docs/SecurityGroupRuleApi.md#create_security_group_rule | **POST** /CreateSecurityGroupRule | 
*SecurityGroupRuleApi* | [**delete_security_group_rule**]docs/SecurityGroupRuleApi.md#delete_security_group_rule | **POST** /DeleteSecurityGroupRule | 
*ServerCertificateApi* | [**create_server_certificate**]docs/ServerCertificateApi.md#create_server_certificate | **POST** /CreateServerCertificate | 
*ServerCertificateApi* | [**delete_server_certificate**]docs/ServerCertificateApi.md#delete_server_certificate | **POST** /DeleteServerCertificate | 
*ServerCertificateApi* | [**read_server_certificates**]docs/ServerCertificateApi.md#read_server_certificates | **POST** /ReadServerCertificates | 
*ServerCertificateApi* | [**update_server_certificate**]docs/ServerCertificateApi.md#update_server_certificate | **POST** /UpdateServerCertificate | 
*SnapshotApi* | [**create_snapshot**]docs/SnapshotApi.md#create_snapshot | **POST** /CreateSnapshot | 
*SnapshotApi* | [**create_snapshot_export_task**]docs/SnapshotApi.md#create_snapshot_export_task | **POST** /CreateSnapshotExportTask | 
*SnapshotApi* | [**delete_snapshot**]docs/SnapshotApi.md#delete_snapshot | **POST** /DeleteSnapshot | 
*SnapshotApi* | [**read_snapshot_export_tasks**]docs/SnapshotApi.md#read_snapshot_export_tasks | **POST** /ReadSnapshotExportTasks | 
*SnapshotApi* | [**read_snapshots**]docs/SnapshotApi.md#read_snapshots | **POST** /ReadSnapshots | 
*SnapshotApi* | [**update_snapshot**]docs/SnapshotApi.md#update_snapshot | **POST** /UpdateSnapshot | 
*SubnetApi* | [**create_subnet**]docs/SubnetApi.md#create_subnet | **POST** /CreateSubnet | 
*SubnetApi* | [**delete_subnet**]docs/SubnetApi.md#delete_subnet | **POST** /DeleteSubnet | 
*SubnetApi* | [**read_subnets**]docs/SubnetApi.md#read_subnets | **POST** /ReadSubnets | 
*SubnetApi* | [**update_subnet**]docs/SubnetApi.md#update_subnet | **POST** /UpdateSubnet | 
*SubregionApi* | [**read_subregions**]docs/SubregionApi.md#read_subregions | **POST** /ReadSubregions | 
*TagApi* | [**create_tags**]docs/TagApi.md#create_tags | **POST** /CreateTags | 
*TagApi* | [**delete_tags**]docs/TagApi.md#delete_tags | **POST** /DeleteTags | 
*TagApi* | [**read_tags**]docs/TagApi.md#read_tags | **POST** /ReadTags | 
*TaskApi* | [**delete_export_task**]docs/TaskApi.md#delete_export_task | **POST** /DeleteExportTask | 
*UserApi* | [**create_user**]docs/UserApi.md#create_user | **POST** /CreateUser | 
*UserApi* | [**delete_user**]docs/UserApi.md#delete_user | **POST** /DeleteUser | 
*UserApi* | [**read_users**]docs/UserApi.md#read_users | **POST** /ReadUsers | 
*UserApi* | [**update_user**]docs/UserApi.md#update_user | **POST** /UpdateUser | 
*UserGroupApi* | [**add_user_to_user_group**]docs/UserGroupApi.md#add_user_to_user_group | **POST** /AddUserToUserGroup | 
*UserGroupApi* | [**create_user_group**]docs/UserGroupApi.md#create_user_group | **POST** /CreateUserGroup | 
*UserGroupApi* | [**delete_user_group**]docs/UserGroupApi.md#delete_user_group | **POST** /DeleteUserGroup | 
*UserGroupApi* | [**read_user_group**]docs/UserGroupApi.md#read_user_group | **POST** /ReadUserGroup | 
*UserGroupApi* | [**read_user_groups**]docs/UserGroupApi.md#read_user_groups | **POST** /ReadUserGroups | 
*UserGroupApi* | [**read_user_groups_per_user**]docs/UserGroupApi.md#read_user_groups_per_user | **POST** /ReadUserGroupsPerUser | 
*UserGroupApi* | [**remove_user_from_user_group**]docs/UserGroupApi.md#remove_user_from_user_group | **POST** /RemoveUserFromUserGroup | 
*UserGroupApi* | [**update_user_group**]docs/UserGroupApi.md#update_user_group | **POST** /UpdateUserGroup | 
*VirtualGatewayApi* | [**create_virtual_gateway**]docs/VirtualGatewayApi.md#create_virtual_gateway | **POST** /CreateVirtualGateway | 
*VirtualGatewayApi* | [**delete_virtual_gateway**]docs/VirtualGatewayApi.md#delete_virtual_gateway | **POST** /DeleteVirtualGateway | 
*VirtualGatewayApi* | [**link_virtual_gateway**]docs/VirtualGatewayApi.md#link_virtual_gateway | **POST** /LinkVirtualGateway | 
*VirtualGatewayApi* | [**read_virtual_gateways**]docs/VirtualGatewayApi.md#read_virtual_gateways | **POST** /ReadVirtualGateways | 
*VirtualGatewayApi* | [**unlink_virtual_gateway**]docs/VirtualGatewayApi.md#unlink_virtual_gateway | **POST** /UnlinkVirtualGateway | 
*VirtualGatewayApi* | [**update_route_propagation**]docs/VirtualGatewayApi.md#update_route_propagation | **POST** /UpdateRoutePropagation | 
*VmApi* | [**create_vms**]docs/VmApi.md#create_vms | **POST** /CreateVms | 
*VmApi* | [**delete_vms**]docs/VmApi.md#delete_vms | **POST** /DeleteVms | 
*VmApi* | [**read_admin_password**]docs/VmApi.md#read_admin_password | **POST** /ReadAdminPassword | 
*VmApi* | [**read_console_output**]docs/VmApi.md#read_console_output | **POST** /ReadConsoleOutput | 
*VmApi* | [**read_vm_types**]docs/VmApi.md#read_vm_types | **POST** /ReadVmTypes | 
*VmApi* | [**read_vms**]docs/VmApi.md#read_vms | **POST** /ReadVms | 
*VmApi* | [**read_vms_state**]docs/VmApi.md#read_vms_state | **POST** /ReadVmsState | 
*VmApi* | [**reboot_vms**]docs/VmApi.md#reboot_vms | **POST** /RebootVms | 
*VmApi* | [**start_vms**]docs/VmApi.md#start_vms | **POST** /StartVms | 
*VmApi* | [**stop_vms**]docs/VmApi.md#stop_vms | **POST** /StopVms | 
*VmApi* | [**update_vm**]docs/VmApi.md#update_vm | **POST** /UpdateVm | 
*VmGroupApi* | [**create_vm_group**]docs/VmGroupApi.md#create_vm_group | **POST** /CreateVmGroup | 
*VmGroupApi* | [**delete_vm_group**]docs/VmGroupApi.md#delete_vm_group | **POST** /DeleteVmGroup | 
*VmGroupApi* | [**read_vm_groups**]docs/VmGroupApi.md#read_vm_groups | **POST** /ReadVmGroups | 
*VmGroupApi* | [**scale_down_vm_group**]docs/VmGroupApi.md#scale_down_vm_group | **POST** /ScaleDownVmGroup | 
*VmGroupApi* | [**scale_up_vm_group**]docs/VmGroupApi.md#scale_up_vm_group | **POST** /ScaleUpVmGroup | 
*VmGroupApi* | [**update_vm_group**]docs/VmGroupApi.md#update_vm_group | **POST** /UpdateVmGroup | 
*VmTemplateApi* | [**create_vm_template**]docs/VmTemplateApi.md#create_vm_template | **POST** /CreateVmTemplate | 
*VmTemplateApi* | [**delete_vm_template**]docs/VmTemplateApi.md#delete_vm_template | **POST** /DeleteVmTemplate | 
*VmTemplateApi* | [**read_vm_templates**]docs/VmTemplateApi.md#read_vm_templates | **POST** /ReadVmTemplates | 
*VmTemplateApi* | [**update_vm_template**]docs/VmTemplateApi.md#update_vm_template | **POST** /UpdateVmTemplate | 
*VolumeApi* | [**create_volume**]docs/VolumeApi.md#create_volume | **POST** /CreateVolume | 
*VolumeApi* | [**delete_volume**]docs/VolumeApi.md#delete_volume | **POST** /DeleteVolume | 
*VolumeApi* | [**link_volume**]docs/VolumeApi.md#link_volume | **POST** /LinkVolume | 
*VolumeApi* | [**read_volumes**]docs/VolumeApi.md#read_volumes | **POST** /ReadVolumes | 
*VolumeApi* | [**unlink_volume**]docs/VolumeApi.md#unlink_volume | **POST** /UnlinkVolume | 
*VolumeApi* | [**update_volume**]docs/VolumeApi.md#update_volume | **POST** /UpdateVolume | 
*VpnConnectionApi* | [**create_vpn_connection**]docs/VpnConnectionApi.md#create_vpn_connection | **POST** /CreateVpnConnection | 
*VpnConnectionApi* | [**create_vpn_connection_route**]docs/VpnConnectionApi.md#create_vpn_connection_route | **POST** /CreateVpnConnectionRoute | 
*VpnConnectionApi* | [**delete_vpn_connection**]docs/VpnConnectionApi.md#delete_vpn_connection | **POST** /DeleteVpnConnection | 
*VpnConnectionApi* | [**delete_vpn_connection_route**]docs/VpnConnectionApi.md#delete_vpn_connection_route | **POST** /DeleteVpnConnectionRoute | 
*VpnConnectionApi* | [**read_vpn_connections**]docs/VpnConnectionApi.md#read_vpn_connections | **POST** /ReadVpnConnections | 
*VpnConnectionApi* | [**update_vpn_connection**]docs/VpnConnectionApi.md#update_vpn_connection | **POST** /UpdateVpnConnection | 


## Documentation For Models

 - [AcceptNetPeeringRequest]docs/AcceptNetPeeringRequest.md
 - [AcceptNetPeeringResponse]docs/AcceptNetPeeringResponse.md
 - [AccepterNet]docs/AccepterNet.md
 - [AccessKey]docs/AccessKey.md
 - [AccessKeySecretKey]docs/AccessKeySecretKey.md
 - [AccessLog]docs/AccessLog.md
 - [Account]docs/Account.md
 - [ActionsOnNextBoot]docs/ActionsOnNextBoot.md
 - [AddUserToUserGroupRequest]docs/AddUserToUserGroupRequest.md
 - [AddUserToUserGroupResponse]docs/AddUserToUserGroupResponse.md
 - [ApiAccessPolicy]docs/ApiAccessPolicy.md
 - [ApiAccessRule]docs/ApiAccessRule.md
 - [ApplicationStickyCookiePolicy]docs/ApplicationStickyCookiePolicy.md
 - [BackendVmHealth]docs/BackendVmHealth.md
 - [BlockDeviceMappingCreated]docs/BlockDeviceMappingCreated.md
 - [BlockDeviceMappingImage]docs/BlockDeviceMappingImage.md
 - [BlockDeviceMappingVmCreation]docs/BlockDeviceMappingVmCreation.md
 - [BlockDeviceMappingVmUpdate]docs/BlockDeviceMappingVmUpdate.md
 - [BootMode]docs/BootMode.md
 - [BsuCreated]docs/BsuCreated.md
 - [BsuToCreate]docs/BsuToCreate.md
 - [BsuToUpdateVm]docs/BsuToUpdateVm.md
 - [Ca]docs/Ca.md
 - [Catalog]docs/Catalog.md
 - [CatalogEntry]docs/CatalogEntry.md
 - [Catalogs]docs/Catalogs.md
 - [CheckAuthenticationRequest]docs/CheckAuthenticationRequest.md
 - [CheckAuthenticationResponse]docs/CheckAuthenticationResponse.md
 - [ClientGateway]docs/ClientGateway.md
 - [ConsumptionEntry]docs/ConsumptionEntry.md
 - [CreateAccessKeyRequest]docs/CreateAccessKeyRequest.md
 - [CreateAccessKeyResponse]docs/CreateAccessKeyResponse.md
 - [CreateAccountRequest]docs/CreateAccountRequest.md
 - [CreateAccountResponse]docs/CreateAccountResponse.md
 - [CreateApiAccessRuleRequest]docs/CreateApiAccessRuleRequest.md
 - [CreateApiAccessRuleResponse]docs/CreateApiAccessRuleResponse.md
 - [CreateCaRequest]docs/CreateCaRequest.md
 - [CreateCaResponse]docs/CreateCaResponse.md
 - [CreateClientGatewayRequest]docs/CreateClientGatewayRequest.md
 - [CreateClientGatewayResponse]docs/CreateClientGatewayResponse.md
 - [CreateDedicatedGroupRequest]docs/CreateDedicatedGroupRequest.md
 - [CreateDedicatedGroupResponse]docs/CreateDedicatedGroupResponse.md
 - [CreateDhcpOptionsRequest]docs/CreateDhcpOptionsRequest.md
 - [CreateDhcpOptionsResponse]docs/CreateDhcpOptionsResponse.md
 - [CreateDirectLinkInterfaceRequest]docs/CreateDirectLinkInterfaceRequest.md
 - [CreateDirectLinkInterfaceResponse]docs/CreateDirectLinkInterfaceResponse.md
 - [CreateDirectLinkRequest]docs/CreateDirectLinkRequest.md
 - [CreateDirectLinkResponse]docs/CreateDirectLinkResponse.md
 - [CreateFlexibleGpuRequest]docs/CreateFlexibleGpuRequest.md
 - [CreateFlexibleGpuResponse]docs/CreateFlexibleGpuResponse.md
 - [CreateImageExportTaskRequest]docs/CreateImageExportTaskRequest.md
 - [CreateImageExportTaskResponse]docs/CreateImageExportTaskResponse.md
 - [CreateImageRequest]docs/CreateImageRequest.md
 - [CreateImageResponse]docs/CreateImageResponse.md
 - [CreateInternetServiceRequest]docs/CreateInternetServiceRequest.md
 - [CreateInternetServiceResponse]docs/CreateInternetServiceResponse.md
 - [CreateKeypairRequest]docs/CreateKeypairRequest.md
 - [CreateKeypairResponse]docs/CreateKeypairResponse.md
 - [CreateListenerRuleRequest]docs/CreateListenerRuleRequest.md
 - [CreateListenerRuleResponse]docs/CreateListenerRuleResponse.md
 - [CreateLoadBalancerListenersRequest]docs/CreateLoadBalancerListenersRequest.md
 - [CreateLoadBalancerListenersResponse]docs/CreateLoadBalancerListenersResponse.md
 - [CreateLoadBalancerPolicyRequest]docs/CreateLoadBalancerPolicyRequest.md
 - [CreateLoadBalancerPolicyResponse]docs/CreateLoadBalancerPolicyResponse.md
 - [CreateLoadBalancerRequest]docs/CreateLoadBalancerRequest.md
 - [CreateLoadBalancerResponse]docs/CreateLoadBalancerResponse.md
 - [CreateLoadBalancerTagsRequest]docs/CreateLoadBalancerTagsRequest.md
 - [CreateLoadBalancerTagsResponse]docs/CreateLoadBalancerTagsResponse.md
 - [CreateNatServiceRequest]docs/CreateNatServiceRequest.md
 - [CreateNatServiceResponse]docs/CreateNatServiceResponse.md
 - [CreateNetAccessPointRequest]docs/CreateNetAccessPointRequest.md
 - [CreateNetAccessPointResponse]docs/CreateNetAccessPointResponse.md
 - [CreateNetPeeringRequest]docs/CreateNetPeeringRequest.md
 - [CreateNetPeeringResponse]docs/CreateNetPeeringResponse.md
 - [CreateNetRequest]docs/CreateNetRequest.md
 - [CreateNetResponse]docs/CreateNetResponse.md
 - [CreateNicRequest]docs/CreateNicRequest.md
 - [CreateNicResponse]docs/CreateNicResponse.md
 - [CreatePolicyRequest]docs/CreatePolicyRequest.md
 - [CreatePolicyResponse]docs/CreatePolicyResponse.md
 - [CreatePolicyVersionRequest]docs/CreatePolicyVersionRequest.md
 - [CreatePolicyVersionResponse]docs/CreatePolicyVersionResponse.md
 - [CreateProductTypeRequest]docs/CreateProductTypeRequest.md
 - [CreateProductTypeResponse]docs/CreateProductTypeResponse.md
 - [CreatePublicIpRequest]docs/CreatePublicIpRequest.md
 - [CreatePublicIpResponse]docs/CreatePublicIpResponse.md
 - [CreateRouteRequest]docs/CreateRouteRequest.md
 - [CreateRouteResponse]docs/CreateRouteResponse.md
 - [CreateRouteTableRequest]docs/CreateRouteTableRequest.md
 - [CreateRouteTableResponse]docs/CreateRouteTableResponse.md
 - [CreateSecurityGroupRequest]docs/CreateSecurityGroupRequest.md
 - [CreateSecurityGroupResponse]docs/CreateSecurityGroupResponse.md
 - [CreateSecurityGroupRuleRequest]docs/CreateSecurityGroupRuleRequest.md
 - [CreateSecurityGroupRuleResponse]docs/CreateSecurityGroupRuleResponse.md
 - [CreateServerCertificateRequest]docs/CreateServerCertificateRequest.md
 - [CreateServerCertificateResponse]docs/CreateServerCertificateResponse.md
 - [CreateSnapshotExportTaskRequest]docs/CreateSnapshotExportTaskRequest.md
 - [CreateSnapshotExportTaskResponse]docs/CreateSnapshotExportTaskResponse.md
 - [CreateSnapshotRequest]docs/CreateSnapshotRequest.md
 - [CreateSnapshotResponse]docs/CreateSnapshotResponse.md
 - [CreateSubnetRequest]docs/CreateSubnetRequest.md
 - [CreateSubnetResponse]docs/CreateSubnetResponse.md
 - [CreateTagsRequest]docs/CreateTagsRequest.md
 - [CreateTagsResponse]docs/CreateTagsResponse.md
 - [CreateUserGroupRequest]docs/CreateUserGroupRequest.md
 - [CreateUserGroupResponse]docs/CreateUserGroupResponse.md
 - [CreateUserRequest]docs/CreateUserRequest.md
 - [CreateUserResponse]docs/CreateUserResponse.md
 - [CreateVirtualGatewayRequest]docs/CreateVirtualGatewayRequest.md
 - [CreateVirtualGatewayResponse]docs/CreateVirtualGatewayResponse.md
 - [CreateVmGroupRequest]docs/CreateVmGroupRequest.md
 - [CreateVmGroupResponse]docs/CreateVmGroupResponse.md
 - [CreateVmTemplateRequest]docs/CreateVmTemplateRequest.md
 - [CreateVmTemplateResponse]docs/CreateVmTemplateResponse.md
 - [CreateVmsRequest]docs/CreateVmsRequest.md
 - [CreateVmsResponse]docs/CreateVmsResponse.md
 - [CreateVolumeRequest]docs/CreateVolumeRequest.md
 - [CreateVolumeResponse]docs/CreateVolumeResponse.md
 - [CreateVpnConnectionRequest]docs/CreateVpnConnectionRequest.md
 - [CreateVpnConnectionResponse]docs/CreateVpnConnectionResponse.md
 - [CreateVpnConnectionRouteRequest]docs/CreateVpnConnectionRouteRequest.md
 - [CreateVpnConnectionRouteResponse]docs/CreateVpnConnectionRouteResponse.md
 - [DedicatedGroup]docs/DedicatedGroup.md
 - [DeleteAccessKeyRequest]docs/DeleteAccessKeyRequest.md
 - [DeleteAccessKeyResponse]docs/DeleteAccessKeyResponse.md
 - [DeleteApiAccessRuleRequest]docs/DeleteApiAccessRuleRequest.md
 - [DeleteApiAccessRuleResponse]docs/DeleteApiAccessRuleResponse.md
 - [DeleteCaRequest]docs/DeleteCaRequest.md
 - [DeleteCaResponse]docs/DeleteCaResponse.md
 - [DeleteClientGatewayRequest]docs/DeleteClientGatewayRequest.md
 - [DeleteClientGatewayResponse]docs/DeleteClientGatewayResponse.md
 - [DeleteDedicatedGroupRequest]docs/DeleteDedicatedGroupRequest.md
 - [DeleteDedicatedGroupResponse]docs/DeleteDedicatedGroupResponse.md
 - [DeleteDhcpOptionsRequest]docs/DeleteDhcpOptionsRequest.md
 - [DeleteDhcpOptionsResponse]docs/DeleteDhcpOptionsResponse.md
 - [DeleteDirectLinkInterfaceRequest]docs/DeleteDirectLinkInterfaceRequest.md
 - [DeleteDirectLinkInterfaceResponse]docs/DeleteDirectLinkInterfaceResponse.md
 - [DeleteDirectLinkRequest]docs/DeleteDirectLinkRequest.md
 - [DeleteDirectLinkResponse]docs/DeleteDirectLinkResponse.md
 - [DeleteExportTaskRequest]docs/DeleteExportTaskRequest.md
 - [DeleteExportTaskResponse]docs/DeleteExportTaskResponse.md
 - [DeleteFlexibleGpuRequest]docs/DeleteFlexibleGpuRequest.md
 - [DeleteFlexibleGpuResponse]docs/DeleteFlexibleGpuResponse.md
 - [DeleteImageRequest]docs/DeleteImageRequest.md
 - [DeleteImageResponse]docs/DeleteImageResponse.md
 - [DeleteInternetServiceRequest]docs/DeleteInternetServiceRequest.md
 - [DeleteInternetServiceResponse]docs/DeleteInternetServiceResponse.md
 - [DeleteKeypairRequest]docs/DeleteKeypairRequest.md
 - [DeleteKeypairResponse]docs/DeleteKeypairResponse.md
 - [DeleteListenerRuleRequest]docs/DeleteListenerRuleRequest.md
 - [DeleteListenerRuleResponse]docs/DeleteListenerRuleResponse.md
 - [DeleteLoadBalancerListenersRequest]docs/DeleteLoadBalancerListenersRequest.md
 - [DeleteLoadBalancerListenersResponse]docs/DeleteLoadBalancerListenersResponse.md
 - [DeleteLoadBalancerPolicyRequest]docs/DeleteLoadBalancerPolicyRequest.md
 - [DeleteLoadBalancerPolicyResponse]docs/DeleteLoadBalancerPolicyResponse.md
 - [DeleteLoadBalancerRequest]docs/DeleteLoadBalancerRequest.md
 - [DeleteLoadBalancerResponse]docs/DeleteLoadBalancerResponse.md
 - [DeleteLoadBalancerTagsRequest]docs/DeleteLoadBalancerTagsRequest.md
 - [DeleteLoadBalancerTagsResponse]docs/DeleteLoadBalancerTagsResponse.md
 - [DeleteNatServiceRequest]docs/DeleteNatServiceRequest.md
 - [DeleteNatServiceResponse]docs/DeleteNatServiceResponse.md
 - [DeleteNetAccessPointRequest]docs/DeleteNetAccessPointRequest.md
 - [DeleteNetAccessPointResponse]docs/DeleteNetAccessPointResponse.md
 - [DeleteNetPeeringRequest]docs/DeleteNetPeeringRequest.md
 - [DeleteNetPeeringResponse]docs/DeleteNetPeeringResponse.md
 - [DeleteNetRequest]docs/DeleteNetRequest.md
 - [DeleteNetResponse]docs/DeleteNetResponse.md
 - [DeleteNicRequest]docs/DeleteNicRequest.md
 - [DeleteNicResponse]docs/DeleteNicResponse.md
 - [DeletePolicyRequest]docs/DeletePolicyRequest.md
 - [DeletePolicyResponse]docs/DeletePolicyResponse.md
 - [DeletePolicyVersionRequest]docs/DeletePolicyVersionRequest.md
 - [DeletePolicyVersionResponse]docs/DeletePolicyVersionResponse.md
 - [DeleteProductTypeRequest]docs/DeleteProductTypeRequest.md
 - [DeleteProductTypeResponse]docs/DeleteProductTypeResponse.md
 - [DeletePublicIpRequest]docs/DeletePublicIpRequest.md
 - [DeletePublicIpResponse]docs/DeletePublicIpResponse.md
 - [DeleteRouteRequest]docs/DeleteRouteRequest.md
 - [DeleteRouteResponse]docs/DeleteRouteResponse.md
 - [DeleteRouteTableRequest]docs/DeleteRouteTableRequest.md
 - [DeleteRouteTableResponse]docs/DeleteRouteTableResponse.md
 - [DeleteSecurityGroupRequest]docs/DeleteSecurityGroupRequest.md
 - [DeleteSecurityGroupResponse]docs/DeleteSecurityGroupResponse.md
 - [DeleteSecurityGroupRuleRequest]docs/DeleteSecurityGroupRuleRequest.md
 - [DeleteSecurityGroupRuleResponse]docs/DeleteSecurityGroupRuleResponse.md
 - [DeleteServerCertificateRequest]docs/DeleteServerCertificateRequest.md
 - [DeleteServerCertificateResponse]docs/DeleteServerCertificateResponse.md
 - [DeleteSnapshotRequest]docs/DeleteSnapshotRequest.md
 - [DeleteSnapshotResponse]docs/DeleteSnapshotResponse.md
 - [DeleteSubnetRequest]docs/DeleteSubnetRequest.md
 - [DeleteSubnetResponse]docs/DeleteSubnetResponse.md
 - [DeleteTagsRequest]docs/DeleteTagsRequest.md
 - [DeleteTagsResponse]docs/DeleteTagsResponse.md
 - [DeleteUserGroupPolicyRequest]docs/DeleteUserGroupPolicyRequest.md
 - [DeleteUserGroupPolicyResponse]docs/DeleteUserGroupPolicyResponse.md
 - [DeleteUserGroupRequest]docs/DeleteUserGroupRequest.md
 - [DeleteUserGroupResponse]docs/DeleteUserGroupResponse.md
 - [DeleteUserPolicyRequest]docs/DeleteUserPolicyRequest.md
 - [DeleteUserPolicyResponse]docs/DeleteUserPolicyResponse.md
 - [DeleteUserRequest]docs/DeleteUserRequest.md
 - [DeleteUserResponse]docs/DeleteUserResponse.md
 - [DeleteVirtualGatewayRequest]docs/DeleteVirtualGatewayRequest.md
 - [DeleteVirtualGatewayResponse]docs/DeleteVirtualGatewayResponse.md
 - [DeleteVmGroupRequest]docs/DeleteVmGroupRequest.md
 - [DeleteVmGroupResponse]docs/DeleteVmGroupResponse.md
 - [DeleteVmTemplateRequest]docs/DeleteVmTemplateRequest.md
 - [DeleteVmTemplateResponse]docs/DeleteVmTemplateResponse.md
 - [DeleteVmsRequest]docs/DeleteVmsRequest.md
 - [DeleteVmsResponse]docs/DeleteVmsResponse.md
 - [DeleteVolumeRequest]docs/DeleteVolumeRequest.md
 - [DeleteVolumeResponse]docs/DeleteVolumeResponse.md
 - [DeleteVpnConnectionRequest]docs/DeleteVpnConnectionRequest.md
 - [DeleteVpnConnectionResponse]docs/DeleteVpnConnectionResponse.md
 - [DeleteVpnConnectionRouteRequest]docs/DeleteVpnConnectionRouteRequest.md
 - [DeleteVpnConnectionRouteResponse]docs/DeleteVpnConnectionRouteResponse.md
 - [DeregisterVmsInLoadBalancerRequest]docs/DeregisterVmsInLoadBalancerRequest.md
 - [DeregisterVmsInLoadBalancerResponse]docs/DeregisterVmsInLoadBalancerResponse.md
 - [DhcpOptionsSet]docs/DhcpOptionsSet.md
 - [DirectLink]docs/DirectLink.md
 - [DirectLinkInterface]docs/DirectLinkInterface.md
 - [DirectLinkInterfaces]docs/DirectLinkInterfaces.md
 - [ErrorResponse]docs/ErrorResponse.md
 - [Errors]docs/Errors.md
 - [FiltersAccessKeys]docs/FiltersAccessKeys.md
 - [FiltersApiAccessRule]docs/FiltersApiAccessRule.md
 - [FiltersApiLog]docs/FiltersApiLog.md
 - [FiltersCa]docs/FiltersCa.md
 - [FiltersCatalogs]docs/FiltersCatalogs.md
 - [FiltersClientGateway]docs/FiltersClientGateway.md
 - [FiltersDedicatedGroup]docs/FiltersDedicatedGroup.md
 - [FiltersDhcpOptions]docs/FiltersDhcpOptions.md
 - [FiltersDirectLink]docs/FiltersDirectLink.md
 - [FiltersDirectLinkInterface]docs/FiltersDirectLinkInterface.md
 - [FiltersExportTask]docs/FiltersExportTask.md
 - [FiltersFlexibleGpu]docs/FiltersFlexibleGpu.md
 - [FiltersImage]docs/FiltersImage.md
 - [FiltersInternetService]docs/FiltersInternetService.md
 - [FiltersKeypair]docs/FiltersKeypair.md
 - [FiltersListenerRule]docs/FiltersListenerRule.md
 - [FiltersLoadBalancer]docs/FiltersLoadBalancer.md
 - [FiltersNatService]docs/FiltersNatService.md
 - [FiltersNet]docs/FiltersNet.md
 - [FiltersNetAccessPoint]docs/FiltersNetAccessPoint.md
 - [FiltersNetPeering]docs/FiltersNetPeering.md
 - [FiltersNic]docs/FiltersNic.md
 - [FiltersProductType]docs/FiltersProductType.md
 - [FiltersPublicIp]docs/FiltersPublicIp.md
 - [FiltersQuota]docs/FiltersQuota.md
 - [FiltersRouteTable]docs/FiltersRouteTable.md
 - [FiltersSecurityGroup]docs/FiltersSecurityGroup.md
 - [FiltersServerCertificate]docs/FiltersServerCertificate.md
 - [FiltersService]docs/FiltersService.md
 - [FiltersSnapshot]docs/FiltersSnapshot.md
 - [FiltersSubnet]docs/FiltersSubnet.md
 - [FiltersSubregion]docs/FiltersSubregion.md
 - [FiltersTag]docs/FiltersTag.md
 - [FiltersUserGroup]docs/FiltersUserGroup.md
 - [FiltersUsers]docs/FiltersUsers.md
 - [FiltersVirtualGateway]docs/FiltersVirtualGateway.md
 - [FiltersVm]docs/FiltersVm.md
 - [FiltersVmGroup]docs/FiltersVmGroup.md
 - [FiltersVmTemplate]docs/FiltersVmTemplate.md
 - [FiltersVmType]docs/FiltersVmType.md
 - [FiltersVmsState]docs/FiltersVmsState.md
 - [FiltersVolume]docs/FiltersVolume.md
 - [FiltersVpnConnection]docs/FiltersVpnConnection.md
 - [FlexibleGpu]docs/FlexibleGpu.md
 - [FlexibleGpuCatalog]docs/FlexibleGpuCatalog.md
 - [HealthCheck]docs/HealthCheck.md
 - [Image]docs/Image.md
 - [ImageExportTask]docs/ImageExportTask.md
 - [InlinePolicy]docs/InlinePolicy.md
 - [InternetService]docs/InternetService.md
 - [Keypair]docs/Keypair.md
 - [KeypairCreated]docs/KeypairCreated.md
 - [LinkFlexibleGpuRequest]docs/LinkFlexibleGpuRequest.md
 - [LinkFlexibleGpuResponse]docs/LinkFlexibleGpuResponse.md
 - [LinkInternetServiceRequest]docs/LinkInternetServiceRequest.md
 - [LinkInternetServiceResponse]docs/LinkInternetServiceResponse.md
 - [LinkLoadBalancerBackendMachinesRequest]docs/LinkLoadBalancerBackendMachinesRequest.md
 - [LinkLoadBalancerBackendMachinesResponse]docs/LinkLoadBalancerBackendMachinesResponse.md
 - [LinkManagedPolicyToUserGroupRequest]docs/LinkManagedPolicyToUserGroupRequest.md
 - [LinkManagedPolicyToUserGroupResponse]docs/LinkManagedPolicyToUserGroupResponse.md
 - [LinkNic]docs/LinkNic.md
 - [LinkNicLight]docs/LinkNicLight.md
 - [LinkNicRequest]docs/LinkNicRequest.md
 - [LinkNicResponse]docs/LinkNicResponse.md
 - [LinkNicToUpdate]docs/LinkNicToUpdate.md
 - [LinkPolicyRequest]docs/LinkPolicyRequest.md
 - [LinkPolicyResponse]docs/LinkPolicyResponse.md
 - [LinkPrivateIpsRequest]docs/LinkPrivateIpsRequest.md
 - [LinkPrivateIpsResponse]docs/LinkPrivateIpsResponse.md
 - [LinkPublicIp]docs/LinkPublicIp.md
 - [LinkPublicIpLightForVm]docs/LinkPublicIpLightForVm.md
 - [LinkPublicIpRequest]docs/LinkPublicIpRequest.md
 - [LinkPublicIpResponse]docs/LinkPublicIpResponse.md
 - [LinkRouteTable]docs/LinkRouteTable.md
 - [LinkRouteTableRequest]docs/LinkRouteTableRequest.md
 - [LinkRouteTableResponse]docs/LinkRouteTableResponse.md
 - [LinkVirtualGatewayRequest]docs/LinkVirtualGatewayRequest.md
 - [LinkVirtualGatewayResponse]docs/LinkVirtualGatewayResponse.md
 - [LinkVolumeRequest]docs/LinkVolumeRequest.md
 - [LinkVolumeResponse]docs/LinkVolumeResponse.md
 - [LinkedPolicy]docs/LinkedPolicy.md
 - [LinkedVolume]docs/LinkedVolume.md
 - [Listener]docs/Listener.md
 - [ListenerForCreation]docs/ListenerForCreation.md
 - [ListenerRule]docs/ListenerRule.md
 - [ListenerRuleForCreation]docs/ListenerRuleForCreation.md
 - [LoadBalancer]docs/LoadBalancer.md
 - [LoadBalancerLight]docs/LoadBalancerLight.md
 - [LoadBalancerStickyCookiePolicy]docs/LoadBalancerStickyCookiePolicy.md
 - [LoadBalancerTag]docs/LoadBalancerTag.md
 - [Location]docs/Location.md
 - [Log]docs/Log.md
 - [MaintenanceEvent]docs/MaintenanceEvent.md
 - [MinimalPolicy]docs/MinimalPolicy.md
 - [NatService]docs/NatService.md
 - [Net]docs/Net.md
 - [NetAccessPoint]docs/NetAccessPoint.md
 - [NetPeering]docs/NetPeering.md
 - [NetPeeringState]docs/NetPeeringState.md
 - [NetToVirtualGatewayLink]docs/NetToVirtualGatewayLink.md
 - [Nic]docs/Nic.md
 - [NicForVmCreation]docs/NicForVmCreation.md
 - [NicLight]docs/NicLight.md
 - [OsuApiKey]docs/OsuApiKey.md
 - [OsuExportImageExportTask]docs/OsuExportImageExportTask.md
 - [OsuExportSnapshotExportTask]docs/OsuExportSnapshotExportTask.md
 - [OsuExportToCreate]docs/OsuExportToCreate.md
 - [PermissionsOnResource]docs/PermissionsOnResource.md
 - [PermissionsOnResourceCreation]docs/PermissionsOnResourceCreation.md
 - [Phase1Options]docs/Phase1Options.md
 - [Phase2Options]docs/Phase2Options.md
 - [Placement]docs/Placement.md
 - [Policy]docs/Policy.md
 - [PolicyEntities]docs/PolicyEntities.md
 - [PolicyVersion]docs/PolicyVersion.md
 - [PrivateIp]docs/PrivateIp.md
 - [PrivateIpLight]docs/PrivateIpLight.md
 - [PrivateIpLightForVm]docs/PrivateIpLightForVm.md
 - [ProductType]docs/ProductType.md
 - [PublicIp]docs/PublicIp.md
 - [PublicIpLight]docs/PublicIpLight.md
 - [PutUserGroupPolicyRequest]docs/PutUserGroupPolicyRequest.md
 - [PutUserGroupPolicyResponse]docs/PutUserGroupPolicyResponse.md
 - [PutUserPolicyRequest]docs/PutUserPolicyRequest.md
 - [PutUserPolicyResponse]docs/PutUserPolicyResponse.md
 - [Quota]docs/Quota.md
 - [QuotaTypes]docs/QuotaTypes.md
 - [ReadAccessKeysRequest]docs/ReadAccessKeysRequest.md
 - [ReadAccessKeysResponse]docs/ReadAccessKeysResponse.md
 - [ReadAccountsRequest]docs/ReadAccountsRequest.md
 - [ReadAccountsResponse]docs/ReadAccountsResponse.md
 - [ReadAdminPasswordRequest]docs/ReadAdminPasswordRequest.md
 - [ReadAdminPasswordResponse]docs/ReadAdminPasswordResponse.md
 - [ReadApiAccessPolicyRequest]docs/ReadApiAccessPolicyRequest.md
 - [ReadApiAccessPolicyResponse]docs/ReadApiAccessPolicyResponse.md
 - [ReadApiAccessRulesRequest]docs/ReadApiAccessRulesRequest.md
 - [ReadApiAccessRulesResponse]docs/ReadApiAccessRulesResponse.md
 - [ReadApiLogsRequest]docs/ReadApiLogsRequest.md
 - [ReadApiLogsResponse]docs/ReadApiLogsResponse.md
 - [ReadCasRequest]docs/ReadCasRequest.md
 - [ReadCasResponse]docs/ReadCasResponse.md
 - [ReadCatalogRequest]docs/ReadCatalogRequest.md
 - [ReadCatalogResponse]docs/ReadCatalogResponse.md
 - [ReadCatalogsRequest]docs/ReadCatalogsRequest.md
 - [ReadCatalogsResponse]docs/ReadCatalogsResponse.md
 - [ReadClientGatewaysRequest]docs/ReadClientGatewaysRequest.md
 - [ReadClientGatewaysResponse]docs/ReadClientGatewaysResponse.md
 - [ReadConsoleOutputRequest]docs/ReadConsoleOutputRequest.md
 - [ReadConsoleOutputResponse]docs/ReadConsoleOutputResponse.md
 - [ReadConsumptionAccountRequest]docs/ReadConsumptionAccountRequest.md
 - [ReadConsumptionAccountResponse]docs/ReadConsumptionAccountResponse.md
 - [ReadDedicatedGroupsRequest]docs/ReadDedicatedGroupsRequest.md
 - [ReadDedicatedGroupsResponse]docs/ReadDedicatedGroupsResponse.md
 - [ReadDhcpOptionsRequest]docs/ReadDhcpOptionsRequest.md
 - [ReadDhcpOptionsResponse]docs/ReadDhcpOptionsResponse.md
 - [ReadDirectLinkInterfacesRequest]docs/ReadDirectLinkInterfacesRequest.md
 - [ReadDirectLinkInterfacesResponse]docs/ReadDirectLinkInterfacesResponse.md
 - [ReadDirectLinksRequest]docs/ReadDirectLinksRequest.md
 - [ReadDirectLinksResponse]docs/ReadDirectLinksResponse.md
 - [ReadEntitiesLinkedToPolicyRequest]docs/ReadEntitiesLinkedToPolicyRequest.md
 - [ReadEntitiesLinkedToPolicyResponse]docs/ReadEntitiesLinkedToPolicyResponse.md
 - [ReadFlexibleGpuCatalogRequest]docs/ReadFlexibleGpuCatalogRequest.md
 - [ReadFlexibleGpuCatalogResponse]docs/ReadFlexibleGpuCatalogResponse.md
 - [ReadFlexibleGpusRequest]docs/ReadFlexibleGpusRequest.md
 - [ReadFlexibleGpusResponse]docs/ReadFlexibleGpusResponse.md
 - [ReadImageExportTasksRequest]docs/ReadImageExportTasksRequest.md
 - [ReadImageExportTasksResponse]docs/ReadImageExportTasksResponse.md
 - [ReadImagesRequest]docs/ReadImagesRequest.md
 - [ReadImagesResponse]docs/ReadImagesResponse.md
 - [ReadInternetServicesRequest]docs/ReadInternetServicesRequest.md
 - [ReadInternetServicesResponse]docs/ReadInternetServicesResponse.md
 - [ReadKeypairsRequest]docs/ReadKeypairsRequest.md
 - [ReadKeypairsResponse]docs/ReadKeypairsResponse.md
 - [ReadLinkedPoliciesFilters]docs/ReadLinkedPoliciesFilters.md
 - [ReadLinkedPoliciesRequest]docs/ReadLinkedPoliciesRequest.md
 - [ReadLinkedPoliciesResponse]docs/ReadLinkedPoliciesResponse.md
 - [ReadListenerRulesRequest]docs/ReadListenerRulesRequest.md
 - [ReadListenerRulesResponse]docs/ReadListenerRulesResponse.md
 - [ReadLoadBalancerTagsRequest]docs/ReadLoadBalancerTagsRequest.md
 - [ReadLoadBalancerTagsResponse]docs/ReadLoadBalancerTagsResponse.md
 - [ReadLoadBalancersRequest]docs/ReadLoadBalancersRequest.md
 - [ReadLoadBalancersResponse]docs/ReadLoadBalancersResponse.md
 - [ReadLocationsRequest]docs/ReadLocationsRequest.md
 - [ReadLocationsResponse]docs/ReadLocationsResponse.md
 - [ReadManagedPoliciesLinkedToUserGroupRequest]docs/ReadManagedPoliciesLinkedToUserGroupRequest.md
 - [ReadManagedPoliciesLinkedToUserGroupResponse]docs/ReadManagedPoliciesLinkedToUserGroupResponse.md
 - [ReadNatServicesRequest]docs/ReadNatServicesRequest.md
 - [ReadNatServicesResponse]docs/ReadNatServicesResponse.md
 - [ReadNetAccessPointServicesRequest]docs/ReadNetAccessPointServicesRequest.md
 - [ReadNetAccessPointServicesResponse]docs/ReadNetAccessPointServicesResponse.md
 - [ReadNetAccessPointsRequest]docs/ReadNetAccessPointsRequest.md
 - [ReadNetAccessPointsResponse]docs/ReadNetAccessPointsResponse.md
 - [ReadNetPeeringsRequest]docs/ReadNetPeeringsRequest.md
 - [ReadNetPeeringsResponse]docs/ReadNetPeeringsResponse.md
 - [ReadNetsRequest]docs/ReadNetsRequest.md
 - [ReadNetsResponse]docs/ReadNetsResponse.md
 - [ReadNicsRequest]docs/ReadNicsRequest.md
 - [ReadNicsResponse]docs/ReadNicsResponse.md
 - [ReadPoliciesFilters]docs/ReadPoliciesFilters.md
 - [ReadPoliciesRequest]docs/ReadPoliciesRequest.md
 - [ReadPoliciesResponse]docs/ReadPoliciesResponse.md
 - [ReadPolicyRequest]docs/ReadPolicyRequest.md
 - [ReadPolicyResponse]docs/ReadPolicyResponse.md
 - [ReadPolicyVersionRequest]docs/ReadPolicyVersionRequest.md
 - [ReadPolicyVersionResponse]docs/ReadPolicyVersionResponse.md
 - [ReadPolicyVersionsRequest]docs/ReadPolicyVersionsRequest.md
 - [ReadPolicyVersionsResponse]docs/ReadPolicyVersionsResponse.md
 - [ReadProductTypesRequest]docs/ReadProductTypesRequest.md
 - [ReadProductTypesResponse]docs/ReadProductTypesResponse.md
 - [ReadPublicCatalogRequest]docs/ReadPublicCatalogRequest.md
 - [ReadPublicCatalogResponse]docs/ReadPublicCatalogResponse.md
 - [ReadPublicIpRangesRequest]docs/ReadPublicIpRangesRequest.md
 - [ReadPublicIpRangesResponse]docs/ReadPublicIpRangesResponse.md
 - [ReadPublicIpsRequest]docs/ReadPublicIpsRequest.md
 - [ReadPublicIpsResponse]docs/ReadPublicIpsResponse.md
 - [ReadQuotasRequest]docs/ReadQuotasRequest.md
 - [ReadQuotasResponse]docs/ReadQuotasResponse.md
 - [ReadRegionsRequest]docs/ReadRegionsRequest.md
 - [ReadRegionsResponse]docs/ReadRegionsResponse.md
 - [ReadRouteTablesRequest]docs/ReadRouteTablesRequest.md
 - [ReadRouteTablesResponse]docs/ReadRouteTablesResponse.md
 - [ReadSecurityGroupsRequest]docs/ReadSecurityGroupsRequest.md
 - [ReadSecurityGroupsResponse]docs/ReadSecurityGroupsResponse.md
 - [ReadServerCertificatesRequest]docs/ReadServerCertificatesRequest.md
 - [ReadServerCertificatesResponse]docs/ReadServerCertificatesResponse.md
 - [ReadSnapshotExportTasksRequest]docs/ReadSnapshotExportTasksRequest.md
 - [ReadSnapshotExportTasksResponse]docs/ReadSnapshotExportTasksResponse.md
 - [ReadSnapshotsRequest]docs/ReadSnapshotsRequest.md
 - [ReadSnapshotsResponse]docs/ReadSnapshotsResponse.md
 - [ReadSubnetsRequest]docs/ReadSubnetsRequest.md
 - [ReadSubnetsResponse]docs/ReadSubnetsResponse.md
 - [ReadSubregionsRequest]docs/ReadSubregionsRequest.md
 - [ReadSubregionsResponse]docs/ReadSubregionsResponse.md
 - [ReadTagsRequest]docs/ReadTagsRequest.md
 - [ReadTagsResponse]docs/ReadTagsResponse.md
 - [ReadUnitPriceRequest]docs/ReadUnitPriceRequest.md
 - [ReadUnitPriceResponse]docs/ReadUnitPriceResponse.md
 - [ReadUserGroupPoliciesRequest]docs/ReadUserGroupPoliciesRequest.md
 - [ReadUserGroupPoliciesResponse]docs/ReadUserGroupPoliciesResponse.md
 - [ReadUserGroupPolicyRequest]docs/ReadUserGroupPolicyRequest.md
 - [ReadUserGroupPolicyResponse]docs/ReadUserGroupPolicyResponse.md
 - [ReadUserGroupRequest]docs/ReadUserGroupRequest.md
 - [ReadUserGroupResponse]docs/ReadUserGroupResponse.md
 - [ReadUserGroupsPerUserRequest]docs/ReadUserGroupsPerUserRequest.md
 - [ReadUserGroupsPerUserResponse]docs/ReadUserGroupsPerUserResponse.md
 - [ReadUserGroupsRequest]docs/ReadUserGroupsRequest.md
 - [ReadUserGroupsResponse]docs/ReadUserGroupsResponse.md
 - [ReadUserPoliciesRequest]docs/ReadUserPoliciesRequest.md
 - [ReadUserPoliciesResponse]docs/ReadUserPoliciesResponse.md
 - [ReadUserPolicyRequest]docs/ReadUserPolicyRequest.md
 - [ReadUserPolicyResponse]docs/ReadUserPolicyResponse.md
 - [ReadUsersRequest]docs/ReadUsersRequest.md
 - [ReadUsersResponse]docs/ReadUsersResponse.md
 - [ReadVirtualGatewaysRequest]docs/ReadVirtualGatewaysRequest.md
 - [ReadVirtualGatewaysResponse]docs/ReadVirtualGatewaysResponse.md
 - [ReadVmGroupsRequest]docs/ReadVmGroupsRequest.md
 - [ReadVmGroupsResponse]docs/ReadVmGroupsResponse.md
 - [ReadVmTemplatesRequest]docs/ReadVmTemplatesRequest.md
 - [ReadVmTemplatesResponse]docs/ReadVmTemplatesResponse.md
 - [ReadVmTypesRequest]docs/ReadVmTypesRequest.md
 - [ReadVmTypesResponse]docs/ReadVmTypesResponse.md
 - [ReadVmsHealthRequest]docs/ReadVmsHealthRequest.md
 - [ReadVmsHealthResponse]docs/ReadVmsHealthResponse.md
 - [ReadVmsRequest]docs/ReadVmsRequest.md
 - [ReadVmsResponse]docs/ReadVmsResponse.md
 - [ReadVmsStateRequest]docs/ReadVmsStateRequest.md
 - [ReadVmsStateResponse]docs/ReadVmsStateResponse.md
 - [ReadVolumesRequest]docs/ReadVolumesRequest.md
 - [ReadVolumesResponse]docs/ReadVolumesResponse.md
 - [ReadVpnConnectionsRequest]docs/ReadVpnConnectionsRequest.md
 - [ReadVpnConnectionsResponse]docs/ReadVpnConnectionsResponse.md
 - [RebootVmsRequest]docs/RebootVmsRequest.md
 - [RebootVmsResponse]docs/RebootVmsResponse.md
 - [Region]docs/Region.md
 - [RegisterVmsInLoadBalancerRequest]docs/RegisterVmsInLoadBalancerRequest.md
 - [RegisterVmsInLoadBalancerResponse]docs/RegisterVmsInLoadBalancerResponse.md
 - [RejectNetPeeringRequest]docs/RejectNetPeeringRequest.md
 - [RejectNetPeeringResponse]docs/RejectNetPeeringResponse.md
 - [RemoveUserFromUserGroupRequest]docs/RemoveUserFromUserGroupRequest.md
 - [RemoveUserFromUserGroupResponse]docs/RemoveUserFromUserGroupResponse.md
 - [ResourceLoadBalancerTag]docs/ResourceLoadBalancerTag.md
 - [ResourceTag]docs/ResourceTag.md
 - [ResponseContext]docs/ResponseContext.md
 - [Route]docs/Route.md
 - [RouteLight]docs/RouteLight.md
 - [RoutePropagatingVirtualGateway]docs/RoutePropagatingVirtualGateway.md
 - [RouteTable]docs/RouteTable.md
 - [ScaleDownVmGroupRequest]docs/ScaleDownVmGroupRequest.md
 - [ScaleDownVmGroupResponse]docs/ScaleDownVmGroupResponse.md
 - [ScaleUpVmGroupRequest]docs/ScaleUpVmGroupRequest.md
 - [ScaleUpVmGroupResponse]docs/ScaleUpVmGroupResponse.md
 - [SecureBootAction]docs/SecureBootAction.md
 - [SecurityGroup]docs/SecurityGroup.md
 - [SecurityGroupLight]docs/SecurityGroupLight.md
 - [SecurityGroupRule]docs/SecurityGroupRule.md
 - [SecurityGroupsMember]docs/SecurityGroupsMember.md
 - [ServerCertificate]docs/ServerCertificate.md
 - [Service]docs/Service.md
 - [SetDefaultPolicyVersionRequest]docs/SetDefaultPolicyVersionRequest.md
 - [SetDefaultPolicyVersionResponse]docs/SetDefaultPolicyVersionResponse.md
 - [Snapshot]docs/Snapshot.md
 - [SnapshotExportTask]docs/SnapshotExportTask.md
 - [SourceNet]docs/SourceNet.md
 - [SourceSecurityGroup]docs/SourceSecurityGroup.md
 - [StartVmsRequest]docs/StartVmsRequest.md
 - [StartVmsResponse]docs/StartVmsResponse.md
 - [StateComment]docs/StateComment.md
 - [StopVmsRequest]docs/StopVmsRequest.md
 - [StopVmsResponse]docs/StopVmsResponse.md
 - [Subnet]docs/Subnet.md
 - [Subregion]docs/Subregion.md
 - [Tag]docs/Tag.md
 - [UnitPriceEntry]docs/UnitPriceEntry.md
 - [UnlinkFlexibleGpuRequest]docs/UnlinkFlexibleGpuRequest.md
 - [UnlinkFlexibleGpuResponse]docs/UnlinkFlexibleGpuResponse.md
 - [UnlinkInternetServiceRequest]docs/UnlinkInternetServiceRequest.md
 - [UnlinkInternetServiceResponse]docs/UnlinkInternetServiceResponse.md
 - [UnlinkLoadBalancerBackendMachinesRequest]docs/UnlinkLoadBalancerBackendMachinesRequest.md
 - [UnlinkLoadBalancerBackendMachinesResponse]docs/UnlinkLoadBalancerBackendMachinesResponse.md
 - [UnlinkManagedPolicyFromUserGroupRequest]docs/UnlinkManagedPolicyFromUserGroupRequest.md
 - [UnlinkManagedPolicyFromUserGroupResponse]docs/UnlinkManagedPolicyFromUserGroupResponse.md
 - [UnlinkNicRequest]docs/UnlinkNicRequest.md
 - [UnlinkNicResponse]docs/UnlinkNicResponse.md
 - [UnlinkPolicyRequest]docs/UnlinkPolicyRequest.md
 - [UnlinkPolicyResponse]docs/UnlinkPolicyResponse.md
 - [UnlinkPrivateIpsRequest]docs/UnlinkPrivateIpsRequest.md
 - [UnlinkPrivateIpsResponse]docs/UnlinkPrivateIpsResponse.md
 - [UnlinkPublicIpRequest]docs/UnlinkPublicIpRequest.md
 - [UnlinkPublicIpResponse]docs/UnlinkPublicIpResponse.md
 - [UnlinkRouteTableRequest]docs/UnlinkRouteTableRequest.md
 - [UnlinkRouteTableResponse]docs/UnlinkRouteTableResponse.md
 - [UnlinkVirtualGatewayRequest]docs/UnlinkVirtualGatewayRequest.md
 - [UnlinkVirtualGatewayResponse]docs/UnlinkVirtualGatewayResponse.md
 - [UnlinkVolumeRequest]docs/UnlinkVolumeRequest.md
 - [UnlinkVolumeResponse]docs/UnlinkVolumeResponse.md
 - [UpdateAccessKeyRequest]docs/UpdateAccessKeyRequest.md
 - [UpdateAccessKeyResponse]docs/UpdateAccessKeyResponse.md
 - [UpdateAccountRequest]docs/UpdateAccountRequest.md
 - [UpdateAccountResponse]docs/UpdateAccountResponse.md
 - [UpdateApiAccessPolicyRequest]docs/UpdateApiAccessPolicyRequest.md
 - [UpdateApiAccessPolicyResponse]docs/UpdateApiAccessPolicyResponse.md
 - [UpdateApiAccessRuleRequest]docs/UpdateApiAccessRuleRequest.md
 - [UpdateApiAccessRuleResponse]docs/UpdateApiAccessRuleResponse.md
 - [UpdateCaRequest]docs/UpdateCaRequest.md
 - [UpdateCaResponse]docs/UpdateCaResponse.md
 - [UpdateDedicatedGroupRequest]docs/UpdateDedicatedGroupRequest.md
 - [UpdateDedicatedGroupResponse]docs/UpdateDedicatedGroupResponse.md
 - [UpdateDirectLinkInterfaceRequest]docs/UpdateDirectLinkInterfaceRequest.md
 - [UpdateDirectLinkInterfaceResponse]docs/UpdateDirectLinkInterfaceResponse.md
 - [UpdateFlexibleGpuRequest]docs/UpdateFlexibleGpuRequest.md
 - [UpdateFlexibleGpuResponse]docs/UpdateFlexibleGpuResponse.md
 - [UpdateImageRequest]docs/UpdateImageRequest.md
 - [UpdateImageResponse]docs/UpdateImageResponse.md
 - [UpdateListenerRuleRequest]docs/UpdateListenerRuleRequest.md
 - [UpdateListenerRuleResponse]docs/UpdateListenerRuleResponse.md
 - [UpdateLoadBalancerRequest]docs/UpdateLoadBalancerRequest.md
 - [UpdateLoadBalancerResponse]docs/UpdateLoadBalancerResponse.md
 - [UpdateNetAccessPointRequest]docs/UpdateNetAccessPointRequest.md
 - [UpdateNetAccessPointResponse]docs/UpdateNetAccessPointResponse.md
 - [UpdateNetRequest]docs/UpdateNetRequest.md
 - [UpdateNetResponse]docs/UpdateNetResponse.md
 - [UpdateNicRequest]docs/UpdateNicRequest.md
 - [UpdateNicResponse]docs/UpdateNicResponse.md
 - [UpdateRoutePropagationRequest]docs/UpdateRoutePropagationRequest.md
 - [UpdateRoutePropagationResponse]docs/UpdateRoutePropagationResponse.md
 - [UpdateRouteRequest]docs/UpdateRouteRequest.md
 - [UpdateRouteResponse]docs/UpdateRouteResponse.md
 - [UpdateRouteTableLinkRequest]docs/UpdateRouteTableLinkRequest.md
 - [UpdateRouteTableLinkResponse]docs/UpdateRouteTableLinkResponse.md
 - [UpdateServerCertificateRequest]docs/UpdateServerCertificateRequest.md
 - [UpdateServerCertificateResponse]docs/UpdateServerCertificateResponse.md
 - [UpdateSnapshotRequest]docs/UpdateSnapshotRequest.md
 - [UpdateSnapshotResponse]docs/UpdateSnapshotResponse.md
 - [UpdateSubnetRequest]docs/UpdateSubnetRequest.md
 - [UpdateSubnetResponse]docs/UpdateSubnetResponse.md
 - [UpdateUserGroupRequest]docs/UpdateUserGroupRequest.md
 - [UpdateUserGroupResponse]docs/UpdateUserGroupResponse.md
 - [UpdateUserRequest]docs/UpdateUserRequest.md
 - [UpdateUserResponse]docs/UpdateUserResponse.md
 - [UpdateVmGroupRequest]docs/UpdateVmGroupRequest.md
 - [UpdateVmGroupResponse]docs/UpdateVmGroupResponse.md
 - [UpdateVmRequest]docs/UpdateVmRequest.md
 - [UpdateVmResponse]docs/UpdateVmResponse.md
 - [UpdateVmTemplateRequest]docs/UpdateVmTemplateRequest.md
 - [UpdateVmTemplateResponse]docs/UpdateVmTemplateResponse.md
 - [UpdateVolumeRequest]docs/UpdateVolumeRequest.md
 - [UpdateVolumeResponse]docs/UpdateVolumeResponse.md
 - [UpdateVpnConnectionRequest]docs/UpdateVpnConnectionRequest.md
 - [UpdateVpnConnectionResponse]docs/UpdateVpnConnectionResponse.md
 - [User]docs/User.md
 - [UserGroup]docs/UserGroup.md
 - [VgwTelemetry]docs/VgwTelemetry.md
 - [VirtualGateway]docs/VirtualGateway.md
 - [Vm]docs/Vm.md
 - [VmGroup]docs/VmGroup.md
 - [VmState]docs/VmState.md
 - [VmStates]docs/VmStates.md
 - [VmTemplate]docs/VmTemplate.md
 - [VmType]docs/VmType.md
 - [Volume]docs/Volume.md
 - [VpnConnection]docs/VpnConnection.md
 - [VpnOptions]docs/VpnOptions.md
 - [With]docs/With.md


To get access to the crate's generated documentation, use:

```
cargo doc --open
```

## Author

support@outscale.com