From 402353f2ed8a673191c126fe7533e397c2c1b853 Mon Sep 17 00:00:00 2001 From: Maxime Dufour Date: Tue, 11 Apr 2023 08:33:01 +0000 Subject: [PATCH] osc-sdk-java v0.3.0 --- .osc-api-patches/outscale-yaml.patch | 217 ++-- README.md | 8 +- api_version | 2 +- docs/BsuCreated.md | 2 +- docs/CatalogApi.md | 70 ++ docs/Catalogs.md | 26 + docs/ConsumptionEntry.md | 4 +- docs/CreateAccessKeyRequest.md | 2 +- docs/CreateImageRequest.md | 1 + docs/CreateVmGroupRequest.md | 31 + docs/CreateVmGroupResponse.md | 14 + docs/CreateVmTemplateRequest.md | 32 + docs/CreateVmTemplateResponse.md | 14 + docs/DeleteVmGroupRequest.md | 14 + docs/DeleteVmGroupResponse.md | 13 + docs/DeleteVmTemplateRequest.md | 14 + docs/DeleteVmTemplateResponse.md | 13 + docs/FiltersApiLog.md | 4 +- docs/FiltersCatalogs.md | 16 + docs/FiltersImage.md | 2 +- docs/FiltersSnapshot.md | 2 + docs/FiltersVmGroup.md | 23 + docs/FiltersVmTemplate.md | 25 + docs/FiltersVolume.md | 4 +- docs/Image.md | 4 +- docs/Log.md | 2 +- docs/ReadCatalogsRequest.md | 15 + docs/ReadCatalogsResponse.md | 15 + docs/ReadConsumptionAccountRequest.md | 4 +- docs/ReadVmGroupsRequest.md | 14 + docs/ReadVmGroupsResponse.md | 14 + docs/ReadVmTemplatesRequest.md | 14 + docs/ReadVmTemplatesResponse.md | 14 + docs/ScaleDownVmGroupRequest.md | 15 + docs/ScaleDownVmGroupResponse.md | 13 + docs/ScaleUpVmGroupRequest.md | 15 + docs/ScaleUpVmGroupResponse.md | 13 + docs/UpdateAccessKeyRequest.md | 2 +- docs/UpdateDirectLinkInterfaceRequest.md | 1 - docs/UpdateVmGroupRequest.md | 18 + docs/UpdateVmGroupResponse.md | 14 + docs/UpdateVmTemplateRequest.md | 17 + docs/UpdateVmTemplateResponse.md | 14 + docs/Vm.md | 2 +- docs/VmGroup.md | 48 + docs/VmGroupApi.md | 446 ++++++++ docs/VmTemplate.md | 34 + docs/VmTemplateApi.md | 288 ++++++ examples/config_env/pom.xml | 2 +- examples/config_file/pom.xml | 2 +- examples/password_auth/pom.xml | 2 +- examples/region/pom.xml | 2 +- examples/vm/pom.xml | 2 +- examples/volumes/pom.xml | 2 +- pom.xml | 2 +- sdk_version | 2 +- .../osc_sdk_java/client/ApiCallback.java | 2 +- .../osc_sdk_java/client/ApiClient.java | 4 +- .../osc_sdk_java/client/ApiException.java | 2 +- .../osc_sdk_java/client/ApiResponse.java | 2 +- .../osc_sdk_java/client/Configuration.java | 2 +- .../client/GzipRequestInterceptor.java | 2 +- .../outscale/osc_sdk_java/client/JSON.java | 86 +- .../outscale/osc_sdk_java/client/Pair.java | 2 +- .../client/ProgressRequestBody.java | 2 +- .../client/ProgressResponseBody.java | 2 +- .../osc_sdk_java/client/StringUtil.java | 2 +- .../osc_sdk_java/client/api/AccessKeyApi.java | 2 +- .../osc_sdk_java/client/api/AccountApi.java | 2 +- .../client/api/ApiAccessPolicyApi.java | 2 +- .../client/api/ApiAccessRuleApi.java | 2 +- .../osc_sdk_java/client/api/ApiLogApi.java | 2 +- .../osc_sdk_java/client/api/CaApi.java | 2 +- .../osc_sdk_java/client/api/CatalogApi.java | 139 ++- .../client/api/ClientGatewayApi.java | 2 +- .../client/api/DhcpOptionApi.java | 2 +- .../client/api/DirectLinkApi.java | 2 +- .../client/api/DirectLinkInterfaceApi.java | 2 +- .../client/api/FlexibleGpuApi.java | 2 +- .../osc_sdk_java/client/api/ImageApi.java | 2 +- .../client/api/InternetServiceApi.java | 2 +- .../osc_sdk_java/client/api/KeypairApi.java | 2 +- .../osc_sdk_java/client/api/ListenerApi.java | 2 +- .../client/api/LoadBalancerApi.java | 2 +- .../client/api/LoadBalancerPolicyApi.java | 2 +- .../osc_sdk_java/client/api/LocationApi.java | 2 +- .../client/api/NatServiceApi.java | 2 +- .../client/api/NetAccessPointApi.java | 2 +- .../osc_sdk_java/client/api/NetApi.java | 2 +- .../client/api/NetPeeringApi.java | 2 +- .../osc_sdk_java/client/api/NicApi.java | 2 +- .../client/api/ProductTypeApi.java | 2 +- .../client/api/PublicCatalogApi.java | 2 +- .../osc_sdk_java/client/api/PublicIpApi.java | 2 +- .../osc_sdk_java/client/api/QuotaApi.java | 2 +- .../osc_sdk_java/client/api/RegionApi.java | 2 +- .../osc_sdk_java/client/api/RouteApi.java | 2 +- .../client/api/RouteTableApi.java | 2 +- .../client/api/SecurityGroupApi.java | 2 +- .../client/api/SecurityGroupRuleApi.java | 2 +- .../client/api/ServerCertificateApi.java | 2 +- .../osc_sdk_java/client/api/SnapshotApi.java | 2 +- .../osc_sdk_java/client/api/SubnetApi.java | 2 +- .../osc_sdk_java/client/api/SubregionApi.java | 2 +- .../osc_sdk_java/client/api/TagApi.java | 2 +- .../osc_sdk_java/client/api/TaskApi.java | 2 +- .../client/api/VirtualGatewayApi.java | 2 +- .../osc_sdk_java/client/api/VmApi.java | 2 +- .../osc_sdk_java/client/api/VmGroupApi.java | 965 ++++++++++++++++++ .../client/api/VmTemplateApi.java | 620 +++++++++++ .../osc_sdk_java/client/api/VolumeApi.java | 2 +- .../client/api/VpnConnectionApi.java | 2 +- .../osc_sdk_java/client/auth/AWS4Auth.java | 2 +- .../osc_sdk_java/client/auth/ApiKeyAuth.java | 2 +- .../client/auth/Authentication.java | 2 +- .../client/auth/HttpBasicAuth.java | 2 +- .../client/auth/HttpBearerAuth.java | 2 +- .../client/model/AbstractOpenApiSchema.java | 2 +- .../client/model/AcceptNetPeeringRequest.java | 2 +- .../model/AcceptNetPeeringResponse.java | 2 +- .../client/model/AccepterNet.java | 2 +- .../osc_sdk_java/client/model/AccessKey.java | 2 +- .../client/model/AccessKeySecretKey.java | 2 +- .../osc_sdk_java/client/model/AccessLog.java | 2 +- .../osc_sdk_java/client/model/Account.java | 2 +- .../client/model/ApiAccessPolicy.java | 2 +- .../client/model/ApiAccessRule.java | 2 +- .../model/ApplicationStickyCookiePolicy.java | 2 +- .../client/model/BackendVmHealth.java | 2 +- .../model/BlockDeviceMappingCreated.java | 2 +- .../client/model/BlockDeviceMappingImage.java | 2 +- .../model/BlockDeviceMappingVmCreation.java | 2 +- .../model/BlockDeviceMappingVmUpdate.java | 2 +- .../osc_sdk_java/client/model/BsuCreated.java | 4 +- .../client/model/BsuToCreate.java | 2 +- .../client/model/BsuToUpdateVm.java | 2 +- .../osc_sdk_java/client/model/Ca.java | 2 +- .../osc_sdk_java/client/model/Catalog.java | 2 +- .../client/model/CatalogEntry.java | 2 +- .../osc_sdk_java/client/model/Catalogs.java | 359 +++++++ .../model/CheckAuthenticationRequest.java | 2 +- .../model/CheckAuthenticationResponse.java | 2 +- .../client/model/ClientGateway.java | 2 +- .../client/model/ConsumptionEntry.java | 6 +- .../client/model/CreateAccessKeyRequest.java | 8 +- .../client/model/CreateAccessKeyResponse.java | 2 +- .../client/model/CreateAccountRequest.java | 2 +- .../client/model/CreateAccountResponse.java | 2 +- .../model/CreateApiAccessRuleRequest.java | 2 +- .../model/CreateApiAccessRuleResponse.java | 2 +- .../client/model/CreateCaRequest.java | 2 +- .../client/model/CreateCaResponse.java | 2 +- .../model/CreateClientGatewayRequest.java | 2 +- .../model/CreateClientGatewayResponse.java | 2 +- .../model/CreateDhcpOptionsRequest.java | 2 +- .../model/CreateDhcpOptionsResponse.java | 2 +- .../CreateDirectLinkInterfaceRequest.java | 2 +- .../CreateDirectLinkInterfaceResponse.java | 2 +- .../client/model/CreateDirectLinkRequest.java | 2 +- .../model/CreateDirectLinkResponse.java | 2 +- .../model/CreateFlexibleGpuRequest.java | 2 +- .../model/CreateFlexibleGpuResponse.java | 2 +- .../model/CreateImageExportTaskRequest.java | 2 +- .../model/CreateImageExportTaskResponse.java | 2 +- .../client/model/CreateImageRequest.java | 47 +- .../client/model/CreateImageResponse.java | 2 +- .../model/CreateInternetServiceRequest.java | 2 +- .../model/CreateInternetServiceResponse.java | 2 +- .../client/model/CreateKeypairRequest.java | 2 +- .../client/model/CreateKeypairResponse.java | 2 +- .../model/CreateListenerRuleRequest.java | 2 +- .../model/CreateListenerRuleResponse.java | 2 +- .../CreateLoadBalancerListenersRequest.java | 2 +- .../CreateLoadBalancerListenersResponse.java | 2 +- .../CreateLoadBalancerPolicyRequest.java | 2 +- .../CreateLoadBalancerPolicyResponse.java | 2 +- .../model/CreateLoadBalancerRequest.java | 2 +- .../model/CreateLoadBalancerResponse.java | 2 +- .../model/CreateLoadBalancerTagsRequest.java | 2 +- .../model/CreateLoadBalancerTagsResponse.java | 2 +- .../client/model/CreateNatServiceRequest.java | 2 +- .../model/CreateNatServiceResponse.java | 2 +- .../model/CreateNetAccessPointRequest.java | 2 +- .../model/CreateNetAccessPointResponse.java | 2 +- .../client/model/CreateNetPeeringRequest.java | 2 +- .../model/CreateNetPeeringResponse.java | 2 +- .../client/model/CreateNetRequest.java | 2 +- .../client/model/CreateNetResponse.java | 2 +- .../client/model/CreateNicRequest.java | 2 +- .../client/model/CreateNicResponse.java | 2 +- .../client/model/CreatePublicIpRequest.java | 2 +- .../client/model/CreatePublicIpResponse.java | 2 +- .../client/model/CreateRouteRequest.java | 2 +- .../client/model/CreateRouteResponse.java | 2 +- .../client/model/CreateRouteTableRequest.java | 2 +- .../model/CreateRouteTableResponse.java | 2 +- .../model/CreateSecurityGroupRequest.java | 2 +- .../model/CreateSecurityGroupResponse.java | 2 +- .../model/CreateSecurityGroupRuleRequest.java | 2 +- .../CreateSecurityGroupRuleResponse.java | 2 +- .../model/CreateServerCertificateRequest.java | 2 +- .../CreateServerCertificateResponse.java | 2 +- .../CreateSnapshotExportTaskRequest.java | 2 +- .../CreateSnapshotExportTaskResponse.java | 2 +- .../client/model/CreateSnapshotRequest.java | 2 +- .../client/model/CreateSnapshotResponse.java | 2 +- .../client/model/CreateSubnetRequest.java | 2 +- .../client/model/CreateSubnetResponse.java | 2 +- .../client/model/CreateTagsRequest.java | 2 +- .../client/model/CreateTagsResponse.java | 2 +- .../model/CreateVirtualGatewayRequest.java | 2 +- .../model/CreateVirtualGatewayResponse.java | 2 +- .../client/model/CreateVmGroupRequest.java | 586 +++++++++++ .../client/model/CreateVmGroupResponse.java | 227 ++++ .../client/model/CreateVmTemplateRequest.java | 595 +++++++++++ .../model/CreateVmTemplateResponse.java | 228 +++++ .../client/model/CreateVmsRequest.java | 2 +- .../client/model/CreateVmsResponse.java | 2 +- .../client/model/CreateVolumeRequest.java | 2 +- .../client/model/CreateVolumeResponse.java | 2 +- .../model/CreateVpnConnectionRequest.java | 2 +- .../model/CreateVpnConnectionResponse.java | 2 +- .../CreateVpnConnectionRouteRequest.java | 2 +- .../CreateVpnConnectionRouteResponse.java | 2 +- .../client/model/DeleteAccessKeyRequest.java | 2 +- .../client/model/DeleteAccessKeyResponse.java | 2 +- .../model/DeleteApiAccessRuleRequest.java | 2 +- .../model/DeleteApiAccessRuleResponse.java | 2 +- .../client/model/DeleteCaRequest.java | 2 +- .../client/model/DeleteCaResponse.java | 2 +- .../model/DeleteClientGatewayRequest.java | 2 +- .../model/DeleteClientGatewayResponse.java | 2 +- .../model/DeleteDhcpOptionsRequest.java | 2 +- .../model/DeleteDhcpOptionsResponse.java | 2 +- .../DeleteDirectLinkInterfaceRequest.java | 2 +- .../DeleteDirectLinkInterfaceResponse.java | 2 +- .../client/model/DeleteDirectLinkRequest.java | 2 +- .../model/DeleteDirectLinkResponse.java | 2 +- .../client/model/DeleteExportTaskRequest.java | 2 +- .../model/DeleteExportTaskResponse.java | 2 +- .../model/DeleteFlexibleGpuRequest.java | 2 +- .../model/DeleteFlexibleGpuResponse.java | 2 +- .../client/model/DeleteImageRequest.java | 2 +- .../client/model/DeleteImageResponse.java | 2 +- .../model/DeleteInternetServiceRequest.java | 2 +- .../model/DeleteInternetServiceResponse.java | 2 +- .../client/model/DeleteKeypairRequest.java | 2 +- .../client/model/DeleteKeypairResponse.java | 2 +- .../model/DeleteListenerRuleRequest.java | 2 +- .../model/DeleteListenerRuleResponse.java | 2 +- .../DeleteLoadBalancerListenersRequest.java | 2 +- .../DeleteLoadBalancerListenersResponse.java | 2 +- .../DeleteLoadBalancerPolicyRequest.java | 2 +- .../DeleteLoadBalancerPolicyResponse.java | 2 +- .../model/DeleteLoadBalancerRequest.java | 2 +- .../model/DeleteLoadBalancerResponse.java | 2 +- .../model/DeleteLoadBalancerTagsRequest.java | 2 +- .../model/DeleteLoadBalancerTagsResponse.java | 2 +- .../client/model/DeleteNatServiceRequest.java | 2 +- .../model/DeleteNatServiceResponse.java | 2 +- .../model/DeleteNetAccessPointRequest.java | 2 +- .../model/DeleteNetAccessPointResponse.java | 2 +- .../client/model/DeleteNetPeeringRequest.java | 2 +- .../model/DeleteNetPeeringResponse.java | 2 +- .../client/model/DeleteNetRequest.java | 2 +- .../client/model/DeleteNetResponse.java | 2 +- .../client/model/DeleteNicRequest.java | 2 +- .../client/model/DeleteNicResponse.java | 2 +- .../client/model/DeletePublicIpRequest.java | 2 +- .../client/model/DeletePublicIpResponse.java | 2 +- .../client/model/DeleteRouteRequest.java | 2 +- .../client/model/DeleteRouteResponse.java | 2 +- .../client/model/DeleteRouteTableRequest.java | 2 +- .../model/DeleteRouteTableResponse.java | 2 +- .../model/DeleteSecurityGroupRequest.java | 2 +- .../model/DeleteSecurityGroupResponse.java | 2 +- .../model/DeleteSecurityGroupRuleRequest.java | 2 +- .../DeleteSecurityGroupRuleResponse.java | 2 +- .../model/DeleteServerCertificateRequest.java | 2 +- .../DeleteServerCertificateResponse.java | 2 +- .../client/model/DeleteSnapshotRequest.java | 2 +- .../client/model/DeleteSnapshotResponse.java | 2 +- .../client/model/DeleteSubnetRequest.java | 2 +- .../client/model/DeleteSubnetResponse.java | 2 +- .../client/model/DeleteTagsRequest.java | 2 +- .../client/model/DeleteTagsResponse.java | 2 +- .../model/DeleteVirtualGatewayRequest.java | 2 +- .../model/DeleteVirtualGatewayResponse.java | 2 +- .../client/model/DeleteVmGroupRequest.java | 236 +++++ .../client/model/DeleteVmGroupResponse.java | 195 ++++ .../client/model/DeleteVmTemplateRequest.java | 237 +++++ .../model/DeleteVmTemplateResponse.java | 196 ++++ .../client/model/DeleteVmsRequest.java | 2 +- .../client/model/DeleteVmsResponse.java | 2 +- .../client/model/DeleteVolumeRequest.java | 2 +- .../client/model/DeleteVolumeResponse.java | 2 +- .../model/DeleteVpnConnectionRequest.java | 2 +- .../model/DeleteVpnConnectionResponse.java | 2 +- .../DeleteVpnConnectionRouteRequest.java | 2 +- .../DeleteVpnConnectionRouteResponse.java | 2 +- .../DeregisterVmsInLoadBalancerRequest.java | 2 +- .../DeregisterVmsInLoadBalancerResponse.java | 2 +- .../client/model/DhcpOptionsSet.java | 2 +- .../osc_sdk_java/client/model/DirectLink.java | 2 +- .../client/model/DirectLinkInterface.java | 2 +- .../client/model/DirectLinkInterfaces.java | 2 +- .../client/model/ErrorResponse.java | 2 +- .../osc_sdk_java/client/model/Errors.java | 2 +- .../client/model/FiltersAccessKeys.java | 2 +- .../client/model/FiltersApiAccessRule.java | 2 +- .../client/model/FiltersApiLog.java | 15 +- .../osc_sdk_java/client/model/FiltersCa.java | 2 +- .../client/model/FiltersCatalogs.java | 253 +++++ .../client/model/FiltersClientGateway.java | 2 +- .../client/model/FiltersDhcpOptions.java | 2 +- .../client/model/FiltersDirectLink.java | 2 +- .../model/FiltersDirectLinkInterface.java | 2 +- .../client/model/FiltersExportTask.java | 2 +- .../client/model/FiltersFlexibleGpu.java | 2 +- .../client/model/FiltersImage.java | 5 +- .../client/model/FiltersInternetService.java | 2 +- .../client/model/FiltersKeypair.java | 2 +- .../client/model/FiltersListenerRule.java | 2 +- .../client/model/FiltersLoadBalancer.java | 2 +- .../client/model/FiltersNatService.java | 2 +- .../osc_sdk_java/client/model/FiltersNet.java | 2 +- .../client/model/FiltersNetAccessPoint.java | 2 +- .../client/model/FiltersNetPeering.java | 2 +- .../osc_sdk_java/client/model/FiltersNic.java | 2 +- .../client/model/FiltersProductType.java | 2 +- .../client/model/FiltersPublicIp.java | 2 +- .../client/model/FiltersQuota.java | 2 +- .../client/model/FiltersRouteTable.java | 2 +- .../client/model/FiltersSecurityGroup.java | 2 +- .../model/FiltersServerCertificate.java | 2 +- .../client/model/FiltersService.java | 2 +- .../client/model/FiltersSnapshot.java | 63 +- .../client/model/FiltersSubnet.java | 2 +- .../client/model/FiltersSubregion.java | 2 +- .../osc_sdk_java/client/model/FiltersTag.java | 2 +- .../client/model/FiltersVirtualGateway.java | 2 +- .../osc_sdk_java/client/model/FiltersVm.java | 2 +- .../client/model/FiltersVmGroup.java | 615 +++++++++++ .../client/model/FiltersVmTemplate.java | 707 +++++++++++++ .../client/model/FiltersVmType.java | 2 +- .../client/model/FiltersVmsState.java | 2 +- .../client/model/FiltersVolume.java | 8 +- .../client/model/FiltersVpnConnection.java | 2 +- .../client/model/FlexibleGpu.java | 2 +- .../client/model/FlexibleGpuCatalog.java | 2 +- .../client/model/HealthCheck.java | 2 +- .../osc_sdk_java/client/model/Image.java | 7 +- .../client/model/ImageExportTask.java | 2 +- .../client/model/InternetService.java | 2 +- .../osc_sdk_java/client/model/Keypair.java | 2 +- .../client/model/KeypairCreated.java | 2 +- .../client/model/LinkFlexibleGpuRequest.java | 2 +- .../client/model/LinkFlexibleGpuResponse.java | 2 +- .../model/LinkInternetServiceRequest.java | 2 +- .../model/LinkInternetServiceResponse.java | 2 +- ...inkLoadBalancerBackendMachinesRequest.java | 2 +- ...nkLoadBalancerBackendMachinesResponse.java | 2 +- .../osc_sdk_java/client/model/LinkNic.java | 2 +- .../client/model/LinkNicLight.java | 2 +- .../client/model/LinkNicRequest.java | 2 +- .../client/model/LinkNicResponse.java | 2 +- .../client/model/LinkNicToUpdate.java | 2 +- .../client/model/LinkPrivateIpsRequest.java | 2 +- .../client/model/LinkPrivateIpsResponse.java | 2 +- .../client/model/LinkPublicIp.java | 2 +- .../client/model/LinkPublicIpLightForVm.java | 2 +- .../client/model/LinkPublicIpRequest.java | 2 +- .../client/model/LinkPublicIpResponse.java | 2 +- .../client/model/LinkRouteTable.java | 2 +- .../client/model/LinkRouteTableRequest.java | 2 +- .../client/model/LinkRouteTableResponse.java | 2 +- .../model/LinkVirtualGatewayRequest.java | 2 +- .../model/LinkVirtualGatewayResponse.java | 2 +- .../client/model/LinkVolumeRequest.java | 2 +- .../client/model/LinkVolumeResponse.java | 2 +- .../client/model/LinkedVolume.java | 2 +- .../osc_sdk_java/client/model/Listener.java | 2 +- .../client/model/ListenerForCreation.java | 2 +- .../client/model/ListenerRule.java | 2 +- .../client/model/ListenerRuleForCreation.java | 2 +- .../client/model/LoadBalancer.java | 2 +- .../client/model/LoadBalancerLight.java | 2 +- .../model/LoadBalancerStickyCookiePolicy.java | 2 +- .../client/model/LoadBalancerTag.java | 2 +- .../osc_sdk_java/client/model/Location.java | 2 +- .../osc_sdk_java/client/model/Log.java | 4 +- .../client/model/MaintenanceEvent.java | 2 +- .../osc_sdk_java/client/model/NatService.java | 2 +- .../osc_sdk_java/client/model/Net.java | 2 +- .../client/model/NetAccessPoint.java | 2 +- .../osc_sdk_java/client/model/NetPeering.java | 2 +- .../client/model/NetPeeringState.java | 2 +- .../client/model/NetToVirtualGatewayLink.java | 2 +- .../osc_sdk_java/client/model/Nic.java | 2 +- .../client/model/NicForVmCreation.java | 2 +- .../osc_sdk_java/client/model/NicLight.java | 2 +- .../osc_sdk_java/client/model/OsuApiKey.java | 2 +- .../model/OsuExportImageExportTask.java | 2 +- .../model/OsuExportSnapshotExportTask.java | 2 +- .../client/model/OsuExportToCreate.java | 2 +- .../client/model/PermissionsOnResource.java | 2 +- .../model/PermissionsOnResourceCreation.java | 2 +- .../client/model/Phase1Options.java | 2 +- .../client/model/Phase2Options.java | 2 +- .../osc_sdk_java/client/model/Placement.java | 2 +- .../osc_sdk_java/client/model/PrivateIp.java | 2 +- .../client/model/PrivateIpLight.java | 2 +- .../client/model/PrivateIpLightForVm.java | 2 +- .../client/model/ProductType.java | 2 +- .../osc_sdk_java/client/model/PublicIp.java | 2 +- .../client/model/PublicIpLight.java | 2 +- .../osc_sdk_java/client/model/Quota.java | 2 +- .../osc_sdk_java/client/model/QuotaTypes.java | 2 +- .../client/model/ReadAccessKeysRequest.java | 2 +- .../client/model/ReadAccessKeysResponse.java | 2 +- .../client/model/ReadAccountsRequest.java | 2 +- .../client/model/ReadAccountsResponse.java | 2 +- .../model/ReadAdminPasswordRequest.java | 2 +- .../model/ReadAdminPasswordResponse.java | 2 +- .../model/ReadApiAccessPolicyRequest.java | 2 +- .../model/ReadApiAccessPolicyResponse.java | 2 +- .../model/ReadApiAccessRulesRequest.java | 2 +- .../model/ReadApiAccessRulesResponse.java | 2 +- .../client/model/ReadApiLogsRequest.java | 2 +- .../client/model/ReadApiLogsResponse.java | 2 +- .../client/model/ReadCasRequest.java | 2 +- .../client/model/ReadCasResponse.java | 2 +- .../client/model/ReadCatalogRequest.java | 2 +- .../client/model/ReadCatalogResponse.java | 2 +- .../client/model/ReadCatalogsRequest.java | 222 ++++ .../client/model/ReadCatalogsResponse.java | 253 +++++ .../model/ReadClientGatewaysRequest.java | 2 +- .../model/ReadClientGatewaysResponse.java | 2 +- .../model/ReadConsoleOutputRequest.java | 2 +- .../model/ReadConsoleOutputResponse.java | 2 +- .../model/ReadConsumptionAccountRequest.java | 12 +- .../model/ReadConsumptionAccountResponse.java | 2 +- .../client/model/ReadDhcpOptionsRequest.java | 2 +- .../client/model/ReadDhcpOptionsResponse.java | 2 +- .../ReadDirectLinkInterfacesRequest.java | 2 +- .../ReadDirectLinkInterfacesResponse.java | 2 +- .../client/model/ReadDirectLinksRequest.java | 2 +- .../client/model/ReadDirectLinksResponse.java | 2 +- .../model/ReadFlexibleGpuCatalogRequest.java | 2 +- .../model/ReadFlexibleGpuCatalogResponse.java | 2 +- .../client/model/ReadFlexibleGpusRequest.java | 2 +- .../model/ReadFlexibleGpusResponse.java | 2 +- .../model/ReadImageExportTasksRequest.java | 2 +- .../model/ReadImageExportTasksResponse.java | 2 +- .../client/model/ReadImagesRequest.java | 2 +- .../client/model/ReadImagesResponse.java | 2 +- .../model/ReadInternetServicesRequest.java | 2 +- .../model/ReadInternetServicesResponse.java | 2 +- .../client/model/ReadKeypairsRequest.java | 2 +- .../client/model/ReadKeypairsResponse.java | 2 +- .../model/ReadListenerRulesRequest.java | 2 +- .../model/ReadListenerRulesResponse.java | 2 +- .../model/ReadLoadBalancerTagsRequest.java | 2 +- .../model/ReadLoadBalancerTagsResponse.java | 2 +- .../model/ReadLoadBalancersRequest.java | 2 +- .../model/ReadLoadBalancersResponse.java | 2 +- .../client/model/ReadLocationsRequest.java | 2 +- .../client/model/ReadLocationsResponse.java | 2 +- .../client/model/ReadNatServicesRequest.java | 2 +- .../client/model/ReadNatServicesResponse.java | 2 +- .../ReadNetAccessPointServicesRequest.java | 2 +- .../ReadNetAccessPointServicesResponse.java | 2 +- .../model/ReadNetAccessPointsRequest.java | 2 +- .../model/ReadNetAccessPointsResponse.java | 2 +- .../client/model/ReadNetPeeringsRequest.java | 2 +- .../client/model/ReadNetPeeringsResponse.java | 2 +- .../client/model/ReadNetsRequest.java | 2 +- .../client/model/ReadNetsResponse.java | 2 +- .../client/model/ReadNicsRequest.java | 2 +- .../client/model/ReadNicsResponse.java | 2 +- .../client/model/ReadProductTypesRequest.java | 2 +- .../model/ReadProductTypesResponse.java | 2 +- .../model/ReadPublicCatalogRequest.java | 2 +- .../model/ReadPublicCatalogResponse.java | 2 +- .../model/ReadPublicIpRangesRequest.java | 2 +- .../model/ReadPublicIpRangesResponse.java | 2 +- .../client/model/ReadPublicIpsRequest.java | 2 +- .../client/model/ReadPublicIpsResponse.java | 2 +- .../client/model/ReadQuotasRequest.java | 2 +- .../client/model/ReadQuotasResponse.java | 2 +- .../client/model/ReadRegionsRequest.java | 2 +- .../client/model/ReadRegionsResponse.java | 2 +- .../client/model/ReadRouteTablesRequest.java | 2 +- .../client/model/ReadRouteTablesResponse.java | 2 +- .../model/ReadSecretAccessKeyRequest.java | 2 +- .../model/ReadSecretAccessKeyResponse.java | 2 +- .../model/ReadSecurityGroupsRequest.java | 2 +- .../model/ReadSecurityGroupsResponse.java | 2 +- .../model/ReadServerCertificatesRequest.java | 2 +- .../model/ReadServerCertificatesResponse.java | 2 +- .../model/ReadSnapshotExportTasksRequest.java | 2 +- .../ReadSnapshotExportTasksResponse.java | 2 +- .../client/model/ReadSnapshotsRequest.java | 2 +- .../client/model/ReadSnapshotsResponse.java | 2 +- .../client/model/ReadSubnetsRequest.java | 2 +- .../client/model/ReadSubnetsResponse.java | 2 +- .../client/model/ReadSubregionsRequest.java | 2 +- .../client/model/ReadSubregionsResponse.java | 2 +- .../client/model/ReadTagsRequest.java | 2 +- .../client/model/ReadTagsResponse.java | 2 +- .../model/ReadVirtualGatewaysRequest.java | 2 +- .../model/ReadVirtualGatewaysResponse.java | 2 +- .../client/model/ReadVmGroupsRequest.java | 222 ++++ .../client/model/ReadVmGroupsResponse.java | 253 +++++ .../client/model/ReadVmTemplatesRequest.java | 222 ++++ .../client/model/ReadVmTemplatesResponse.java | 254 +++++ .../client/model/ReadVmTypesRequest.java | 2 +- .../client/model/ReadVmTypesResponse.java | 2 +- .../client/model/ReadVmsHealthRequest.java | 2 +- .../client/model/ReadVmsHealthResponse.java | 2 +- .../client/model/ReadVmsRequest.java | 2 +- .../client/model/ReadVmsResponse.java | 2 +- .../client/model/ReadVmsStateRequest.java | 2 +- .../client/model/ReadVmsStateResponse.java | 2 +- .../client/model/ReadVolumesRequest.java | 2 +- .../client/model/ReadVolumesResponse.java | 2 +- .../model/ReadVpnConnectionsRequest.java | 2 +- .../model/ReadVpnConnectionsResponse.java | 2 +- .../client/model/RebootVmsRequest.java | 2 +- .../client/model/RebootVmsResponse.java | 2 +- .../osc_sdk_java/client/model/Region.java | 2 +- .../RegisterVmsInLoadBalancerRequest.java | 2 +- .../RegisterVmsInLoadBalancerResponse.java | 2 +- .../client/model/RejectNetPeeringRequest.java | 2 +- .../model/RejectNetPeeringResponse.java | 2 +- .../model/ResetAccountPasswordRequest.java | 2 +- .../model/ResetAccountPasswordResponse.java | 2 +- .../client/model/ResourceLoadBalancerTag.java | 2 +- .../client/model/ResourceTag.java | 2 +- .../client/model/ResponseContext.java | 2 +- .../osc_sdk_java/client/model/Route.java | 2 +- .../osc_sdk_java/client/model/RouteLight.java | 2 +- .../model/RoutePropagatingVirtualGateway.java | 2 +- .../osc_sdk_java/client/model/RouteTable.java | 2 +- .../client/model/ScaleDownVmGroupRequest.java | 266 +++++ .../model/ScaleDownVmGroupResponse.java | 196 ++++ .../client/model/ScaleUpVmGroupRequest.java | 265 +++++ .../client/model/ScaleUpVmGroupResponse.java | 195 ++++ .../client/model/SecurityGroup.java | 2 +- .../client/model/SecurityGroupLight.java | 2 +- .../client/model/SecurityGroupRule.java | 2 +- .../client/model/SecurityGroupsMember.java | 2 +- .../model/SendResetPasswordEmailRequest.java | 2 +- .../model/SendResetPasswordEmailResponse.java | 2 +- .../client/model/ServerCertificate.java | 2 +- .../osc_sdk_java/client/model/Service.java | 2 +- .../osc_sdk_java/client/model/Snapshot.java | 2 +- .../client/model/SnapshotExportTask.java | 2 +- .../osc_sdk_java/client/model/SourceNet.java | 2 +- .../client/model/SourceSecurityGroup.java | 2 +- .../client/model/StartVmsRequest.java | 2 +- .../client/model/StartVmsResponse.java | 2 +- .../client/model/StateComment.java | 2 +- .../client/model/StopVmsRequest.java | 2 +- .../client/model/StopVmsResponse.java | 2 +- .../osc_sdk_java/client/model/Subnet.java | 2 +- .../osc_sdk_java/client/model/Subregion.java | 2 +- .../osc_sdk_java/client/model/Tag.java | 2 +- .../model/UnlinkFlexibleGpuRequest.java | 2 +- .../model/UnlinkFlexibleGpuResponse.java | 2 +- .../model/UnlinkInternetServiceRequest.java | 2 +- .../model/UnlinkInternetServiceResponse.java | 2 +- ...inkLoadBalancerBackendMachinesRequest.java | 2 +- ...nkLoadBalancerBackendMachinesResponse.java | 2 +- .../client/model/UnlinkNicRequest.java | 2 +- .../client/model/UnlinkNicResponse.java | 2 +- .../client/model/UnlinkPrivateIpsRequest.java | 2 +- .../model/UnlinkPrivateIpsResponse.java | 2 +- .../client/model/UnlinkPublicIpRequest.java | 2 +- .../client/model/UnlinkPublicIpResponse.java | 2 +- .../client/model/UnlinkRouteTableRequest.java | 2 +- .../model/UnlinkRouteTableResponse.java | 2 +- .../model/UnlinkVirtualGatewayRequest.java | 2 +- .../model/UnlinkVirtualGatewayResponse.java | 2 +- .../client/model/UnlinkVolumeRequest.java | 2 +- .../client/model/UnlinkVolumeResponse.java | 2 +- .../client/model/UpdateAccessKeyRequest.java | 8 +- .../client/model/UpdateAccessKeyResponse.java | 2 +- .../client/model/UpdateAccountRequest.java | 2 +- .../client/model/UpdateAccountResponse.java | 2 +- .../model/UpdateApiAccessPolicyRequest.java | 2 +- .../model/UpdateApiAccessPolicyResponse.java | 2 +- .../model/UpdateApiAccessRuleRequest.java | 2 +- .../model/UpdateApiAccessRuleResponse.java | 2 +- .../client/model/UpdateCaRequest.java | 2 +- .../client/model/UpdateCaResponse.java | 2 +- .../UpdateDirectLinkInterfaceRequest.java | 6 +- .../UpdateDirectLinkInterfaceResponse.java | 2 +- .../model/UpdateFlexibleGpuRequest.java | 2 +- .../model/UpdateFlexibleGpuResponse.java | 2 +- .../client/model/UpdateImageRequest.java | 2 +- .../client/model/UpdateImageResponse.java | 2 +- .../model/UpdateListenerRuleRequest.java | 2 +- .../model/UpdateListenerRuleResponse.java | 2 +- .../model/UpdateLoadBalancerRequest.java | 2 +- .../model/UpdateLoadBalancerResponse.java | 2 +- .../model/UpdateNetAccessPointRequest.java | 2 +- .../model/UpdateNetAccessPointResponse.java | 2 +- .../client/model/UpdateNetRequest.java | 2 +- .../client/model/UpdateNetResponse.java | 2 +- .../client/model/UpdateNicRequest.java | 2 +- .../client/model/UpdateNicResponse.java | 2 +- .../model/UpdateRoutePropagationRequest.java | 2 +- .../model/UpdateRoutePropagationResponse.java | 2 +- .../client/model/UpdateRouteRequest.java | 2 +- .../client/model/UpdateRouteResponse.java | 2 +- .../model/UpdateServerCertificateRequest.java | 2 +- .../UpdateServerCertificateResponse.java | 2 +- .../client/model/UpdateSnapshotRequest.java | 2 +- .../client/model/UpdateSnapshotResponse.java | 2 +- .../client/model/UpdateSubnetRequest.java | 2 +- .../client/model/UpdateSubnetResponse.java | 2 +- .../client/model/UpdateVmGroupRequest.java | 402 ++++++++ .../client/model/UpdateVmGroupResponse.java | 227 ++++ .../client/model/UpdateVmRequest.java | 2 +- .../client/model/UpdateVmResponse.java | 2 +- .../client/model/UpdateVmTemplateRequest.java | 367 +++++++ .../model/UpdateVmTemplateResponse.java | 228 +++++ .../client/model/UpdateVolumeRequest.java | 2 +- .../client/model/UpdateVolumeResponse.java | 2 +- .../model/UpdateVpnConnectionRequest.java | 2 +- .../model/UpdateVpnConnectionResponse.java | 2 +- .../client/model/VgwTelemetry.java | 2 +- .../client/model/VirtualGateway.java | 2 +- .../osc_sdk_java/client/model/Vm.java | 6 +- .../osc_sdk_java/client/model/VmGroup.java | 750 ++++++++++++++ .../osc_sdk_java/client/model/VmState.java | 2 +- .../osc_sdk_java/client/model/VmStates.java | 2 +- .../osc_sdk_java/client/model/VmTemplate.java | 628 ++++++++++++ .../osc_sdk_java/client/model/VmType.java | 2 +- .../osc_sdk_java/client/model/Volume.java | 2 +- .../client/model/VpnConnection.java | 2 +- .../osc_sdk_java/client/model/VpnOptions.java | 2 +- .../osc_sdk_java/client/model/With.java | 2 +- .../client/api/AccessKeyApiTest.java | 2 +- .../client/api/AccountApiTest.java | 2 +- .../client/api/ApiAccessPolicyApiTest.java | 2 +- .../client/api/ApiAccessRuleApiTest.java | 2 +- .../client/api/ApiLogApiTest.java | 2 +- .../osc_sdk_java/client/api/CaApiTest.java | 2 +- .../client/api/CatalogApiTest.java | 12 +- .../client/api/ClientGatewayApiTest.java | 2 +- .../client/api/DhcpOptionApiTest.java | 2 +- .../client/api/DirectLinkApiTest.java | 2 +- .../api/DirectLinkInterfaceApiTest.java | 2 +- .../client/api/FlexibleGpuApiTest.java | 2 +- .../osc_sdk_java/client/api/ImageApiTest.java | 2 +- .../client/api/InternetServiceApiTest.java | 2 +- .../client/api/KeypairApiTest.java | 2 +- .../client/api/ListenerApiTest.java | 2 +- .../client/api/LoadBalancerApiTest.java | 2 +- .../client/api/LoadBalancerPolicyApiTest.java | 2 +- .../client/api/LocationApiTest.java | 2 +- .../client/api/NatServiceApiTest.java | 2 +- .../client/api/NetAccessPointApiTest.java | 2 +- .../osc_sdk_java/client/api/NetApiTest.java | 2 +- .../client/api/NetPeeringApiTest.java | 2 +- .../osc_sdk_java/client/api/NicApiTest.java | 2 +- .../client/api/ProductTypeApiTest.java | 2 +- .../client/api/PublicCatalogApiTest.java | 2 +- .../client/api/PublicIpApiTest.java | 2 +- .../osc_sdk_java/client/api/QuotaApiTest.java | 2 +- .../client/api/RegionApiTest.java | 2 +- .../osc_sdk_java/client/api/RouteApiTest.java | 2 +- .../client/api/RouteTableApiTest.java | 2 +- .../client/api/SecurityGroupApiTest.java | 2 +- .../client/api/SecurityGroupRuleApiTest.java | 2 +- .../client/api/ServerCertificateApiTest.java | 2 +- .../client/api/SnapshotApiTest.java | 2 +- .../client/api/SubnetApiTest.java | 2 +- .../client/api/SubregionApiTest.java | 2 +- .../osc_sdk_java/client/api/TagApiTest.java | 2 +- .../osc_sdk_java/client/api/TaskApiTest.java | 2 +- .../client/api/VirtualGatewayApiTest.java | 2 +- .../osc_sdk_java/client/api/VmApiTest.java | 2 +- .../client/api/VmGroupApiTest.java | 84 ++ .../client/api/VmTemplateApiTest.java | 64 ++ .../client/api/VolumeApiTest.java | 2 +- .../client/api/VpnConnectionApiTest.java | 2 +- .../model/AcceptNetPeeringRequestTest.java | 2 +- .../model/AcceptNetPeeringResponseTest.java | 2 +- .../client/model/AccepterNetTest.java | 2 +- .../client/model/AccessKeySecretKeyTest.java | 2 +- .../client/model/AccessKeyTest.java | 2 +- .../client/model/AccessLogTest.java | 2 +- .../client/model/AccountTest.java | 2 +- .../client/model/ApiAccessPolicyTest.java | 2 +- .../client/model/ApiAccessRuleTest.java | 2 +- .../ApplicationStickyCookiePolicyTest.java | 2 +- .../client/model/BackendVmHealthTest.java | 2 +- .../model/BlockDeviceMappingCreatedTest.java | 2 +- .../model/BlockDeviceMappingImageTest.java | 2 +- .../BlockDeviceMappingVmCreationTest.java | 2 +- .../model/BlockDeviceMappingVmUpdateTest.java | 2 +- .../client/model/BsuCreatedTest.java | 2 +- .../client/model/BsuToCreateTest.java | 2 +- .../client/model/BsuToUpdateVmTest.java | 2 +- .../osc_sdk_java/client/model/CaTest.java | 2 +- .../client/model/CatalogEntryTest.java | 2 +- .../client/model/CatalogTest.java | 2 +- .../client/model/CatalogsTest.java | 50 + .../model/CheckAuthenticationRequestTest.java | 2 +- .../CheckAuthenticationResponseTest.java | 2 +- .../client/model/ClientGatewayTest.java | 2 +- .../client/model/ConsumptionEntryTest.java | 2 +- .../model/CreateAccessKeyRequestTest.java | 2 +- .../model/CreateAccessKeyResponseTest.java | 2 +- .../model/CreateAccountRequestTest.java | 2 +- .../model/CreateAccountResponseTest.java | 2 +- .../model/CreateApiAccessRuleRequestTest.java | 2 +- .../CreateApiAccessRuleResponseTest.java | 2 +- .../client/model/CreateCaRequestTest.java | 2 +- .../client/model/CreateCaResponseTest.java | 2 +- .../model/CreateClientGatewayRequestTest.java | 2 +- .../CreateClientGatewayResponseTest.java | 2 +- .../model/CreateDhcpOptionsRequestTest.java | 2 +- .../model/CreateDhcpOptionsResponseTest.java | 2 +- .../CreateDirectLinkInterfaceRequestTest.java | 2 +- ...CreateDirectLinkInterfaceResponseTest.java | 2 +- .../model/CreateDirectLinkRequestTest.java | 2 +- .../model/CreateDirectLinkResponseTest.java | 2 +- .../model/CreateFlexibleGpuRequestTest.java | 2 +- .../model/CreateFlexibleGpuResponseTest.java | 2 +- .../CreateImageExportTaskRequestTest.java | 2 +- .../CreateImageExportTaskResponseTest.java | 2 +- .../client/model/CreateImageRequestTest.java | 8 +- .../client/model/CreateImageResponseTest.java | 2 +- .../CreateInternetServiceRequestTest.java | 2 +- .../CreateInternetServiceResponseTest.java | 2 +- .../model/CreateKeypairRequestTest.java | 2 +- .../model/CreateKeypairResponseTest.java | 2 +- .../model/CreateListenerRuleRequestTest.java | 2 +- .../model/CreateListenerRuleResponseTest.java | 2 +- ...reateLoadBalancerListenersRequestTest.java | 2 +- ...eateLoadBalancerListenersResponseTest.java | 2 +- .../CreateLoadBalancerPolicyRequestTest.java | 2 +- .../CreateLoadBalancerPolicyResponseTest.java | 2 +- .../model/CreateLoadBalancerRequestTest.java | 2 +- .../model/CreateLoadBalancerResponseTest.java | 2 +- .../CreateLoadBalancerTagsRequestTest.java | 2 +- .../CreateLoadBalancerTagsResponseTest.java | 2 +- .../model/CreateNatServiceRequestTest.java | 2 +- .../model/CreateNatServiceResponseTest.java | 2 +- .../CreateNetAccessPointRequestTest.java | 2 +- .../CreateNetAccessPointResponseTest.java | 2 +- .../model/CreateNetPeeringRequestTest.java | 2 +- .../model/CreateNetPeeringResponseTest.java | 2 +- .../client/model/CreateNetRequestTest.java | 2 +- .../client/model/CreateNetResponseTest.java | 2 +- .../client/model/CreateNicRequestTest.java | 2 +- .../client/model/CreateNicResponseTest.java | 2 +- .../model/CreatePublicIpRequestTest.java | 2 +- .../model/CreatePublicIpResponseTest.java | 2 +- .../client/model/CreateRouteRequestTest.java | 2 +- .../client/model/CreateRouteResponseTest.java | 2 +- .../model/CreateRouteTableRequestTest.java | 2 +- .../model/CreateRouteTableResponseTest.java | 2 +- .../model/CreateSecurityGroupRequestTest.java | 2 +- .../CreateSecurityGroupResponseTest.java | 2 +- .../CreateSecurityGroupRuleRequestTest.java | 2 +- .../CreateSecurityGroupRuleResponseTest.java | 2 +- .../CreateServerCertificateRequestTest.java | 2 +- .../CreateServerCertificateResponseTest.java | 2 +- .../CreateSnapshotExportTaskRequestTest.java | 2 +- .../CreateSnapshotExportTaskResponseTest.java | 2 +- .../model/CreateSnapshotRequestTest.java | 2 +- .../model/CreateSnapshotResponseTest.java | 2 +- .../client/model/CreateSubnetRequestTest.java | 2 +- .../model/CreateSubnetResponseTest.java | 2 +- .../client/model/CreateTagsRequestTest.java | 2 +- .../client/model/CreateTagsResponseTest.java | 2 +- .../CreateVirtualGatewayRequestTest.java | 2 +- .../CreateVirtualGatewayResponseTest.java | 2 +- .../model/CreateVmGroupRequestTest.java | 80 ++ .../model/CreateVmGroupResponseTest.java | 38 + .../model/CreateVmTemplateRequestTest.java | 86 ++ .../model/CreateVmTemplateResponseTest.java | 38 + .../client/model/CreateVmsRequestTest.java | 2 +- .../client/model/CreateVmsResponseTest.java | 2 +- .../client/model/CreateVolumeRequestTest.java | 2 +- .../model/CreateVolumeResponseTest.java | 2 +- .../model/CreateVpnConnectionRequestTest.java | 2 +- .../CreateVpnConnectionResponseTest.java | 2 +- .../CreateVpnConnectionRouteRequestTest.java | 2 +- .../CreateVpnConnectionRouteResponseTest.java | 2 +- .../model/DeleteAccessKeyRequestTest.java | 2 +- .../model/DeleteAccessKeyResponseTest.java | 2 +- .../model/DeleteApiAccessRuleRequestTest.java | 2 +- .../DeleteApiAccessRuleResponseTest.java | 2 +- .../client/model/DeleteCaRequestTest.java | 2 +- .../client/model/DeleteCaResponseTest.java | 2 +- .../model/DeleteClientGatewayRequestTest.java | 2 +- .../DeleteClientGatewayResponseTest.java | 2 +- .../model/DeleteDhcpOptionsRequestTest.java | 2 +- .../model/DeleteDhcpOptionsResponseTest.java | 2 +- .../DeleteDirectLinkInterfaceRequestTest.java | 2 +- ...DeleteDirectLinkInterfaceResponseTest.java | 2 +- .../model/DeleteDirectLinkRequestTest.java | 2 +- .../model/DeleteDirectLinkResponseTest.java | 2 +- .../model/DeleteExportTaskRequestTest.java | 2 +- .../model/DeleteExportTaskResponseTest.java | 2 +- .../model/DeleteFlexibleGpuRequestTest.java | 2 +- .../model/DeleteFlexibleGpuResponseTest.java | 2 +- .../client/model/DeleteImageRequestTest.java | 2 +- .../client/model/DeleteImageResponseTest.java | 2 +- .../DeleteInternetServiceRequestTest.java | 2 +- .../DeleteInternetServiceResponseTest.java | 2 +- .../model/DeleteKeypairRequestTest.java | 2 +- .../model/DeleteKeypairResponseTest.java | 2 +- .../model/DeleteListenerRuleRequestTest.java | 2 +- .../model/DeleteListenerRuleResponseTest.java | 2 +- ...eleteLoadBalancerListenersRequestTest.java | 2 +- ...leteLoadBalancerListenersResponseTest.java | 2 +- .../DeleteLoadBalancerPolicyRequestTest.java | 2 +- .../DeleteLoadBalancerPolicyResponseTest.java | 2 +- .../model/DeleteLoadBalancerRequestTest.java | 2 +- .../model/DeleteLoadBalancerResponseTest.java | 2 +- .../DeleteLoadBalancerTagsRequestTest.java | 2 +- .../DeleteLoadBalancerTagsResponseTest.java | 2 +- .../model/DeleteNatServiceRequestTest.java | 2 +- .../model/DeleteNatServiceResponseTest.java | 2 +- .../DeleteNetAccessPointRequestTest.java | 2 +- .../DeleteNetAccessPointResponseTest.java | 2 +- .../model/DeleteNetPeeringRequestTest.java | 2 +- .../model/DeleteNetPeeringResponseTest.java | 2 +- .../client/model/DeleteNetRequestTest.java | 2 +- .../client/model/DeleteNetResponseTest.java | 2 +- .../client/model/DeleteNicRequestTest.java | 2 +- .../client/model/DeleteNicResponseTest.java | 2 +- .../model/DeletePublicIpRequestTest.java | 2 +- .../model/DeletePublicIpResponseTest.java | 2 +- .../client/model/DeleteRouteRequestTest.java | 2 +- .../client/model/DeleteRouteResponseTest.java | 2 +- .../model/DeleteRouteTableRequestTest.java | 2 +- .../model/DeleteRouteTableResponseTest.java | 2 +- .../model/DeleteSecurityGroupRequestTest.java | 2 +- .../DeleteSecurityGroupResponseTest.java | 2 +- .../DeleteSecurityGroupRuleRequestTest.java | 2 +- .../DeleteSecurityGroupRuleResponseTest.java | 2 +- .../DeleteServerCertificateRequestTest.java | 2 +- .../DeleteServerCertificateResponseTest.java | 2 +- .../model/DeleteSnapshotRequestTest.java | 2 +- .../model/DeleteSnapshotResponseTest.java | 2 +- .../client/model/DeleteSubnetRequestTest.java | 2 +- .../model/DeleteSubnetResponseTest.java | 2 +- .../client/model/DeleteTagsRequestTest.java | 2 +- .../client/model/DeleteTagsResponseTest.java | 2 +- .../DeleteVirtualGatewayRequestTest.java | 2 +- .../DeleteVirtualGatewayResponseTest.java | 2 +- .../model/DeleteVmGroupRequestTest.java | 38 + .../model/DeleteVmGroupResponseTest.java | 32 + .../model/DeleteVmTemplateRequestTest.java | 38 + .../model/DeleteVmTemplateResponseTest.java | 32 + .../client/model/DeleteVmsRequestTest.java | 2 +- .../client/model/DeleteVmsResponseTest.java | 2 +- .../client/model/DeleteVolumeRequestTest.java | 2 +- .../model/DeleteVolumeResponseTest.java | 2 +- .../model/DeleteVpnConnectionRequestTest.java | 2 +- .../DeleteVpnConnectionResponseTest.java | 2 +- .../DeleteVpnConnectionRouteRequestTest.java | 2 +- .../DeleteVpnConnectionRouteResponseTest.java | 2 +- ...eregisterVmsInLoadBalancerRequestTest.java | 2 +- ...registerVmsInLoadBalancerResponseTest.java | 2 +- .../client/model/DhcpOptionsSetTest.java | 2 +- .../client/model/DirectLinkInterfaceTest.java | 2 +- .../model/DirectLinkInterfacesTest.java | 2 +- .../client/model/DirectLinkTest.java | 2 +- .../client/model/ErrorResponseTest.java | 2 +- .../osc_sdk_java/client/model/ErrorsTest.java | 2 +- .../client/model/FiltersAccessKeysTest.java | 2 +- .../model/FiltersApiAccessRuleTest.java | 2 +- .../client/model/FiltersApiLogTest.java | 2 +- .../client/model/FiltersCaTest.java | 2 +- .../client/model/FiltersCatalogsTest.java | 44 + .../model/FiltersClientGatewayTest.java | 2 +- .../client/model/FiltersDhcpOptionsTest.java | 2 +- .../model/FiltersDirectLinkInterfaceTest.java | 2 +- .../client/model/FiltersDirectLinkTest.java | 2 +- .../client/model/FiltersExportTaskTest.java | 2 +- .../client/model/FiltersFlexibleGpuTest.java | 2 +- .../client/model/FiltersImageTest.java | 2 +- .../model/FiltersInternetServiceTest.java | 2 +- .../client/model/FiltersKeypairTest.java | 2 +- .../client/model/FiltersListenerRuleTest.java | 2 +- .../client/model/FiltersLoadBalancerTest.java | 2 +- .../client/model/FiltersNatServiceTest.java | 2 +- .../model/FiltersNetAccessPointTest.java | 2 +- .../client/model/FiltersNetPeeringTest.java | 2 +- .../client/model/FiltersNetTest.java | 2 +- .../client/model/FiltersNicTest.java | 2 +- .../client/model/FiltersProductTypeTest.java | 2 +- .../client/model/FiltersPublicIpTest.java | 2 +- .../client/model/FiltersQuotaTest.java | 2 +- .../client/model/FiltersRouteTableTest.java | 2 +- .../model/FiltersSecurityGroupTest.java | 2 +- .../model/FiltersServerCertificateTest.java | 2 +- .../client/model/FiltersServiceTest.java | 2 +- .../client/model/FiltersSnapshotTest.java | 14 +- .../client/model/FiltersSubnetTest.java | 2 +- .../client/model/FiltersSubregionTest.java | 2 +- .../client/model/FiltersTagTest.java | 2 +- .../model/FiltersVirtualGatewayTest.java | 2 +- .../client/model/FiltersVmGroupTest.java | 86 ++ .../client/model/FiltersVmTemplateTest.java | 98 ++ .../client/model/FiltersVmTest.java | 2 +- .../client/model/FiltersVmTypeTest.java | 2 +- .../client/model/FiltersVmsStateTest.java | 2 +- .../client/model/FiltersVolumeTest.java | 2 +- .../model/FiltersVpnConnectionTest.java | 2 +- .../client/model/FlexibleGpuCatalogTest.java | 2 +- .../client/model/FlexibleGpuTest.java | 2 +- .../client/model/HealthCheckTest.java | 2 +- .../client/model/ImageExportTaskTest.java | 2 +- .../osc_sdk_java/client/model/ImageTest.java | 2 +- .../client/model/InternetServiceTest.java | 2 +- .../client/model/KeypairCreatedTest.java | 2 +- .../client/model/KeypairTest.java | 2 +- .../model/LinkFlexibleGpuRequestTest.java | 2 +- .../model/LinkFlexibleGpuResponseTest.java | 2 +- .../model/LinkInternetServiceRequestTest.java | 2 +- .../LinkInternetServiceResponseTest.java | 2 +- ...oadBalancerBackendMachinesRequestTest.java | 2 +- ...adBalancerBackendMachinesResponseTest.java | 2 +- .../client/model/LinkNicLightTest.java | 2 +- .../client/model/LinkNicRequestTest.java | 2 +- .../client/model/LinkNicResponseTest.java | 2 +- .../client/model/LinkNicTest.java | 2 +- .../client/model/LinkNicToUpdateTest.java | 2 +- .../model/LinkPrivateIpsRequestTest.java | 2 +- .../model/LinkPrivateIpsResponseTest.java | 2 +- .../model/LinkPublicIpLightForVmTest.java | 2 +- .../client/model/LinkPublicIpRequestTest.java | 2 +- .../model/LinkPublicIpResponseTest.java | 2 +- .../client/model/LinkPublicIpTest.java | 2 +- .../model/LinkRouteTableRequestTest.java | 2 +- .../model/LinkRouteTableResponseTest.java | 2 +- .../client/model/LinkRouteTableTest.java | 2 +- .../model/LinkVirtualGatewayRequestTest.java | 2 +- .../model/LinkVirtualGatewayResponseTest.java | 2 +- .../client/model/LinkVolumeRequestTest.java | 2 +- .../client/model/LinkVolumeResponseTest.java | 2 +- .../client/model/LinkedVolumeTest.java | 2 +- .../client/model/ListenerForCreationTest.java | 2 +- .../model/ListenerRuleForCreationTest.java | 2 +- .../client/model/ListenerRuleTest.java | 2 +- .../client/model/ListenerTest.java | 2 +- .../client/model/LoadBalancerLightTest.java | 2 +- .../LoadBalancerStickyCookiePolicyTest.java | 2 +- .../client/model/LoadBalancerTagTest.java | 2 +- .../client/model/LoadBalancerTest.java | 2 +- .../client/model/LocationTest.java | 2 +- .../osc_sdk_java/client/model/LogTest.java | 2 +- .../client/model/MaintenanceEventTest.java | 2 +- .../client/model/NatServiceTest.java | 2 +- .../client/model/NetAccessPointTest.java | 2 +- .../client/model/NetPeeringStateTest.java | 2 +- .../client/model/NetPeeringTest.java | 2 +- .../osc_sdk_java/client/model/NetTest.java | 2 +- .../model/NetToVirtualGatewayLinkTest.java | 2 +- .../client/model/NicForVmCreationTest.java | 2 +- .../client/model/NicLightTest.java | 2 +- .../osc_sdk_java/client/model/NicTest.java | 2 +- .../client/model/OsuApiKeyTest.java | 2 +- .../model/OsuExportImageExportTaskTest.java | 2 +- .../OsuExportSnapshotExportTaskTest.java | 2 +- .../client/model/OsuExportToCreateTest.java | 2 +- .../PermissionsOnResourceCreationTest.java | 2 +- .../model/PermissionsOnResourceTest.java | 2 +- .../client/model/Phase1OptionsTest.java | 2 +- .../client/model/Phase2OptionsTest.java | 2 +- .../client/model/PlacementTest.java | 2 +- .../client/model/PrivateIpLightForVmTest.java | 2 +- .../client/model/PrivateIpLightTest.java | 2 +- .../client/model/PrivateIpTest.java | 2 +- .../client/model/ProductTypeTest.java | 2 +- .../client/model/PublicIpLightTest.java | 2 +- .../client/model/PublicIpTest.java | 2 +- .../osc_sdk_java/client/model/QuotaTest.java | 2 +- .../client/model/QuotaTypesTest.java | 2 +- .../model/ReadAccessKeysRequestTest.java | 2 +- .../model/ReadAccessKeysResponseTest.java | 2 +- .../client/model/ReadAccountsRequestTest.java | 2 +- .../model/ReadAccountsResponseTest.java | 2 +- .../model/ReadAdminPasswordRequestTest.java | 2 +- .../model/ReadAdminPasswordResponseTest.java | 2 +- .../model/ReadApiAccessPolicyRequestTest.java | 2 +- .../ReadApiAccessPolicyResponseTest.java | 2 +- .../model/ReadApiAccessRulesRequestTest.java | 2 +- .../model/ReadApiAccessRulesResponseTest.java | 2 +- .../client/model/ReadApiLogsRequestTest.java | 2 +- .../client/model/ReadApiLogsResponseTest.java | 2 +- .../client/model/ReadCasRequestTest.java | 2 +- .../client/model/ReadCasResponseTest.java | 2 +- .../client/model/ReadCatalogRequestTest.java | 2 +- .../client/model/ReadCatalogResponseTest.java | 2 +- .../client/model/ReadCatalogsRequestTest.java | 38 + .../model/ReadCatalogsResponseTest.java | 38 + .../model/ReadClientGatewaysRequestTest.java | 2 +- .../model/ReadClientGatewaysResponseTest.java | 2 +- .../model/ReadConsoleOutputRequestTest.java | 2 +- .../model/ReadConsoleOutputResponseTest.java | 2 +- .../ReadConsumptionAccountRequestTest.java | 2 +- .../ReadConsumptionAccountResponseTest.java | 2 +- .../model/ReadDhcpOptionsRequestTest.java | 2 +- .../model/ReadDhcpOptionsResponseTest.java | 2 +- .../ReadDirectLinkInterfacesRequestTest.java | 2 +- .../ReadDirectLinkInterfacesResponseTest.java | 2 +- .../model/ReadDirectLinksRequestTest.java | 2 +- .../model/ReadDirectLinksResponseTest.java | 2 +- .../ReadFlexibleGpuCatalogRequestTest.java | 2 +- .../ReadFlexibleGpuCatalogResponseTest.java | 2 +- .../model/ReadFlexibleGpusRequestTest.java | 2 +- .../model/ReadFlexibleGpusResponseTest.java | 2 +- .../ReadImageExportTasksRequestTest.java | 2 +- .../ReadImageExportTasksResponseTest.java | 2 +- .../client/model/ReadImagesRequestTest.java | 2 +- .../client/model/ReadImagesResponseTest.java | 2 +- .../ReadInternetServicesRequestTest.java | 2 +- .../ReadInternetServicesResponseTest.java | 2 +- .../client/model/ReadKeypairsRequestTest.java | 2 +- .../model/ReadKeypairsResponseTest.java | 2 +- .../model/ReadListenerRulesRequestTest.java | 2 +- .../model/ReadListenerRulesResponseTest.java | 2 +- .../ReadLoadBalancerTagsRequestTest.java | 2 +- .../ReadLoadBalancerTagsResponseTest.java | 2 +- .../model/ReadLoadBalancersRequestTest.java | 2 +- .../model/ReadLoadBalancersResponseTest.java | 2 +- .../model/ReadLocationsRequestTest.java | 2 +- .../model/ReadLocationsResponseTest.java | 2 +- .../model/ReadNatServicesRequestTest.java | 2 +- .../model/ReadNatServicesResponseTest.java | 2 +- ...ReadNetAccessPointServicesRequestTest.java | 2 +- ...eadNetAccessPointServicesResponseTest.java | 2 +- .../model/ReadNetAccessPointsRequestTest.java | 2 +- .../ReadNetAccessPointsResponseTest.java | 2 +- .../model/ReadNetPeeringsRequestTest.java | 2 +- .../model/ReadNetPeeringsResponseTest.java | 2 +- .../client/model/ReadNetsRequestTest.java | 2 +- .../client/model/ReadNetsResponseTest.java | 2 +- .../client/model/ReadNicsRequestTest.java | 2 +- .../client/model/ReadNicsResponseTest.java | 2 +- .../model/ReadProductTypesRequestTest.java | 2 +- .../model/ReadProductTypesResponseTest.java | 2 +- .../model/ReadPublicCatalogRequestTest.java | 2 +- .../model/ReadPublicCatalogResponseTest.java | 2 +- .../model/ReadPublicIpRangesRequestTest.java | 2 +- .../model/ReadPublicIpRangesResponseTest.java | 2 +- .../model/ReadPublicIpsRequestTest.java | 2 +- .../model/ReadPublicIpsResponseTest.java | 2 +- .../client/model/ReadQuotasRequestTest.java | 2 +- .../client/model/ReadQuotasResponseTest.java | 2 +- .../client/model/ReadRegionsRequestTest.java | 2 +- .../client/model/ReadRegionsResponseTest.java | 2 +- .../model/ReadRouteTablesRequestTest.java | 2 +- .../model/ReadRouteTablesResponseTest.java | 2 +- .../model/ReadSecretAccessKeyRequestTest.java | 2 +- .../ReadSecretAccessKeyResponseTest.java | 2 +- .../model/ReadSecurityGroupsRequestTest.java | 2 +- .../model/ReadSecurityGroupsResponseTest.java | 2 +- .../ReadServerCertificatesRequestTest.java | 2 +- .../ReadServerCertificatesResponseTest.java | 2 +- .../ReadSnapshotExportTasksRequestTest.java | 2 +- .../ReadSnapshotExportTasksResponseTest.java | 2 +- .../model/ReadSnapshotsRequestTest.java | 2 +- .../model/ReadSnapshotsResponseTest.java | 2 +- .../client/model/ReadSubnetsRequestTest.java | 2 +- .../client/model/ReadSubnetsResponseTest.java | 2 +- .../model/ReadSubregionsRequestTest.java | 2 +- .../model/ReadSubregionsResponseTest.java | 2 +- .../client/model/ReadTagsRequestTest.java | 2 +- .../client/model/ReadTagsResponseTest.java | 2 +- .../model/ReadVirtualGatewaysRequestTest.java | 2 +- .../ReadVirtualGatewaysResponseTest.java | 2 +- .../client/model/ReadVmGroupsRequestTest.java | 38 + .../model/ReadVmGroupsResponseTest.java | 38 + .../model/ReadVmTemplatesRequestTest.java | 38 + .../model/ReadVmTemplatesResponseTest.java | 38 + .../client/model/ReadVmTypesRequestTest.java | 2 +- .../client/model/ReadVmTypesResponseTest.java | 2 +- .../model/ReadVmsHealthRequestTest.java | 2 +- .../model/ReadVmsHealthResponseTest.java | 2 +- .../client/model/ReadVmsRequestTest.java | 2 +- .../client/model/ReadVmsResponseTest.java | 2 +- .../client/model/ReadVmsStateRequestTest.java | 2 +- .../model/ReadVmsStateResponseTest.java | 2 +- .../client/model/ReadVolumesRequestTest.java | 2 +- .../client/model/ReadVolumesResponseTest.java | 2 +- .../model/ReadVpnConnectionsRequestTest.java | 2 +- .../model/ReadVpnConnectionsResponseTest.java | 2 +- .../client/model/RebootVmsRequestTest.java | 2 +- .../client/model/RebootVmsResponseTest.java | 2 +- .../osc_sdk_java/client/model/RegionTest.java | 2 +- .../RegisterVmsInLoadBalancerRequestTest.java | 2 +- ...RegisterVmsInLoadBalancerResponseTest.java | 2 +- .../model/RejectNetPeeringRequestTest.java | 2 +- .../model/RejectNetPeeringResponseTest.java | 2 +- .../ResetAccountPasswordRequestTest.java | 2 +- .../ResetAccountPasswordResponseTest.java | 2 +- .../model/ResourceLoadBalancerTagTest.java | 2 +- .../client/model/ResourceTagTest.java | 2 +- .../client/model/ResponseContextTest.java | 2 +- .../client/model/RouteLightTest.java | 2 +- .../RoutePropagatingVirtualGatewayTest.java | 2 +- .../client/model/RouteTableTest.java | 2 +- .../osc_sdk_java/client/model/RouteTest.java | 2 +- .../model/ScaleDownVmGroupRequestTest.java | 44 + .../model/ScaleDownVmGroupResponseTest.java | 32 + .../model/ScaleUpVmGroupRequestTest.java | 44 + .../model/ScaleUpVmGroupResponseTest.java | 32 + .../client/model/SecurityGroupLightTest.java | 2 +- .../client/model/SecurityGroupRuleTest.java | 2 +- .../client/model/SecurityGroupTest.java | 2 +- .../model/SecurityGroupsMemberTest.java | 2 +- .../SendResetPasswordEmailRequestTest.java | 2 +- .../SendResetPasswordEmailResponseTest.java | 2 +- .../client/model/ServerCertificateTest.java | 2 +- .../client/model/ServiceTest.java | 2 +- .../client/model/SnapshotExportTaskTest.java | 2 +- .../client/model/SnapshotTest.java | 2 +- .../client/model/SourceNetTest.java | 2 +- .../client/model/SourceSecurityGroupTest.java | 2 +- .../client/model/StartVmsRequestTest.java | 2 +- .../client/model/StartVmsResponseTest.java | 2 +- .../client/model/StateCommentTest.java | 2 +- .../client/model/StopVmsRequestTest.java | 2 +- .../client/model/StopVmsResponseTest.java | 2 +- .../osc_sdk_java/client/model/SubnetTest.java | 2 +- .../client/model/SubregionTest.java | 2 +- .../osc_sdk_java/client/model/TagTest.java | 2 +- .../model/UnlinkFlexibleGpuRequestTest.java | 2 +- .../model/UnlinkFlexibleGpuResponseTest.java | 2 +- .../UnlinkInternetServiceRequestTest.java | 2 +- .../UnlinkInternetServiceResponseTest.java | 2 +- ...oadBalancerBackendMachinesRequestTest.java | 2 +- ...adBalancerBackendMachinesResponseTest.java | 2 +- .../client/model/UnlinkNicRequestTest.java | 2 +- .../client/model/UnlinkNicResponseTest.java | 2 +- .../model/UnlinkPrivateIpsRequestTest.java | 2 +- .../model/UnlinkPrivateIpsResponseTest.java | 2 +- .../model/UnlinkPublicIpRequestTest.java | 2 +- .../model/UnlinkPublicIpResponseTest.java | 2 +- .../model/UnlinkRouteTableRequestTest.java | 2 +- .../model/UnlinkRouteTableResponseTest.java | 2 +- .../UnlinkVirtualGatewayRequestTest.java | 2 +- .../UnlinkVirtualGatewayResponseTest.java | 2 +- .../client/model/UnlinkVolumeRequestTest.java | 2 +- .../model/UnlinkVolumeResponseTest.java | 2 +- .../model/UpdateAccessKeyRequestTest.java | 2 +- .../model/UpdateAccessKeyResponseTest.java | 2 +- .../model/UpdateAccountRequestTest.java | 2 +- .../model/UpdateAccountResponseTest.java | 2 +- .../UpdateApiAccessPolicyRequestTest.java | 2 +- .../UpdateApiAccessPolicyResponseTest.java | 2 +- .../model/UpdateApiAccessRuleRequestTest.java | 2 +- .../UpdateApiAccessRuleResponseTest.java | 2 +- .../client/model/UpdateCaRequestTest.java | 2 +- .../client/model/UpdateCaResponseTest.java | 2 +- .../UpdateDirectLinkInterfaceRequestTest.java | 2 +- ...UpdateDirectLinkInterfaceResponseTest.java | 2 +- .../model/UpdateFlexibleGpuRequestTest.java | 2 +- .../model/UpdateFlexibleGpuResponseTest.java | 2 +- .../client/model/UpdateImageRequestTest.java | 2 +- .../client/model/UpdateImageResponseTest.java | 2 +- .../model/UpdateListenerRuleRequestTest.java | 2 +- .../model/UpdateListenerRuleResponseTest.java | 2 +- .../model/UpdateLoadBalancerRequestTest.java | 2 +- .../model/UpdateLoadBalancerResponseTest.java | 2 +- .../UpdateNetAccessPointRequestTest.java | 2 +- .../UpdateNetAccessPointResponseTest.java | 2 +- .../client/model/UpdateNetRequestTest.java | 2 +- .../client/model/UpdateNetResponseTest.java | 2 +- .../client/model/UpdateNicRequestTest.java | 2 +- .../client/model/UpdateNicResponseTest.java | 2 +- .../UpdateRoutePropagationRequestTest.java | 2 +- .../UpdateRoutePropagationResponseTest.java | 2 +- .../client/model/UpdateRouteRequestTest.java | 2 +- .../client/model/UpdateRouteResponseTest.java | 2 +- .../UpdateServerCertificateRequestTest.java | 2 +- .../UpdateServerCertificateResponseTest.java | 2 +- .../model/UpdateSnapshotRequestTest.java | 2 +- .../model/UpdateSnapshotResponseTest.java | 2 +- .../client/model/UpdateSubnetRequestTest.java | 2 +- .../model/UpdateSubnetResponseTest.java | 2 +- .../model/UpdateVmGroupRequestTest.java | 62 ++ .../model/UpdateVmGroupResponseTest.java | 38 + .../client/model/UpdateVmRequestTest.java | 2 +- .../client/model/UpdateVmResponseTest.java | 2 +- .../model/UpdateVmTemplateRequestTest.java | 56 + .../model/UpdateVmTemplateResponseTest.java | 38 + .../client/model/UpdateVolumeRequestTest.java | 2 +- .../model/UpdateVolumeResponseTest.java | 2 +- .../model/UpdateVpnConnectionRequestTest.java | 2 +- .../UpdateVpnConnectionResponseTest.java | 2 +- .../client/model/VgwTelemetryTest.java | 2 +- .../client/model/VirtualGatewayTest.java | 2 +- .../client/model/VmGroupTest.java | 98 ++ .../client/model/VmStateTest.java | 2 +- .../client/model/VmStatesTest.java | 2 +- .../client/model/VmTemplateTest.java | 92 ++ .../osc_sdk_java/client/model/VmTest.java | 2 +- .../osc_sdk_java/client/model/VmTypeTest.java | 2 +- .../osc_sdk_java/client/model/VolumeTest.java | 2 +- .../client/model/VpnConnectionTest.java | 2 +- .../client/model/VpnOptionsTest.java | 2 +- .../osc_sdk_java/client/model/WithTest.java | 2 +- 1215 files changed, 15449 insertions(+), 1317 deletions(-) create mode 100644 docs/Catalogs.md create mode 100644 docs/CreateVmGroupRequest.md create mode 100644 docs/CreateVmGroupResponse.md create mode 100644 docs/CreateVmTemplateRequest.md create mode 100644 docs/CreateVmTemplateResponse.md create mode 100644 docs/DeleteVmGroupRequest.md create mode 100644 docs/DeleteVmGroupResponse.md create mode 100644 docs/DeleteVmTemplateRequest.md create mode 100644 docs/DeleteVmTemplateResponse.md create mode 100644 docs/FiltersCatalogs.md create mode 100644 docs/FiltersVmGroup.md create mode 100644 docs/FiltersVmTemplate.md create mode 100644 docs/ReadCatalogsRequest.md create mode 100644 docs/ReadCatalogsResponse.md create mode 100644 docs/ReadVmGroupsRequest.md create mode 100644 docs/ReadVmGroupsResponse.md create mode 100644 docs/ReadVmTemplatesRequest.md create mode 100644 docs/ReadVmTemplatesResponse.md create mode 100644 docs/ScaleDownVmGroupRequest.md create mode 100644 docs/ScaleDownVmGroupResponse.md create mode 100644 docs/ScaleUpVmGroupRequest.md create mode 100644 docs/ScaleUpVmGroupResponse.md create mode 100644 docs/UpdateVmGroupRequest.md create mode 100644 docs/UpdateVmGroupResponse.md create mode 100644 docs/UpdateVmTemplateRequest.md create mode 100644 docs/UpdateVmTemplateResponse.md create mode 100644 docs/VmGroup.md create mode 100644 docs/VmGroupApi.md create mode 100644 docs/VmTemplate.md create mode 100644 docs/VmTemplateApi.md create mode 100644 src/main/java/io/github/outscale/osc_sdk_java/client/api/VmGroupApi.java create mode 100644 src/main/java/io/github/outscale/osc_sdk_java/client/api/VmTemplateApi.java create mode 100644 src/main/java/io/github/outscale/osc_sdk_java/client/model/Catalogs.java create mode 100644 src/main/java/io/github/outscale/osc_sdk_java/client/model/CreateVmGroupRequest.java create mode 100644 src/main/java/io/github/outscale/osc_sdk_java/client/model/CreateVmGroupResponse.java create mode 100644 src/main/java/io/github/outscale/osc_sdk_java/client/model/CreateVmTemplateRequest.java create mode 100644 src/main/java/io/github/outscale/osc_sdk_java/client/model/CreateVmTemplateResponse.java create mode 100644 src/main/java/io/github/outscale/osc_sdk_java/client/model/DeleteVmGroupRequest.java create mode 100644 src/main/java/io/github/outscale/osc_sdk_java/client/model/DeleteVmGroupResponse.java create mode 100644 src/main/java/io/github/outscale/osc_sdk_java/client/model/DeleteVmTemplateRequest.java create mode 100644 src/main/java/io/github/outscale/osc_sdk_java/client/model/DeleteVmTemplateResponse.java create mode 100644 src/main/java/io/github/outscale/osc_sdk_java/client/model/FiltersCatalogs.java create mode 100644 src/main/java/io/github/outscale/osc_sdk_java/client/model/FiltersVmGroup.java create mode 100644 src/main/java/io/github/outscale/osc_sdk_java/client/model/FiltersVmTemplate.java create mode 100644 src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadCatalogsRequest.java create mode 100644 src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadCatalogsResponse.java create mode 100644 src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadVmGroupsRequest.java create mode 100644 src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadVmGroupsResponse.java create mode 100644 src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadVmTemplatesRequest.java create mode 100644 src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadVmTemplatesResponse.java create mode 100644 src/main/java/io/github/outscale/osc_sdk_java/client/model/ScaleDownVmGroupRequest.java create mode 100644 src/main/java/io/github/outscale/osc_sdk_java/client/model/ScaleDownVmGroupResponse.java create mode 100644 src/main/java/io/github/outscale/osc_sdk_java/client/model/ScaleUpVmGroupRequest.java create mode 100644 src/main/java/io/github/outscale/osc_sdk_java/client/model/ScaleUpVmGroupResponse.java create mode 100644 src/main/java/io/github/outscale/osc_sdk_java/client/model/UpdateVmGroupRequest.java create mode 100644 src/main/java/io/github/outscale/osc_sdk_java/client/model/UpdateVmGroupResponse.java create mode 100644 src/main/java/io/github/outscale/osc_sdk_java/client/model/UpdateVmTemplateRequest.java create mode 100644 src/main/java/io/github/outscale/osc_sdk_java/client/model/UpdateVmTemplateResponse.java create mode 100644 src/main/java/io/github/outscale/osc_sdk_java/client/model/VmGroup.java create mode 100644 src/main/java/io/github/outscale/osc_sdk_java/client/model/VmTemplate.java create mode 100644 src/test/java/io/github/outscale/osc_sdk_java/client/api/VmGroupApiTest.java create mode 100644 src/test/java/io/github/outscale/osc_sdk_java/client/api/VmTemplateApiTest.java create mode 100644 src/test/java/io/github/outscale/osc_sdk_java/client/model/CatalogsTest.java create mode 100644 src/test/java/io/github/outscale/osc_sdk_java/client/model/CreateVmGroupRequestTest.java create mode 100644 src/test/java/io/github/outscale/osc_sdk_java/client/model/CreateVmGroupResponseTest.java create mode 100644 src/test/java/io/github/outscale/osc_sdk_java/client/model/CreateVmTemplateRequestTest.java create mode 100644 src/test/java/io/github/outscale/osc_sdk_java/client/model/CreateVmTemplateResponseTest.java create mode 100644 src/test/java/io/github/outscale/osc_sdk_java/client/model/DeleteVmGroupRequestTest.java create mode 100644 src/test/java/io/github/outscale/osc_sdk_java/client/model/DeleteVmGroupResponseTest.java create mode 100644 src/test/java/io/github/outscale/osc_sdk_java/client/model/DeleteVmTemplateRequestTest.java create mode 100644 src/test/java/io/github/outscale/osc_sdk_java/client/model/DeleteVmTemplateResponseTest.java create mode 100644 src/test/java/io/github/outscale/osc_sdk_java/client/model/FiltersCatalogsTest.java create mode 100644 src/test/java/io/github/outscale/osc_sdk_java/client/model/FiltersVmGroupTest.java create mode 100644 src/test/java/io/github/outscale/osc_sdk_java/client/model/FiltersVmTemplateTest.java create mode 100644 src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadCatalogsRequestTest.java create mode 100644 src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadCatalogsResponseTest.java create mode 100644 src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadVmGroupsRequestTest.java create mode 100644 src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadVmGroupsResponseTest.java create mode 100644 src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadVmTemplatesRequestTest.java create mode 100644 src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadVmTemplatesResponseTest.java create mode 100644 src/test/java/io/github/outscale/osc_sdk_java/client/model/ScaleDownVmGroupRequestTest.java create mode 100644 src/test/java/io/github/outscale/osc_sdk_java/client/model/ScaleDownVmGroupResponseTest.java create mode 100644 src/test/java/io/github/outscale/osc_sdk_java/client/model/ScaleUpVmGroupRequestTest.java create mode 100644 src/test/java/io/github/outscale/osc_sdk_java/client/model/ScaleUpVmGroupResponseTest.java create mode 100644 src/test/java/io/github/outscale/osc_sdk_java/client/model/UpdateVmGroupRequestTest.java create mode 100644 src/test/java/io/github/outscale/osc_sdk_java/client/model/UpdateVmGroupResponseTest.java create mode 100644 src/test/java/io/github/outscale/osc_sdk_java/client/model/UpdateVmTemplateRequestTest.java create mode 100644 src/test/java/io/github/outscale/osc_sdk_java/client/model/UpdateVmTemplateResponseTest.java create mode 100644 src/test/java/io/github/outscale/osc_sdk_java/client/model/VmGroupTest.java create mode 100644 src/test/java/io/github/outscale/osc_sdk_java/client/model/VmTemplateTest.java diff --git a/.osc-api-patches/outscale-yaml.patch b/.osc-api-patches/outscale-yaml.patch index fd230743..dc6f6dbd 100644 --- a/.osc-api-patches/outscale-yaml.patch +++ b/.osc-api-patches/outscale-yaml.patch @@ -1,182 +1,91 @@ diff --git a/outscale.yaml b/outscale.yaml -index 8d912fe..17586a0 100644 +index 1016bea..47eb28c 100644 --- a/outscale.yaml +++ b/outscale.yaml -@@ -43,15 +43,15 @@ components: - type: string - CreationDate: - description: The date and time (UTC) of creation of the access key. -- format: datetime -+ format: date-time - type: string - ExpirationDate: - description: The date (UTC) at which the access key expires. -- format: datetime -+ format: date-time - type: string - LastModificationDate: - description: The date and time (UTC) of the last modification of the access key. -- format: datetime -+ format: date-time - type: string - State: - description: The state of the access key (`ACTIVE` if the key is valid for API calls, or `INACTIVE` if not). -@@ -66,15 +66,15 @@ components: - type: string - CreationDate: - description: The date and time (UTC) of creation of the access key. -- format: datetime -+ format: date-time - type: string - ExpirationDate: - description: The date and time (UTC) at which the access key expires. -- format: datetime -+ format: date-time - type: string - LastModificationDate: - description: The date and time (UTC) of the last modification of the access key. -- format: datetime -+ format: date-time - type: string - SecretKey: - description: The access key that enables you to send requests. -@@ -285,7 +285,7 @@ components: - type: boolean - LinkDate: - description: The time and date of attachment of the volume to the VM. -- format: date -+ format: date-time - type: string - State: - description: The state of the volume. -@@ -445,7 +445,7 @@ components: - type: string - FromDate: - description: The beginning of the time period. -- format: datetime -+ format: date-time - type: string - Operation: - description: The API call that triggered the resource consumption (for example, `RunInstances` or `CreateVolume`). -@@ -464,7 +464,7 @@ components: - type: string - ToDate: - description: The end of the time period. -- format: datetime -+ format: date-time - type: string - Type: - description: The type of resource, depending on the API call. -@@ -482,7 +482,7 @@ components: +@@ -506,11 +506,8 @@ components: type: boolean ExpirationDate: - description: The date and time at which you want the access key to expire, in ISO 8601 format (for example, `2017-06-14` or `2017-06-14T00:00:00Z`). To remove an existing expiration date, use the method without specifying this parameter. -- format: datetime -+ format: date-time - type: string + description: The date and time, or the date, at which you want the access key to expire, in ISO 8601 format (for example, `2020-06-14T00:00:00.000Z`, or `2020-06-14`). To remove an existing expiration date, use the method without specifying this parameter. +- oneOf: +- - format: date-time +- type: string +- - format: date +- type: string ++ format: date-time ++ type: string type: object CreateAccessKeyResponse: -@@ -2669,11 +2669,11 @@ components: + additionalProperties: false +@@ -2846,18 +2843,12 @@ components: type: array QueryDateAfter: - description: The date after which you want to retrieve logged calls, in ISO 8601 format (for example, `2020-06-14`). By default, this date is set to 48 hours before the `QueryDateBefore` parameter value. -- format: date -+ format: date-time - type: string + description: The date and time, or the date, after which you want to retrieve logged calls, in ISO 8601 format (for example, `2020-06-14T00:00:00.000Z` or `2020-06-14`). By default, this date is set to 48 hours before the `QueryDateBefore` parameter value. +- oneOf: +- - format: date-time +- type: string +- - format: date +- type: string ++ format: date-time ++ type: string QueryDateBefore: - description: The date before which you want to retrieve logged calls, in ISO 8601 format (for example, `2020-06-30`). By default, this date is set to now, or 48 hours after the `QueryDateAfter` parameter value. -- format: date -+ format: date-time - type: string + description: The date and time, or the date, before which you want to retrieve logged calls, in ISO 8601 format (for example, `2020-06-30T00:00:00.000Z` or `2020-06-14`). By default, this date is set to now, or 48 hours after the `QueryDateAfter` parameter value. +- oneOf: +- - format: date-time +- type: string +- - format: date +- type: string ++ format: date-time ++ type: string QueryIpAddresses: description: The IPs used for the logged calls. -@@ -4024,7 +4024,7 @@ components: - CreationDates: - description: The dates and times of creation of the volumes. - items: -- format: date -+ format: date-time - type: string - type: array - LinkVolumeDeleteOnVmDeletion: -@@ -4038,7 +4038,7 @@ components: - LinkVolumeLinkDates: - description: The dates and times of creation of the volumes. items: -- format: date -+ format: date-time - type: string +@@ -4583,7 +4574,7 @@ components: type: array - LinkVolumeLinkStates: -@@ -4990,7 +4990,7 @@ components: - type: string - QueryDate: - description: The date of the logged call, in ISO 8601 format. -- format: date -+ format: date-time + CreationDate: + description: The date and time of creation of the OMI, in ISO 8601 date-time format. +- format: date-time ++ format: date type: string - QueryHeaderRaw: - description: The raw header of the HTTP request of the logged call. -@@ -5815,7 +5815,7 @@ components: + Description: + description: The description of the OMI. +@@ -6171,22 +6162,16 @@ components: type: boolean FromDate: - description: The beginning of the time period, in ISO 8601 date-time format (for example, `2017-06-14` or `2017-06-14T00:00:00Z`). -- format: datetime -+ format: date-time - type: string + description: The beginning of the time period, in ISO 8601 date format (for example, `2020-06-14`). The date-time format is also accepted, but only with a time set to midnight (for example, `2020-06-14T00:00:00.000Z`). +- oneOf: +- - format: date +- type: string +- - format: date-time +- type: string ++ format: date-time ++ type: string Overall: default: false -@@ -5823,7 +5823,7 @@ components: + description: By default or if false, returns only the consumption of the specific account that sends this request. If true, returns either the overall consumption of your paying account and all linked accounts (if the account that sends this request is a paying account) or returns nothing (if the account that sends this request is a linked account). type: boolean ToDate: - description: The end of the time period, in ISO 8601 date-time format (for example, `2017-06-30` or `2017-06-30T00:00:00Z`). -- format: datetime -+ format: date-time - type: string + description: The end of the time period, in ISO 8601 date format (for example, `2020-06-30`). The date-time format is also accepted, but only with a time set to midnight (for example, `2020-06-30T00:00:00.000Z`). +- oneOf: +- - format: date +- type: string +- - format: date-time +- type: string ++ format: date-time ++ type: string required: - FromDate -@@ -7042,7 +7042,7 @@ components: - type: string - CreationDate: - description: The date and time of creation of the snapshot. -- format: datetime -+ format: date-time - type: string - Description: - description: The description of the snapshot. -@@ -7454,7 +7454,7 @@ components: + - ToDate +@@ -7901,11 +7886,8 @@ components: type: boolean ExpirationDate: - description: The date and time at which you want the access key to expire, in ISO 8601 format (for example, `2017-06-14` or `2017-06-14T00:00:00Z`). If not specified, the access key is set to not expire. -- format: datetime -+ format: date-time - type: string + description: The date and time, or the date, at which you want the access key to expire, in ISO 8601 format (for example, `2020-06-14T00:00:00.000Z` or `2020-06-14`). If not specified, the access key is set to not expire. +- oneOf: +- - format: date-time +- type: string +- - format: date +- type: string ++ format: date-time ++ type: string State: description: The new state for the access key (`ACTIVE` \| `INACTIVE`). When set to `ACTIVE`, the access key is enabled and can be used to send requests. When set to `INACTIVE`, the access key is disabled. -@@ -8116,7 +8116,7 @@ components: - type: integer - LastStateChangeDate: - description: The date and time (UTC) of the latest state update. -- format: datetime -+ format: date-time - type: string - OutsideIpAddress: - description: The IP on the OUTSCALE side of the tunnel. -@@ -8172,7 +8172,7 @@ components: - type: string - CreationDate: - description: The date and time of creation of the VM. -- format: datetime -+ format: date-time - type: string - DeletionProtection: - description: If true, you cannot delete the VM unless you change this parameter back to false. -@@ -8335,7 +8335,7 @@ components: - properties: - CreationDate: - description: The date and time of creation of the volume. -- format: datetime -+ format: date-time type: string - Iops: - description: 'The number of I/O operations per second (IOPS):
diff --git a/README.md b/README.md index 7f44c1f6..b70f45d7 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ # osc-sdk-java 3DS OUTSCALE API -- API version: 1.25.0 +- API version: 1.26.0 Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

@@ -46,7 +46,7 @@ Add this dependency to your project's POM: io.github.outscale osc-sdk-java - 0.2.0 + 0.3.0 compile ``` @@ -62,7 +62,7 @@ Add this dependency to your project's build file: } dependencies { - implementation "io.github.outscale:osc-sdk-java:0.2.0" + implementation "io.github.outscale:osc-sdk-java:0.3.0" } ``` @@ -76,7 +76,7 @@ mvn clean package Then manually install the following JARs: -* `target/osc-sdk-java-0.2.0.jar` +* `target/osc-sdk-java-0.3.0.jar` * `target/lib/*.jar` ## Getting Started diff --git a/api_version b/api_version index ad219194..5ff8c4f5 100644 --- a/api_version +++ b/api_version @@ -1 +1 @@ -1.25.0 +1.26.0 diff --git a/docs/BsuCreated.md b/docs/BsuCreated.md index f43aace2..55ab8afb 100644 --- a/docs/BsuCreated.md +++ b/docs/BsuCreated.md @@ -9,7 +9,7 @@ Information about the created BSU volume. | Name | Type | Description | Notes | |------------ | ------------- | ------------- | -------------| |**deleteOnVmDeletion** | **Boolean** | If true, the volume is deleted when terminating the VM. If false, the volume is not deleted when terminating the VM. | [optional] | -|**linkDate** | **OffsetDateTime** | The time and date of attachment of the volume to the VM. | [optional] | +|**linkDate** | **OffsetDateTime** | The date and time of attachment of the volume to the VM, in ISO 8601 date-time format. | [optional] | |**state** | **String** | The state of the volume. | [optional] | |**volumeId** | **String** | The ID of the volume. | [optional] | diff --git a/docs/CatalogApi.md b/docs/CatalogApi.md index 379a4638..05298aef 100644 --- a/docs/CatalogApi.md +++ b/docs/CatalogApi.md @@ -5,6 +5,7 @@ All URIs are relative to *https://api.eu-west-2.outscale.com/api/v1* | Method | HTTP request | Description | |------------- | ------------- | -------------| | [**readCatalog**](CatalogApi.md#readCatalog) | **POST** /ReadCatalog | | +| [**readCatalogs**](CatalogApi.md#readCatalogs) | **POST** /ReadCatalogs | | @@ -76,3 +77,72 @@ public class Example { |-------------|-------------|------------------| | **200** | The HTTP 200 response (OK). | - | + +# **readCatalogs** +> ReadCatalogsResponse readCatalogs(readCatalogsRequest) + + + +### Example +```java +// Import classes: +import io.github.outscale.osc_sdk_java.client.ApiClient; +import io.github.outscale.osc_sdk_java.client.ApiException; +import io.github.outscale.osc_sdk_java.client.Configuration; +import io.github.outscale.osc_sdk_java.client.auth.*; +import io.github.outscale.osc_sdk_java.client.models.*; +import io.github.outscale.osc_sdk_java.client.api.CatalogApi; + +public class Example { + public static void main(String[] args) { + ApiClient defaultClient = Configuration.getDefaultApiClient(); + defaultClient.setBasePath("https://api.eu-west-2.outscale.com/api/v1"); + // Configure AWS Signature V4 authorization + defaultClient.setAWS4Configuration("YOUR_ACCESS_KEY", "YOUR_SECRET_KEY", "REGION", "SERVICE") + + // Configure API key authorization: ApiKeyAuth + ApiKeyAuth ApiKeyAuth = (ApiKeyAuth) defaultClient.getAuthentication("ApiKeyAuth"); + ApiKeyAuth.setApiKey("YOUR API KEY"); + // Uncomment the following line to set a prefix for the API key, e.g. "Token" (defaults to null) + //ApiKeyAuth.setApiKeyPrefix("Token"); + + CatalogApi apiInstance = new CatalogApi(defaultClient); + ReadCatalogsRequest readCatalogsRequest = new ReadCatalogsRequest(); // ReadCatalogsRequest | + try { + ReadCatalogsResponse result = apiInstance.readCatalogs(readCatalogsRequest); + System.out.println(result); + } catch (ApiException e) { + System.err.println("Exception when calling CatalogApi#readCatalogs"); + System.err.println("Status code: " + e.getCode()); + System.err.println("Reason: " + e.getResponseBody()); + System.err.println("Response headers: " + e.getResponseHeaders()); + e.printStackTrace(); + } + } +} +``` + +### Parameters + +| Name | Type | Description | Notes | +|------------- | ------------- | ------------- | -------------| +| **readCatalogsRequest** | [**ReadCatalogsRequest**](ReadCatalogsRequest.md)| | [optional] | + +### Return type + +[**ReadCatalogsResponse**](ReadCatalogsResponse.md) + +### Authorization + +[ApiKeyAuth](../README.md#ApiKeyAuth) + +### HTTP request headers + + - **Content-Type**: application/json + - **Accept**: application/json + +### HTTP response details +| Status code | Description | Response headers | +|-------------|-------------|------------------| +| **200** | The HTTP 200 response (OK). | - | + diff --git a/docs/Catalogs.md b/docs/Catalogs.md new file mode 100644 index 00000000..7a8fe492 --- /dev/null +++ b/docs/Catalogs.md @@ -0,0 +1,26 @@ + + +# Catalogs + +Information about the catalogs. + +## Properties + +| Name | Type | Description | Notes | +|------------ | ------------- | ------------- | -------------| +|**entries** | [**List<CatalogEntry>**](CatalogEntry.md) | One or more catalog entries. | [optional] | +|**fromDate** | **OffsetDateTime** | The beginning of the time period, in ISO 8601 date-time format. | [optional] | +|**state** | [**StateEnum**](#StateEnum) | The state of the catalog (`CURRENT` \\| `OBSOLETE`). | [optional] | +|**toDate** | **OffsetDateTime** | The end of the time period, in ISO 8601 date-time format. | [optional] | + + + +## Enum: StateEnum + +| Name | Value | +|---- | -----| +| CURRENT | "CURRENT" | +| OBSOLETE | "OBSOLETE" | + + + diff --git a/docs/ConsumptionEntry.md b/docs/ConsumptionEntry.md index 21af9141..b2eb9855 100644 --- a/docs/ConsumptionEntry.md +++ b/docs/ConsumptionEntry.md @@ -10,13 +10,13 @@ Information about the resources consumed during the specified time period. |------------ | ------------- | ------------- | -------------| |**accountId** | **String** | The ID of your TINA account. | [optional] | |**category** | **String** | The category of the resource (for example, `network`). | [optional] | -|**fromDate** | **OffsetDateTime** | The beginning of the time period. | [optional] | +|**fromDate** | **OffsetDateTime** | The beginning of the time period, in ISO 8601 date-time format. | [optional] | |**operation** | **String** | The API call that triggered the resource consumption (for example, `RunInstances` or `CreateVolume`). | [optional] | |**payingAccountId** | **String** | The ID of the TINA account which is billed for your consumption. It can be different from your account in the `AccountId` parameter. | [optional] | |**service** | **String** | The service of the API call (`TinaOS-FCU`, `TinaOS-LBU`, `TinaOS-DirectLink`, `TinaOS-OOS`, or `TinaOS-OSU`). | [optional] | |**subregionName** | **String** | The name of the Subregion. | [optional] | |**title** | **String** | A description of the consumed resource. | [optional] | -|**toDate** | **OffsetDateTime** | The end of the time period. | [optional] | +|**toDate** | **OffsetDateTime** | The end of the time period, in ISO 8601 date-time format. | [optional] | |**type** | **String** | The type of resource, depending on the API call. | [optional] | |**value** | **Double** | The consumed amount for the resource. The unit depends on the resource type. For more information, see the `Title` element. | [optional] | diff --git a/docs/CreateAccessKeyRequest.md b/docs/CreateAccessKeyRequest.md index 9fa2d55c..61096b2b 100644 --- a/docs/CreateAccessKeyRequest.md +++ b/docs/CreateAccessKeyRequest.md @@ -8,7 +8,7 @@ | Name | Type | Description | Notes | |------------ | ------------- | ------------- | -------------| |**dryRun** | **Boolean** | If true, checks whether you have the required permissions to perform the action. | [optional] | -|**expirationDate** | **OffsetDateTime** | The date and time at which you want the access key to expire, in ISO 8601 format (for example, `2017-06-14` or `2017-06-14T00:00:00Z`). To remove an existing expiration date, use the method without specifying this parameter. | [optional] | +|**expirationDate** | **OffsetDateTime** | The date and time, or the date, at which you want the access key to expire, in ISO 8601 format (for example, `2020-06-14T00:00:00.000Z`, or `2020-06-14`). To remove an existing expiration date, use the method without specifying this parameter. | [optional] | diff --git a/docs/CreateImageRequest.md b/docs/CreateImageRequest.md index 0dd25c75..a613c97d 100644 --- a/docs/CreateImageRequest.md +++ b/docs/CreateImageRequest.md @@ -14,6 +14,7 @@ |**fileLocation** | **String** | The pre-signed URL of the OMI manifest file, or the full path to the OMI stored in a bucket. If you specify this parameter, a copy of the OMI is created in your account. You must specify only one of the following parameters: `FileLocation`, `RootDeviceName`, `SourceImageId` or `VmId`. | [optional] | |**imageName** | **String** | A unique name for the new OMI.<br /> Constraints: 3-128 alphanumeric characters, underscores (_), spaces ( ), parentheses (()), slashes (/), periods (.), or dashes (-). | [optional] | |**noReboot** | **Boolean** | If false, the VM shuts down before creating the OMI and then reboots. If true, the VM does not. | [optional] | +|**productCodes** | **List<String>** | The product codes associated with the OMI. | [optional] | |**rootDeviceName** | **String** | The name of the root device. You must specify only one of the following parameters: `FileLocation`, `RootDeviceName`, `SourceImageId` or `VmId`. | [optional] | |**sourceImageId** | **String** | The ID of the OMI you want to copy. You must specify only one of the following parameters: `FileLocation`, `RootDeviceName`, `SourceImageId` or `VmId`. | [optional] | |**sourceRegionName** | **String** | The name of the source Region, which must be the same as the Region of your account. | [optional] | diff --git a/docs/CreateVmGroupRequest.md b/docs/CreateVmGroupRequest.md new file mode 100644 index 00000000..18a2087b --- /dev/null +++ b/docs/CreateVmGroupRequest.md @@ -0,0 +1,31 @@ + + +# CreateVmGroupRequest + + +## Properties + +| Name | Type | Description | Notes | +|------------ | ------------- | ------------- | -------------| +|**description** | **String** | A description for the VM group. | [optional] | +|**dryRun** | **Boolean** | If true, checks whether you have the required permissions to perform the action. | [optional] | +|**positioningStrategy** | [**PositioningStrategyEnum**](#PositioningStrategyEnum) | The positioning strategy of VMs on hypervisors. By default, or if set to `no-strategy` our orchestrator determines the most adequate position for your VMs. If set to `attract`, your VMs are deployed on the same hypervisor, which improves network performance. If set to `repulse`, your VMs are deployed on a different hypervisor, which improves fault tolerance. | [optional] | +|**securityGroupIds** | **List<String>** | One or more IDs of security groups for the VM group. | | +|**subnetId** | **String** | The ID of the Subnet in which you want to create the VM group. | | +|**tags** | [**List<ResourceTag>**](ResourceTag.md) | One or more tags to add to the VM group. | [optional] | +|**vmCount** | **Integer** | The number of VMs deployed in the VM group. | | +|**vmGroupName** | **String** | The name of the VM group. | | +|**vmTemplateId** | **String** | The ID of the VM template used to launch VMs in the VM group. | | + + + +## Enum: PositioningStrategyEnum + +| Name | Value | +|---- | -----| +| ATTRACT | "attract" | +| NO_STRATEGY | "no-strategy" | +| REPULSE | "repulse" | + + + diff --git a/docs/CreateVmGroupResponse.md b/docs/CreateVmGroupResponse.md new file mode 100644 index 00000000..94f7755b --- /dev/null +++ b/docs/CreateVmGroupResponse.md @@ -0,0 +1,14 @@ + + +# CreateVmGroupResponse + + +## Properties + +| Name | Type | Description | Notes | +|------------ | ------------- | ------------- | -------------| +|**responseContext** | [**ResponseContext**](ResponseContext.md) | | [optional] | +|**vmGroup** | [**VmGroup**](VmGroup.md) | | [optional] | + + + diff --git a/docs/CreateVmTemplateRequest.md b/docs/CreateVmTemplateRequest.md new file mode 100644 index 00000000..a9031998 --- /dev/null +++ b/docs/CreateVmTemplateRequest.md @@ -0,0 +1,32 @@ + + +# CreateVmTemplateRequest + + +## Properties + +| Name | Type | Description | Notes | +|------------ | ------------- | ------------- | -------------| +|**cpuCores** | **Integer** | The number of vCores to use for each VM. | | +|**cpuGeneration** | **String** | The processor generation to use for each VM (for example, `v4`). | | +|**cpuPerformance** | [**CpuPerformanceEnum**](#CpuPerformanceEnum) | The performance of the VMs (`medium` \\| `high` \\| `highest`). | [optional] | +|**description** | **String** | A description for the VM template. | [optional] | +|**dryRun** | **Boolean** | If true, checks whether you have the required permissions to perform the action. | [optional] | +|**imageId** | **String** | The ID of the OMI to use for each VM. You can find a list of OMIs by calling the [ReadImages](#readimages) method. | | +|**keypairName** | **String** | The name of the keypair to use for each VM. | [optional] | +|**ram** | **Integer** | The amount of RAM to use for each VM. | | +|**tags** | [**List<ResourceTag>**](ResourceTag.md) | One or more tags to add to the VM template. | [optional] | +|**vmTemplateName** | **String** | The name of the VM template. | | + + + +## Enum: CpuPerformanceEnum + +| Name | Value | +|---- | -----| +| MEDIUM | "medium" | +| HIGH | "high" | +| HIGHEST | "highest" | + + + diff --git a/docs/CreateVmTemplateResponse.md b/docs/CreateVmTemplateResponse.md new file mode 100644 index 00000000..9b8469ab --- /dev/null +++ b/docs/CreateVmTemplateResponse.md @@ -0,0 +1,14 @@ + + +# CreateVmTemplateResponse + + +## Properties + +| Name | Type | Description | Notes | +|------------ | ------------- | ------------- | -------------| +|**responseContext** | [**ResponseContext**](ResponseContext.md) | | [optional] | +|**vmTemplate** | [**VmTemplate**](VmTemplate.md) | | [optional] | + + + diff --git a/docs/DeleteVmGroupRequest.md b/docs/DeleteVmGroupRequest.md new file mode 100644 index 00000000..627c1384 --- /dev/null +++ b/docs/DeleteVmGroupRequest.md @@ -0,0 +1,14 @@ + + +# DeleteVmGroupRequest + + +## Properties + +| Name | Type | Description | Notes | +|------------ | ------------- | ------------- | -------------| +|**dryRun** | **Boolean** | If true, checks whether you have the required permissions to perform the action. | [optional] | +|**vmGroupId** | **String** | The ID of the VM group you want to delete. | | + + + diff --git a/docs/DeleteVmGroupResponse.md b/docs/DeleteVmGroupResponse.md new file mode 100644 index 00000000..1cd45988 --- /dev/null +++ b/docs/DeleteVmGroupResponse.md @@ -0,0 +1,13 @@ + + +# DeleteVmGroupResponse + + +## Properties + +| Name | Type | Description | Notes | +|------------ | ------------- | ------------- | -------------| +|**responseContext** | [**ResponseContext**](ResponseContext.md) | | [optional] | + + + diff --git a/docs/DeleteVmTemplateRequest.md b/docs/DeleteVmTemplateRequest.md new file mode 100644 index 00000000..d62e529a --- /dev/null +++ b/docs/DeleteVmTemplateRequest.md @@ -0,0 +1,14 @@ + + +# DeleteVmTemplateRequest + + +## Properties + +| Name | Type | Description | Notes | +|------------ | ------------- | ------------- | -------------| +|**dryRun** | **Boolean** | If true, checks whether you have the required permissions to perform the action. | [optional] | +|**vmTemplateId** | **String** | The ID of the VM template you want to delete. | | + + + diff --git a/docs/DeleteVmTemplateResponse.md b/docs/DeleteVmTemplateResponse.md new file mode 100644 index 00000000..4664d274 --- /dev/null +++ b/docs/DeleteVmTemplateResponse.md @@ -0,0 +1,13 @@ + + +# DeleteVmTemplateResponse + + +## Properties + +| Name | Type | Description | Notes | +|------------ | ------------- | ------------- | -------------| +|**responseContext** | [**ResponseContext**](ResponseContext.md) | | [optional] | + + + diff --git a/docs/FiltersApiLog.md b/docs/FiltersApiLog.md index d644f3af..27b66ff5 100644 --- a/docs/FiltersApiLog.md +++ b/docs/FiltersApiLog.md @@ -11,8 +11,8 @@ One or more filters. |**queryAccessKeys** | **List<String>** | The access keys used for the logged calls. | [optional] | |**queryApiNames** | **List<String>** | The names of the APIs of the logged calls (always `oapi` for the OUTSCALE API). | [optional] | |**queryCallNames** | **List<String>** | The names of the logged calls. | [optional] | -|**queryDateAfter** | **OffsetDateTime** | The date after which you want to retrieve logged calls, in ISO 8601 format (for example, `2020-06-14`). By default, this date is set to 48 hours before the `QueryDateBefore` parameter value. | [optional] | -|**queryDateBefore** | **OffsetDateTime** | The date before which you want to retrieve logged calls, in ISO 8601 format (for example, `2020-06-30`). By default, this date is set to now, or 48 hours after the `QueryDateAfter` parameter value. | [optional] | +|**queryDateAfter** | **OffsetDateTime** | The date and time, or the date, after which you want to retrieve logged calls, in ISO 8601 format (for example, `2020-06-14T00:00:00.000Z` or `2020-06-14`). By default, this date is set to 48 hours before the `QueryDateBefore` parameter value. | [optional] | +|**queryDateBefore** | **OffsetDateTime** | The date and time, or the date, before which you want to retrieve logged calls, in ISO 8601 format (for example, `2020-06-30T00:00:00.000Z` or `2020-06-14`). By default, this date is set to now, or 48 hours after the `QueryDateAfter` parameter value. | [optional] | |**queryIpAddresses** | **List<String>** | The IPs used for the logged calls. | [optional] | |**queryUserAgents** | **List<String>** | The user agents of the HTTP requests of the logged calls. | [optional] | |**requestIds** | **List<String>** | The request IDs provided in the responses of the logged calls. | [optional] | diff --git a/docs/FiltersCatalogs.md b/docs/FiltersCatalogs.md new file mode 100644 index 00000000..12b4b21d --- /dev/null +++ b/docs/FiltersCatalogs.md @@ -0,0 +1,16 @@ + + +# FiltersCatalogs + +One or more filters. + +## Properties + +| Name | Type | Description | Notes | +|------------ | ------------- | ------------- | -------------| +|**currentCatalogOnly** | **Boolean** | By default or if set to true, only returns the current catalog. If false, returns the current catalog and past catalogs. | [optional] | +|**fromDate** | **LocalDate** | The beginning of the time period, in ISO 8601 date format (for example, `2020-06-14`). This date cannot be older than 3 years. You must specify the parameters `FromDate` and `ToDate` together. | [optional] | +|**toDate** | **LocalDate** | The end of the time period, in ISO 8601 date format (for example, `2020-06-30`). You must specify the parameters `FromDate` and `ToDate` together. | [optional] | + + + diff --git a/docs/FiltersImage.md b/docs/FiltersImage.md index 862930c8..8f4c818c 100644 --- a/docs/FiltersImage.md +++ b/docs/FiltersImage.md @@ -23,7 +23,7 @@ One or more filters. |**imageNames** | **List<String>** | The names of the OMIs, provided when they were created. | [optional] | |**permissionsToLaunchAccountIds** | **List<String>** | The account IDs of the users who have launch permissions for the OMIs. | [optional] | |**permissionsToLaunchGlobalPermission** | **Boolean** | If true, lists all public OMIs. If false, lists all private OMIs. | [optional] | -|**productCodes** | **List<String>** | The product code associated with the OMI (`0001` Linux/Unix \\| `0002` Windows \\| `0004` Linux/Oracle \\| `0005` Windows 10). | [optional] | +|**productCodes** | **List<String>** | The product codes associated with the OMI. | [optional] | |**rootDeviceNames** | **List<String>** | The name of the root device. This value must be /dev/sda1. | [optional] | |**rootDeviceTypes** | **List<String>** | The types of root device used by the OMIs (always `bsu`). | [optional] | |**states** | **List<String>** | The states of the OMIs (`pending` \\| `available` \\| `failed`). | [optional] | diff --git a/docs/FiltersSnapshot.md b/docs/FiltersSnapshot.md index cdfe282f..e8b44201 100644 --- a/docs/FiltersSnapshot.md +++ b/docs/FiltersSnapshot.md @@ -11,6 +11,7 @@ One or more filters. |**accountAliases** | **List<String>** | The account aliases of the owners of the snapshots. | [optional] | |**accountIds** | **List<String>** | The account IDs of the owners of the snapshots. | [optional] | |**descriptions** | **List<String>** | The descriptions of the snapshots. | [optional] | +|**fromCreationDate** | **OffsetDateTime** | The beginning of the time period, in ISO 8601 date-time format (for example, `2020-06-14T00:00:00.000Z`). | [optional] | |**permissionsToCreateVolumeAccountIds** | **List<String>** | The account IDs of one or more users who have permissions to create volumes. | [optional] | |**permissionsToCreateVolumeGlobalPermission** | **Boolean** | If true, lists all public volumes. If false, lists all private volumes. | [optional] | |**progresses** | **List<Integer>** | The progresses of the snapshots, as a percentage. | [optional] | @@ -19,6 +20,7 @@ One or more filters. |**tagKeys** | **List<String>** | The keys of the tags associated with the snapshots. | [optional] | |**tagValues** | **List<String>** | The values of the tags associated with the snapshots. | [optional] | |**tags** | **List<String>** | The key/value combination of the tags associated with the snapshots, in the following format: &quot;Filters&quot;:{&quot;Tags&quot;:[&quot;TAGKEY=TAGVALUE&quot;]}. | [optional] | +|**toCreationDate** | **OffsetDateTime** | The end of the time period, in ISO 8601 date-time format (for example, `2020-06-30T00:00:00.000Z`). | [optional] | |**volumeIds** | **List<String>** | The IDs of the volumes used to create the snapshots. | [optional] | |**volumeSizes** | **List<Integer>** | The sizes of the volumes used to create the snapshots, in gibibytes (GiB). | [optional] | diff --git a/docs/FiltersVmGroup.md b/docs/FiltersVmGroup.md new file mode 100644 index 00000000..966b6c23 --- /dev/null +++ b/docs/FiltersVmGroup.md @@ -0,0 +1,23 @@ + + +# FiltersVmGroup + +One or more filters. + +## Properties + +| Name | Type | Description | Notes | +|------------ | ------------- | ------------- | -------------| +|**descriptions** | **List<String>** | The descriptions of the VM groups. | [optional] | +|**securityGroupIds** | **List<String>** | The IDs of the security groups. | [optional] | +|**subnetIds** | **List<String>** | The IDs of the Subnets. | [optional] | +|**tagKeys** | **List<String>** | The keys of the tags associated with the VM groups. | [optional] | +|**tagValues** | **List<String>** | The values of the tags associated with the VM groups. | [optional] | +|**tags** | **List<String>** | The key/value combination of the tags associated with the VMs, in the following format: &quot;Filters&quot;:{&quot;Tags&quot;:[&quot;TAGKEY=TAGVALUE&quot;]}. | [optional] | +|**vmCounts** | **List<Integer>** | The number of VMs in the VM group. | [optional] | +|**vmGroupIds** | **List<String>** | The IDs of the VM groups. | [optional] | +|**vmGroupNames** | **List<String>** | The names of the VM groups. | [optional] | +|**vmTemplateIds** | **List<String>** | The IDs of the VM templates. | [optional] | + + + diff --git a/docs/FiltersVmTemplate.md b/docs/FiltersVmTemplate.md new file mode 100644 index 00000000..d31e12fa --- /dev/null +++ b/docs/FiltersVmTemplate.md @@ -0,0 +1,25 @@ + + +# FiltersVmTemplate + +One or more filters. + +## Properties + +| Name | Type | Description | Notes | +|------------ | ------------- | ------------- | -------------| +|**cpuCores** | **List<Integer>** | The number of vCores. | [optional] | +|**cpuGenerations** | **List<String>** | The processor generations (for example, `v4`). | [optional] | +|**cpuPerformances** | **List<String>** | The performances of the VMs. | [optional] | +|**descriptions** | **List<String>** | The descriptions of the VM templates. | [optional] | +|**imageIds** | **List<String>** | The IDs of the OMIs. | [optional] | +|**keypairNames** | **List<String>** | The names of the keypairs. | [optional] | +|**rams** | **List<Integer>** | The amount of RAM. | [optional] | +|**tagKeys** | **List<String>** | The keys of the tags associated with the VM templates. | [optional] | +|**tagValues** | **List<String>** | The values of the tags associated with the VM templates. | [optional] | +|**tags** | **List<String>** | The key/value combination of the tags associated with the VM templates, in the following format: \"Filters\":{\"Tags\":[\"TAGKEY=TAGVALUE\"]}. | [optional] | +|**vmTemplateIds** | **List<String>** | The IDs of the VM templates. | [optional] | +|**vmTemplateNames** | **List<String>** | The names of the VM templates. | [optional] | + + + diff --git a/docs/FiltersVolume.md b/docs/FiltersVolume.md index 0dd014e0..3bab8c10 100644 --- a/docs/FiltersVolume.md +++ b/docs/FiltersVolume.md @@ -8,10 +8,10 @@ One or more filters. | Name | Type | Description | Notes | |------------ | ------------- | ------------- | -------------| -|**creationDates** | **List<OffsetDateTime>** | The dates and times of creation of the volumes. | [optional] | +|**creationDates** | **List<OffsetDateTime>** | The dates and times of creation of the volumes, in ISO 8601 date-time format (for example, `2020-06-30T00:00:00.000Z`). | [optional] | |**linkVolumeDeleteOnVmDeletion** | **Boolean** | Whether the volumes are deleted or not when terminating the VMs. | [optional] | |**linkVolumeDeviceNames** | **List<String>** | The VM device names. | [optional] | -|**linkVolumeLinkDates** | **List<OffsetDateTime>** | The dates and times of creation of the volumes. | [optional] | +|**linkVolumeLinkDates** | **List<OffsetDateTime>** | The dates and times of creation of the volumes, in ISO 8601 date-time format (for example, `2020-06-30T00:00:00.000Z`). | [optional] | |**linkVolumeLinkStates** | **List<String>** | The attachment states of the volumes (`attaching` \\| `detaching` \\| `attached` \\| `detached`). | [optional] | |**linkVolumeVmIds** | **List<String>** | One or more IDs of VMs. | [optional] | |**snapshotIds** | **List<String>** | The snapshots from which the volumes were created. | [optional] | diff --git a/docs/Image.md b/docs/Image.md index a5a3ef33..d8d8c735 100644 --- a/docs/Image.md +++ b/docs/Image.md @@ -12,14 +12,14 @@ Information about the OMI. |**accountId** | **String** | The account ID of the owner of the OMI. | [optional] | |**architecture** | **String** | The architecture of the OMI (by default, `i386`). | [optional] | |**blockDeviceMappings** | [**List<BlockDeviceMappingImage>**](BlockDeviceMappingImage.md) | One or more block device mappings. | [optional] | -|**creationDate** | **LocalDate** | The date and time of creation of the OMI. | [optional] | +|**creationDate** | **LocalDate** | The date and time of creation of the OMI, in ISO 8601 date-time format. | [optional] | |**description** | **String** | The description of the OMI. | [optional] | |**fileLocation** | **String** | The location of the bucket where the OMI files are stored. | [optional] | |**imageId** | **String** | The ID of the OMI. | [optional] | |**imageName** | **String** | The name of the OMI. | [optional] | |**imageType** | **String** | The type of the OMI. | [optional] | |**permissionsToLaunch** | [**PermissionsOnResource**](PermissionsOnResource.md) | | [optional] | -|**productCodes** | **List<String>** | The product code associated with the OMI (`0001` Linux/Unix \\| `0002` Windows \\| `0004` Linux/Oracle \\| `0005` Windows 10). | [optional] | +|**productCodes** | **List<String>** | The product codes associated with the OMI. | [optional] | |**rootDeviceName** | **String** | The name of the root device. | [optional] | |**rootDeviceType** | **String** | The type of root device used by the OMI (always `bsu`). | [optional] | |**state** | **String** | The state of the OMI (`pending` \\| `available` \\| `failed`). | [optional] | diff --git a/docs/Log.md b/docs/Log.md index c329ca23..aabebf69 100644 --- a/docs/Log.md +++ b/docs/Log.md @@ -14,7 +14,7 @@ Information about the log. |**queryApiName** | **String** | The name of the API used by the logged call (always `oapi` for the OUTSCALE API). | [optional] | |**queryApiVersion** | **String** | The version of the API used by the logged call. | [optional] | |**queryCallName** | **String** | The name of the logged call. | [optional] | -|**queryDate** | **OffsetDateTime** | The date of the logged call, in ISO 8601 format. | [optional] | +|**queryDate** | **OffsetDateTime** | The date and time of the logged call, in ISO 8601 date-time format. | [optional] | |**queryHeaderRaw** | **String** | The raw header of the HTTP request of the logged call. | [optional] | |**queryHeaderSize** | **Integer** | The size of the raw header of the HTTP request of the logged call, in bytes. | [optional] | |**queryIpAddress** | **String** | The IP used for the logged call. | [optional] | diff --git a/docs/ReadCatalogsRequest.md b/docs/ReadCatalogsRequest.md new file mode 100644 index 00000000..9e55dcdd --- /dev/null +++ b/docs/ReadCatalogsRequest.md @@ -0,0 +1,15 @@ + + +# ReadCatalogsRequest + +ReadCatalogsRequest + +## Properties + +| Name | Type | Description | Notes | +|------------ | ------------- | ------------- | -------------| +|**dryRun** | **Boolean** | If true, checks whether you have the required permissions to perform the action. | [optional] | +|**filters** | [**FiltersCatalogs**](FiltersCatalogs.md) | | [optional] | + + + diff --git a/docs/ReadCatalogsResponse.md b/docs/ReadCatalogsResponse.md new file mode 100644 index 00000000..22af1cd3 --- /dev/null +++ b/docs/ReadCatalogsResponse.md @@ -0,0 +1,15 @@ + + +# ReadCatalogsResponse + +ReadCatalogsResponse + +## Properties + +| Name | Type | Description | Notes | +|------------ | ------------- | ------------- | -------------| +|**catalogs** | [**List<Catalogs>**](Catalogs.md) | Information about one or more catalogs. | [optional] | +|**responseContext** | [**ResponseContext**](ResponseContext.md) | | [optional] | + + + diff --git a/docs/ReadConsumptionAccountRequest.md b/docs/ReadConsumptionAccountRequest.md index 846992dc..e2185190 100644 --- a/docs/ReadConsumptionAccountRequest.md +++ b/docs/ReadConsumptionAccountRequest.md @@ -8,9 +8,9 @@ | Name | Type | Description | Notes | |------------ | ------------- | ------------- | -------------| |**dryRun** | **Boolean** | If true, checks whether you have the required permissions to perform the action. | [optional] | -|**fromDate** | **OffsetDateTime** | The beginning of the time period, in ISO 8601 date-time format (for example, `2017-06-14` or `2017-06-14T00:00:00Z`). | | +|**fromDate** | **OffsetDateTime** | The beginning of the time period, in ISO 8601 date format (for example, `2020-06-14`). The date-time format is also accepted, but only with a time set to midnight (for example, `2020-06-14T00:00:00.000Z`). | | |**overall** | **Boolean** | By default or if false, returns only the consumption of the specific account that sends this request. If true, returns either the overall consumption of your paying account and all linked accounts (if the account that sends this request is a paying account) or returns nothing (if the account that sends this request is a linked account). | [optional] | -|**toDate** | **OffsetDateTime** | The end of the time period, in ISO 8601 date-time format (for example, `2017-06-30` or `2017-06-30T00:00:00Z`). | | +|**toDate** | **OffsetDateTime** | The end of the time period, in ISO 8601 date format (for example, `2020-06-30`). The date-time format is also accepted, but only with a time set to midnight (for example, `2020-06-30T00:00:00.000Z`). | | diff --git a/docs/ReadVmGroupsRequest.md b/docs/ReadVmGroupsRequest.md new file mode 100644 index 00000000..407c5c75 --- /dev/null +++ b/docs/ReadVmGroupsRequest.md @@ -0,0 +1,14 @@ + + +# ReadVmGroupsRequest + + +## Properties + +| Name | Type | Description | Notes | +|------------ | ------------- | ------------- | -------------| +|**dryRun** | **Boolean** | If true, checks whether you have the required permissions to perform the action. | [optional] | +|**filters** | [**FiltersVmGroup**](FiltersVmGroup.md) | | [optional] | + + + diff --git a/docs/ReadVmGroupsResponse.md b/docs/ReadVmGroupsResponse.md new file mode 100644 index 00000000..0e4c5a85 --- /dev/null +++ b/docs/ReadVmGroupsResponse.md @@ -0,0 +1,14 @@ + + +# ReadVmGroupsResponse + + +## Properties + +| Name | Type | Description | Notes | +|------------ | ------------- | ------------- | -------------| +|**responseContext** | [**ResponseContext**](ResponseContext.md) | | [optional] | +|**vmGroups** | [**List<VmGroup>**](VmGroup.md) | Information about one or more VM groups. | [optional] | + + + diff --git a/docs/ReadVmTemplatesRequest.md b/docs/ReadVmTemplatesRequest.md new file mode 100644 index 00000000..d64b2330 --- /dev/null +++ b/docs/ReadVmTemplatesRequest.md @@ -0,0 +1,14 @@ + + +# ReadVmTemplatesRequest + + +## Properties + +| Name | Type | Description | Notes | +|------------ | ------------- | ------------- | -------------| +|**dryRun** | **Boolean** | If true, checks whether you have the required permissions to perform the action. | [optional] | +|**filters** | [**FiltersVmTemplate**](FiltersVmTemplate.md) | | [optional] | + + + diff --git a/docs/ReadVmTemplatesResponse.md b/docs/ReadVmTemplatesResponse.md new file mode 100644 index 00000000..6e91fbdf --- /dev/null +++ b/docs/ReadVmTemplatesResponse.md @@ -0,0 +1,14 @@ + + +# ReadVmTemplatesResponse + + +## Properties + +| Name | Type | Description | Notes | +|------------ | ------------- | ------------- | -------------| +|**responseContext** | [**ResponseContext**](ResponseContext.md) | | [optional] | +|**vmTemplates** | [**List<VmTemplate>**](VmTemplate.md) | Information about one or more VM templates. | [optional] | + + + diff --git a/docs/ScaleDownVmGroupRequest.md b/docs/ScaleDownVmGroupRequest.md new file mode 100644 index 00000000..9a1fe0ce --- /dev/null +++ b/docs/ScaleDownVmGroupRequest.md @@ -0,0 +1,15 @@ + + +# ScaleDownVmGroupRequest + + +## Properties + +| Name | Type | Description | Notes | +|------------ | ------------- | ------------- | -------------| +|**dryRun** | **Boolean** | If true, checks whether you have the required permissions to perform the action. | [optional] | +|**vmGroupId** | **String** | The ID of the VM group you want to scale down. | | +|**vmSubtraction** | **Integer** | The number of VMs you want to delete from the VM group. | | + + + diff --git a/docs/ScaleDownVmGroupResponse.md b/docs/ScaleDownVmGroupResponse.md new file mode 100644 index 00000000..6785e1ec --- /dev/null +++ b/docs/ScaleDownVmGroupResponse.md @@ -0,0 +1,13 @@ + + +# ScaleDownVmGroupResponse + + +## Properties + +| Name | Type | Description | Notes | +|------------ | ------------- | ------------- | -------------| +|**responseContext** | [**ResponseContext**](ResponseContext.md) | | [optional] | + + + diff --git a/docs/ScaleUpVmGroupRequest.md b/docs/ScaleUpVmGroupRequest.md new file mode 100644 index 00000000..72e04c89 --- /dev/null +++ b/docs/ScaleUpVmGroupRequest.md @@ -0,0 +1,15 @@ + + +# ScaleUpVmGroupRequest + + +## Properties + +| Name | Type | Description | Notes | +|------------ | ------------- | ------------- | -------------| +|**dryRun** | **Boolean** | If true, checks whether you have the required permissions to perform the action. | [optional] | +|**vmAddition** | **Integer** | The number of VMs you want to add to the VM group. | | +|**vmGroupId** | **String** | The ID of the VM group you want to scale up. | | + + + diff --git a/docs/ScaleUpVmGroupResponse.md b/docs/ScaleUpVmGroupResponse.md new file mode 100644 index 00000000..dbb67e2b --- /dev/null +++ b/docs/ScaleUpVmGroupResponse.md @@ -0,0 +1,13 @@ + + +# ScaleUpVmGroupResponse + + +## Properties + +| Name | Type | Description | Notes | +|------------ | ------------- | ------------- | -------------| +|**responseContext** | [**ResponseContext**](ResponseContext.md) | | [optional] | + + + diff --git a/docs/UpdateAccessKeyRequest.md b/docs/UpdateAccessKeyRequest.md index 80c68df6..217a07c4 100644 --- a/docs/UpdateAccessKeyRequest.md +++ b/docs/UpdateAccessKeyRequest.md @@ -9,7 +9,7 @@ |------------ | ------------- | ------------- | -------------| |**accessKeyId** | **String** | The ID of the access key. | | |**dryRun** | **Boolean** | If true, checks whether you have the required permissions to perform the action. | [optional] | -|**expirationDate** | **OffsetDateTime** | The date and time at which you want the access key to expire, in ISO 8601 format (for example, `2017-06-14` or `2017-06-14T00:00:00Z`). If not specified, the access key is set to not expire. | [optional] | +|**expirationDate** | **OffsetDateTime** | The date and time, or the date, at which you want the access key to expire, in ISO 8601 format (for example, `2020-06-14T00:00:00.000Z` or `2020-06-14`). If not specified, the access key is set to not expire. | [optional] | |**state** | **String** | The new state for the access key (`ACTIVE` \\| `INACTIVE`). When set to `ACTIVE`, the access key is enabled and can be used to send requests. When set to `INACTIVE`, the access key is disabled. | | diff --git a/docs/UpdateDirectLinkInterfaceRequest.md b/docs/UpdateDirectLinkInterfaceRequest.md index 26eb5b29..8a56ca4a 100644 --- a/docs/UpdateDirectLinkInterfaceRequest.md +++ b/docs/UpdateDirectLinkInterfaceRequest.md @@ -18,7 +18,6 @@ | Name | Value | |---- | -----| | NUMBER_1500 | 1500 | -| NUMBER_9000 | 9000 | diff --git a/docs/UpdateVmGroupRequest.md b/docs/UpdateVmGroupRequest.md new file mode 100644 index 00000000..7f93c522 --- /dev/null +++ b/docs/UpdateVmGroupRequest.md @@ -0,0 +1,18 @@ + + +# UpdateVmGroupRequest + + +## Properties + +| Name | Type | Description | Notes | +|------------ | ------------- | ------------- | -------------| +|**description** | **String** | A new description for the VM group. | [optional] | +|**dryRun** | **Boolean** | If true, checks whether you have the required permissions to perform the action. | [optional] | +|**tags** | [**List<ResourceTag>**](ResourceTag.md) | New tags for your VM group. | [optional] | +|**vmGroupId** | **String** | The ID of the VM group you want to update. | | +|**vmGroupName** | **String** | A new name for your VM group. | [optional] | +|**vmTemplateId** | **String** | A new VM template ID for your VM group. | [optional] | + + + diff --git a/docs/UpdateVmGroupResponse.md b/docs/UpdateVmGroupResponse.md new file mode 100644 index 00000000..686f292e --- /dev/null +++ b/docs/UpdateVmGroupResponse.md @@ -0,0 +1,14 @@ + + +# UpdateVmGroupResponse + + +## Properties + +| Name | Type | Description | Notes | +|------------ | ------------- | ------------- | -------------| +|**responseContext** | [**ResponseContext**](ResponseContext.md) | | [optional] | +|**vmGroup** | [**VmGroup**](VmGroup.md) | | [optional] | + + + diff --git a/docs/UpdateVmTemplateRequest.md b/docs/UpdateVmTemplateRequest.md new file mode 100644 index 00000000..32da33a9 --- /dev/null +++ b/docs/UpdateVmTemplateRequest.md @@ -0,0 +1,17 @@ + + +# UpdateVmTemplateRequest + + +## Properties + +| Name | Type | Description | Notes | +|------------ | ------------- | ------------- | -------------| +|**description** | **String** | A new description for the VM template. | [optional] | +|**dryRun** | **Boolean** | If true, checks whether you have the required permissions to perform the action. | [optional] | +|**tags** | [**List<ResourceTag>**](ResourceTag.md) | New tags for your VM template. | [optional] | +|**vmTemplateId** | **String** | The ID of the VM template you want to update. | | +|**vmTemplateName** | **String** | A new name for your VM template. | [optional] | + + + diff --git a/docs/UpdateVmTemplateResponse.md b/docs/UpdateVmTemplateResponse.md new file mode 100644 index 00000000..a826e2c9 --- /dev/null +++ b/docs/UpdateVmTemplateResponse.md @@ -0,0 +1,14 @@ + + +# UpdateVmTemplateResponse + + +## Properties + +| Name | Type | Description | Notes | +|------------ | ------------- | ------------- | -------------| +|**responseContext** | [**ResponseContext**](ResponseContext.md) | | [optional] | +|**vmTemplate** | [**VmTemplate**](VmTemplate.md) | | [optional] | + + + diff --git a/docs/Vm.md b/docs/Vm.md index da19fea4..bf0d8a35 100644 --- a/docs/Vm.md +++ b/docs/Vm.md @@ -27,7 +27,7 @@ Information about the VM. |**placement** | [**Placement**](Placement.md) | | [optional] | |**privateDnsName** | **String** | The name of the private DNS. | [optional] | |**privateIp** | **String** | The primary private IP of the VM. | [optional] | -|**productCodes** | **List<String>** | The product code associated with the OMI used to create the VM (`0001` Linux/Unix \\| `0002` Windows \\| `0004` Linux/Oracle \\| `0005` Windows 10). | [optional] | +|**productCodes** | **List<String>** | The product codes associated with the OMI used to create the VM. | [optional] | |**publicDnsName** | **String** | The name of the public DNS. | [optional] | |**publicIp** | **String** | The public IP of the VM. | [optional] | |**reservationId** | **String** | The reservation ID of the VM. | [optional] | diff --git a/docs/VmGroup.md b/docs/VmGroup.md new file mode 100644 index 00000000..86f7a74a --- /dev/null +++ b/docs/VmGroup.md @@ -0,0 +1,48 @@ + + +# VmGroup + +Information about the VM group. + +## Properties + +| Name | Type | Description | Notes | +|------------ | ------------- | ------------- | -------------| +|**creationDate** | **OffsetDateTime** | The date and time of creation of the VM group. | [optional] | +|**description** | **String** | The description of the VM group. | [optional] | +|**positioningStrategy** | [**PositioningStrategyEnum**](#PositioningStrategyEnum) | The positioning strategy of the VMs on hypervisors. By default, or if set to `no-strategy`, TINA determines the most adequate position for the VMs. If set to `attract`, the VMs are deployed on the same hypervisor, which improves network performance. If set to `repulse`, the VMs are deployed on a different hypervisor, which improves fault tolerance. | [optional] | +|**securityGroupIds** | **List<String>** | One or more IDs of security groups for the VM group. | [optional] | +|**state** | [**StateEnum**](#StateEnum) | The state of the VM group (`pending` \\| `available` \\| `scaling up` \\| `scaling down` \\| `deleting` \\| `deleted`). | [optional] | +|**subnetId** | **String** | The ID of the Subnet for the VM group. | [optional] | +|**tags** | [**List<ResourceTag>**](ResourceTag.md) | One or more tags associated with the VM group. | [optional] | +|**vmCount** | **Integer** | The number of VMs in the VM group. | [optional] | +|**vmGroupId** | **String** | The ID of the VM group. | [optional] | +|**vmGroupName** | **String** | The name of the VM group. | [optional] | +|**vmIds** | **List<String>** | The IDs of the VMs in the VM group. | [optional] | +|**vmTemplateId** | **String** | The ID of the VM template used by the VM group. | [optional] | + + + +## Enum: PositioningStrategyEnum + +| Name | Value | +|---- | -----| +| ATTRACT | "attract" | +| NO_STRATEGY | "no-strategy" | +| REPULSE | "repulse" | + + + +## Enum: StateEnum + +| Name | Value | +|---- | -----| +| AVAILABLE | "available" | +| DELETED | "deleted" | +| DELETING | "deleting" | +| PENDING | "pending" | +| SCALING_DOWN | "scaling down" | +| SCALING_UP | "scaling up" | + + + diff --git a/docs/VmGroupApi.md b/docs/VmGroupApi.md new file mode 100644 index 00000000..c714af88 --- /dev/null +++ b/docs/VmGroupApi.md @@ -0,0 +1,446 @@ +# VmGroupApi + +All URIs are relative to *https://api.eu-west-2.outscale.com/api/v1* + +| Method | HTTP request | Description | +|------------- | ------------- | -------------| +| [**createVmGroup**](VmGroupApi.md#createVmGroup) | **POST** /CreateVmGroup | | +| [**deleteVmGroup**](VmGroupApi.md#deleteVmGroup) | **POST** /DeleteVmGroup | | +| [**readVmGroups**](VmGroupApi.md#readVmGroups) | **POST** /ReadVmGroups | | +| [**scaleDownVmGroup**](VmGroupApi.md#scaleDownVmGroup) | **POST** /ScaleDownVmGroup | | +| [**scaleUpVmGroup**](VmGroupApi.md#scaleUpVmGroup) | **POST** /ScaleUpVmGroup | | +| [**updateVmGroup**](VmGroupApi.md#updateVmGroup) | **POST** /UpdateVmGroup | | + + + +# **createVmGroup** +> CreateVmGroupResponse createVmGroup(createVmGroupRequest) + + + +### Example +```java +// Import classes: +import io.github.outscale.osc_sdk_java.client.ApiClient; +import io.github.outscale.osc_sdk_java.client.ApiException; +import io.github.outscale.osc_sdk_java.client.Configuration; +import io.github.outscale.osc_sdk_java.client.auth.*; +import io.github.outscale.osc_sdk_java.client.models.*; +import io.github.outscale.osc_sdk_java.client.api.VmGroupApi; + +public class Example { + public static void main(String[] args) { + ApiClient defaultClient = Configuration.getDefaultApiClient(); + defaultClient.setBasePath("https://api.eu-west-2.outscale.com/api/v1"); + // Configure AWS Signature V4 authorization + defaultClient.setAWS4Configuration("YOUR_ACCESS_KEY", "YOUR_SECRET_KEY", "REGION", "SERVICE") + + // Configure API key authorization: ApiKeyAuth + ApiKeyAuth ApiKeyAuth = (ApiKeyAuth) defaultClient.getAuthentication("ApiKeyAuth"); + ApiKeyAuth.setApiKey("YOUR API KEY"); + // Uncomment the following line to set a prefix for the API key, e.g. "Token" (defaults to null) + //ApiKeyAuth.setApiKeyPrefix("Token"); + + VmGroupApi apiInstance = new VmGroupApi(defaultClient); + CreateVmGroupRequest createVmGroupRequest = new CreateVmGroupRequest(); // CreateVmGroupRequest | + try { + CreateVmGroupResponse result = apiInstance.createVmGroup(createVmGroupRequest); + System.out.println(result); + } catch (ApiException e) { + System.err.println("Exception when calling VmGroupApi#createVmGroup"); + System.err.println("Status code: " + e.getCode()); + System.err.println("Reason: " + e.getResponseBody()); + System.err.println("Response headers: " + e.getResponseHeaders()); + e.printStackTrace(); + } + } +} +``` + +### Parameters + +| Name | Type | Description | Notes | +|------------- | ------------- | ------------- | -------------| +| **createVmGroupRequest** | [**CreateVmGroupRequest**](CreateVmGroupRequest.md)| | [optional] | + +### Return type + +[**CreateVmGroupResponse**](CreateVmGroupResponse.md) + +### Authorization + +[ApiKeyAuth](../README.md#ApiKeyAuth) + +### HTTP request headers + + - **Content-Type**: application/json + - **Accept**: application/json + +### HTTP response details +| Status code | Description | Response headers | +|-------------|-------------|------------------| +| **200** | The HTTP 200 response (OK). | - | +| **400** | The HTTP 400 response (Bad Request). | - | +| **401** | The HTTP 401 response (Unauthorized). | - | +| **500** | The HTTP 500 response (Internal Server Error). | - | + + +# **deleteVmGroup** +> DeleteVmGroupResponse deleteVmGroup(deleteVmGroupRequest) + + + +### Example +```java +// Import classes: +import io.github.outscale.osc_sdk_java.client.ApiClient; +import io.github.outscale.osc_sdk_java.client.ApiException; +import io.github.outscale.osc_sdk_java.client.Configuration; +import io.github.outscale.osc_sdk_java.client.auth.*; +import io.github.outscale.osc_sdk_java.client.models.*; +import io.github.outscale.osc_sdk_java.client.api.VmGroupApi; + +public class Example { + public static void main(String[] args) { + ApiClient defaultClient = Configuration.getDefaultApiClient(); + defaultClient.setBasePath("https://api.eu-west-2.outscale.com/api/v1"); + // Configure AWS Signature V4 authorization + defaultClient.setAWS4Configuration("YOUR_ACCESS_KEY", "YOUR_SECRET_KEY", "REGION", "SERVICE") + + // Configure API key authorization: ApiKeyAuth + ApiKeyAuth ApiKeyAuth = (ApiKeyAuth) defaultClient.getAuthentication("ApiKeyAuth"); + ApiKeyAuth.setApiKey("YOUR API KEY"); + // Uncomment the following line to set a prefix for the API key, e.g. "Token" (defaults to null) + //ApiKeyAuth.setApiKeyPrefix("Token"); + + VmGroupApi apiInstance = new VmGroupApi(defaultClient); + DeleteVmGroupRequest deleteVmGroupRequest = new DeleteVmGroupRequest(); // DeleteVmGroupRequest | + try { + DeleteVmGroupResponse result = apiInstance.deleteVmGroup(deleteVmGroupRequest); + System.out.println(result); + } catch (ApiException e) { + System.err.println("Exception when calling VmGroupApi#deleteVmGroup"); + System.err.println("Status code: " + e.getCode()); + System.err.println("Reason: " + e.getResponseBody()); + System.err.println("Response headers: " + e.getResponseHeaders()); + e.printStackTrace(); + } + } +} +``` + +### Parameters + +| Name | Type | Description | Notes | +|------------- | ------------- | ------------- | -------------| +| **deleteVmGroupRequest** | [**DeleteVmGroupRequest**](DeleteVmGroupRequest.md)| | [optional] | + +### Return type + +[**DeleteVmGroupResponse**](DeleteVmGroupResponse.md) + +### Authorization + +[ApiKeyAuth](../README.md#ApiKeyAuth) + +### HTTP request headers + + - **Content-Type**: application/json + - **Accept**: application/json + +### HTTP response details +| Status code | Description | Response headers | +|-------------|-------------|------------------| +| **200** | The HTTP 200 response (OK). | - | +| **400** | The HTTP 400 response (Bad Request). | - | +| **401** | The HTTP 401 response (Unauthorized). | - | +| **500** | The HTTP 500 response (Internal Server Error). | - | + + +# **readVmGroups** +> ReadVmGroupsResponse readVmGroups(readVmGroupsRequest) + + + +### Example +```java +// Import classes: +import io.github.outscale.osc_sdk_java.client.ApiClient; +import io.github.outscale.osc_sdk_java.client.ApiException; +import io.github.outscale.osc_sdk_java.client.Configuration; +import io.github.outscale.osc_sdk_java.client.auth.*; +import io.github.outscale.osc_sdk_java.client.models.*; +import io.github.outscale.osc_sdk_java.client.api.VmGroupApi; + +public class Example { + public static void main(String[] args) { + ApiClient defaultClient = Configuration.getDefaultApiClient(); + defaultClient.setBasePath("https://api.eu-west-2.outscale.com/api/v1"); + // Configure AWS Signature V4 authorization + defaultClient.setAWS4Configuration("YOUR_ACCESS_KEY", "YOUR_SECRET_KEY", "REGION", "SERVICE") + + // Configure API key authorization: ApiKeyAuth + ApiKeyAuth ApiKeyAuth = (ApiKeyAuth) defaultClient.getAuthentication("ApiKeyAuth"); + ApiKeyAuth.setApiKey("YOUR API KEY"); + // Uncomment the following line to set a prefix for the API key, e.g. "Token" (defaults to null) + //ApiKeyAuth.setApiKeyPrefix("Token"); + + VmGroupApi apiInstance = new VmGroupApi(defaultClient); + ReadVmGroupsRequest readVmGroupsRequest = new ReadVmGroupsRequest(); // ReadVmGroupsRequest | + try { + ReadVmGroupsResponse result = apiInstance.readVmGroups(readVmGroupsRequest); + System.out.println(result); + } catch (ApiException e) { + System.err.println("Exception when calling VmGroupApi#readVmGroups"); + System.err.println("Status code: " + e.getCode()); + System.err.println("Reason: " + e.getResponseBody()); + System.err.println("Response headers: " + e.getResponseHeaders()); + e.printStackTrace(); + } + } +} +``` + +### Parameters + +| Name | Type | Description | Notes | +|------------- | ------------- | ------------- | -------------| +| **readVmGroupsRequest** | [**ReadVmGroupsRequest**](ReadVmGroupsRequest.md)| | [optional] | + +### Return type + +[**ReadVmGroupsResponse**](ReadVmGroupsResponse.md) + +### Authorization + +[ApiKeyAuth](../README.md#ApiKeyAuth) + +### HTTP request headers + + - **Content-Type**: application/json + - **Accept**: application/json + +### HTTP response details +| Status code | Description | Response headers | +|-------------|-------------|------------------| +| **200** | The HTTP 200 response (OK). | - | +| **400** | The HTTP 400 response (Bad Request). | - | +| **401** | The HTTP 401 response (Unauthorized). | - | +| **500** | The HTTP 500 response (Internal Server Error). | - | + + +# **scaleDownVmGroup** +> ScaleDownVmGroupResponse scaleDownVmGroup(scaleDownVmGroupRequest) + + + +### Example +```java +// Import classes: +import io.github.outscale.osc_sdk_java.client.ApiClient; +import io.github.outscale.osc_sdk_java.client.ApiException; +import io.github.outscale.osc_sdk_java.client.Configuration; +import io.github.outscale.osc_sdk_java.client.auth.*; +import io.github.outscale.osc_sdk_java.client.models.*; +import io.github.outscale.osc_sdk_java.client.api.VmGroupApi; + +public class Example { + public static void main(String[] args) { + ApiClient defaultClient = Configuration.getDefaultApiClient(); + defaultClient.setBasePath("https://api.eu-west-2.outscale.com/api/v1"); + // Configure AWS Signature V4 authorization + defaultClient.setAWS4Configuration("YOUR_ACCESS_KEY", "YOUR_SECRET_KEY", "REGION", "SERVICE") + + // Configure API key authorization: ApiKeyAuth + ApiKeyAuth ApiKeyAuth = (ApiKeyAuth) defaultClient.getAuthentication("ApiKeyAuth"); + ApiKeyAuth.setApiKey("YOUR API KEY"); + // Uncomment the following line to set a prefix for the API key, e.g. "Token" (defaults to null) + //ApiKeyAuth.setApiKeyPrefix("Token"); + + VmGroupApi apiInstance = new VmGroupApi(defaultClient); + ScaleDownVmGroupRequest scaleDownVmGroupRequest = new ScaleDownVmGroupRequest(); // ScaleDownVmGroupRequest | + try { + ScaleDownVmGroupResponse result = apiInstance.scaleDownVmGroup(scaleDownVmGroupRequest); + System.out.println(result); + } catch (ApiException e) { + System.err.println("Exception when calling VmGroupApi#scaleDownVmGroup"); + System.err.println("Status code: " + e.getCode()); + System.err.println("Reason: " + e.getResponseBody()); + System.err.println("Response headers: " + e.getResponseHeaders()); + e.printStackTrace(); + } + } +} +``` + +### Parameters + +| Name | Type | Description | Notes | +|------------- | ------------- | ------------- | -------------| +| **scaleDownVmGroupRequest** | [**ScaleDownVmGroupRequest**](ScaleDownVmGroupRequest.md)| | [optional] | + +### Return type + +[**ScaleDownVmGroupResponse**](ScaleDownVmGroupResponse.md) + +### Authorization + +[ApiKeyAuth](../README.md#ApiKeyAuth) + +### HTTP request headers + + - **Content-Type**: application/json + - **Accept**: application/json + +### HTTP response details +| Status code | Description | Response headers | +|-------------|-------------|------------------| +| **200** | The HTTP 200 response (OK). | - | +| **400** | The HTTP 400 response (Bad Request). | - | +| **401** | The HTTP 401 response (Unauthorized). | - | +| **500** | The HTTP 500 response (Internal Server Error). | - | + + +# **scaleUpVmGroup** +> ScaleUpVmGroupResponse scaleUpVmGroup(scaleUpVmGroupRequest) + + + +### Example +```java +// Import classes: +import io.github.outscale.osc_sdk_java.client.ApiClient; +import io.github.outscale.osc_sdk_java.client.ApiException; +import io.github.outscale.osc_sdk_java.client.Configuration; +import io.github.outscale.osc_sdk_java.client.auth.*; +import io.github.outscale.osc_sdk_java.client.models.*; +import io.github.outscale.osc_sdk_java.client.api.VmGroupApi; + +public class Example { + public static void main(String[] args) { + ApiClient defaultClient = Configuration.getDefaultApiClient(); + defaultClient.setBasePath("https://api.eu-west-2.outscale.com/api/v1"); + // Configure AWS Signature V4 authorization + defaultClient.setAWS4Configuration("YOUR_ACCESS_KEY", "YOUR_SECRET_KEY", "REGION", "SERVICE") + + // Configure API key authorization: ApiKeyAuth + ApiKeyAuth ApiKeyAuth = (ApiKeyAuth) defaultClient.getAuthentication("ApiKeyAuth"); + ApiKeyAuth.setApiKey("YOUR API KEY"); + // Uncomment the following line to set a prefix for the API key, e.g. "Token" (defaults to null) + //ApiKeyAuth.setApiKeyPrefix("Token"); + + VmGroupApi apiInstance = new VmGroupApi(defaultClient); + ScaleUpVmGroupRequest scaleUpVmGroupRequest = new ScaleUpVmGroupRequest(); // ScaleUpVmGroupRequest | + try { + ScaleUpVmGroupResponse result = apiInstance.scaleUpVmGroup(scaleUpVmGroupRequest); + System.out.println(result); + } catch (ApiException e) { + System.err.println("Exception when calling VmGroupApi#scaleUpVmGroup"); + System.err.println("Status code: " + e.getCode()); + System.err.println("Reason: " + e.getResponseBody()); + System.err.println("Response headers: " + e.getResponseHeaders()); + e.printStackTrace(); + } + } +} +``` + +### Parameters + +| Name | Type | Description | Notes | +|------------- | ------------- | ------------- | -------------| +| **scaleUpVmGroupRequest** | [**ScaleUpVmGroupRequest**](ScaleUpVmGroupRequest.md)| | [optional] | + +### Return type + +[**ScaleUpVmGroupResponse**](ScaleUpVmGroupResponse.md) + +### Authorization + +[ApiKeyAuth](../README.md#ApiKeyAuth) + +### HTTP request headers + + - **Content-Type**: application/json + - **Accept**: application/json + +### HTTP response details +| Status code | Description | Response headers | +|-------------|-------------|------------------| +| **200** | The HTTP 200 response (OK). | - | +| **400** | The HTTP 400 response (Bad Request). | - | +| **401** | The HTTP 401 response (Unauthorized). | - | +| **500** | The HTTP 500 response (Internal Server Error). | - | + + +# **updateVmGroup** +> UpdateVmGroupResponse updateVmGroup(updateVmGroupRequest) + + + +### Example +```java +// Import classes: +import io.github.outscale.osc_sdk_java.client.ApiClient; +import io.github.outscale.osc_sdk_java.client.ApiException; +import io.github.outscale.osc_sdk_java.client.Configuration; +import io.github.outscale.osc_sdk_java.client.auth.*; +import io.github.outscale.osc_sdk_java.client.models.*; +import io.github.outscale.osc_sdk_java.client.api.VmGroupApi; + +public class Example { + public static void main(String[] args) { + ApiClient defaultClient = Configuration.getDefaultApiClient(); + defaultClient.setBasePath("https://api.eu-west-2.outscale.com/api/v1"); + // Configure AWS Signature V4 authorization + defaultClient.setAWS4Configuration("YOUR_ACCESS_KEY", "YOUR_SECRET_KEY", "REGION", "SERVICE") + + // Configure API key authorization: ApiKeyAuth + ApiKeyAuth ApiKeyAuth = (ApiKeyAuth) defaultClient.getAuthentication("ApiKeyAuth"); + ApiKeyAuth.setApiKey("YOUR API KEY"); + // Uncomment the following line to set a prefix for the API key, e.g. "Token" (defaults to null) + //ApiKeyAuth.setApiKeyPrefix("Token"); + + VmGroupApi apiInstance = new VmGroupApi(defaultClient); + UpdateVmGroupRequest updateVmGroupRequest = new UpdateVmGroupRequest(); // UpdateVmGroupRequest | + try { + UpdateVmGroupResponse result = apiInstance.updateVmGroup(updateVmGroupRequest); + System.out.println(result); + } catch (ApiException e) { + System.err.println("Exception when calling VmGroupApi#updateVmGroup"); + System.err.println("Status code: " + e.getCode()); + System.err.println("Reason: " + e.getResponseBody()); + System.err.println("Response headers: " + e.getResponseHeaders()); + e.printStackTrace(); + } + } +} +``` + +### Parameters + +| Name | Type | Description | Notes | +|------------- | ------------- | ------------- | -------------| +| **updateVmGroupRequest** | [**UpdateVmGroupRequest**](UpdateVmGroupRequest.md)| | [optional] | + +### Return type + +[**UpdateVmGroupResponse**](UpdateVmGroupResponse.md) + +### Authorization + +[ApiKeyAuth](../README.md#ApiKeyAuth) + +### HTTP request headers + + - **Content-Type**: application/json + - **Accept**: application/json + +### HTTP response details +| Status code | Description | Response headers | +|-------------|-------------|------------------| +| **200** | The HTTP 200 response (OK). | - | +| **400** | The HTTP 400 response (Bad Request). | - | +| **401** | The HTTP 401 response (Unauthorized). | - | +| **500** | The HTTP 500 response (Internal Server Error). | - | + diff --git a/docs/VmTemplate.md b/docs/VmTemplate.md new file mode 100644 index 00000000..52350fd3 --- /dev/null +++ b/docs/VmTemplate.md @@ -0,0 +1,34 @@ + + +# VmTemplate + +Information about the VM template. + +## Properties + +| Name | Type | Description | Notes | +|------------ | ------------- | ------------- | -------------| +|**cpuCores** | **Integer** | The number of vCores. | | +|**cpuGeneration** | **String** | The processor generation. | | +|**cpuPerformance** | [**CpuPerformanceEnum**](#CpuPerformanceEnum) | The performance of the VMs. | [optional] | +|**creationDate** | **OffsetDateTime** | The date and time of creation of the VM template. | [optional] | +|**description** | **String** | The description of the VM template. | [optional] | +|**imageId** | **String** | The ID of the OMI. | | +|**keypairName** | **String** | The name of the keypair. | [optional] | +|**ram** | **Integer** | The amount of RAM. | | +|**tags** | [**List<ResourceTag>**](ResourceTag.md) | One or more tags associated with the VM template. | [optional] | +|**vmTemplateId** | **String** | The ID of the VM template. | | +|**vmTemplateName** | **String** | The name of the VM template. | | + + + +## Enum: CpuPerformanceEnum + +| Name | Value | +|---- | -----| +| MEDIUM | "medium" | +| HIGH | "high" | +| HIGHEST | "highest" | + + + diff --git a/docs/VmTemplateApi.md b/docs/VmTemplateApi.md new file mode 100644 index 00000000..c2a43a22 --- /dev/null +++ b/docs/VmTemplateApi.md @@ -0,0 +1,288 @@ +# VmTemplateApi + +All URIs are relative to *https://api.eu-west-2.outscale.com/api/v1* + +| Method | HTTP request | Description | +|------------- | ------------- | -------------| +| [**createVmTemplate**](VmTemplateApi.md#createVmTemplate) | **POST** /CreateVmTemplate | | +| [**deleteVmTemplate**](VmTemplateApi.md#deleteVmTemplate) | **POST** /DeleteVmTemplate | | +| [**readVmTemplates**](VmTemplateApi.md#readVmTemplates) | **POST** /ReadVmTemplates | | +| [**updateVmTemplate**](VmTemplateApi.md#updateVmTemplate) | **POST** /UpdateVmTemplate | | + + + +# **createVmTemplate** +> CreateVmTemplateResponse createVmTemplate(createVmTemplateRequest) + + + +### Example +```java +// Import classes: +import io.github.outscale.osc_sdk_java.client.ApiClient; +import io.github.outscale.osc_sdk_java.client.ApiException; +import io.github.outscale.osc_sdk_java.client.Configuration; +import io.github.outscale.osc_sdk_java.client.auth.*; +import io.github.outscale.osc_sdk_java.client.models.*; +import io.github.outscale.osc_sdk_java.client.api.VmTemplateApi; + +public class Example { + public static void main(String[] args) { + ApiClient defaultClient = Configuration.getDefaultApiClient(); + defaultClient.setBasePath("https://api.eu-west-2.outscale.com/api/v1"); + // Configure AWS Signature V4 authorization + defaultClient.setAWS4Configuration("YOUR_ACCESS_KEY", "YOUR_SECRET_KEY", "REGION", "SERVICE") + + // Configure API key authorization: ApiKeyAuth + ApiKeyAuth ApiKeyAuth = (ApiKeyAuth) defaultClient.getAuthentication("ApiKeyAuth"); + ApiKeyAuth.setApiKey("YOUR API KEY"); + // Uncomment the following line to set a prefix for the API key, e.g. "Token" (defaults to null) + //ApiKeyAuth.setApiKeyPrefix("Token"); + + VmTemplateApi apiInstance = new VmTemplateApi(defaultClient); + CreateVmTemplateRequest createVmTemplateRequest = new CreateVmTemplateRequest(); // CreateVmTemplateRequest | + try { + CreateVmTemplateResponse result = apiInstance.createVmTemplate(createVmTemplateRequest); + System.out.println(result); + } catch (ApiException e) { + System.err.println("Exception when calling VmTemplateApi#createVmTemplate"); + System.err.println("Status code: " + e.getCode()); + System.err.println("Reason: " + e.getResponseBody()); + System.err.println("Response headers: " + e.getResponseHeaders()); + e.printStackTrace(); + } + } +} +``` + +### Parameters + +| Name | Type | Description | Notes | +|------------- | ------------- | ------------- | -------------| +| **createVmTemplateRequest** | [**CreateVmTemplateRequest**](CreateVmTemplateRequest.md)| | [optional] | + +### Return type + +[**CreateVmTemplateResponse**](CreateVmTemplateResponse.md) + +### Authorization + +[ApiKeyAuth](../README.md#ApiKeyAuth) + +### HTTP request headers + + - **Content-Type**: application/json + - **Accept**: application/json + +### HTTP response details +| Status code | Description | Response headers | +|-------------|-------------|------------------| +| **200** | The HTTP 200 response (OK). | - | + + +# **deleteVmTemplate** +> DeleteVmTemplateResponse deleteVmTemplate(deleteVmTemplateRequest) + + + +### Example +```java +// Import classes: +import io.github.outscale.osc_sdk_java.client.ApiClient; +import io.github.outscale.osc_sdk_java.client.ApiException; +import io.github.outscale.osc_sdk_java.client.Configuration; +import io.github.outscale.osc_sdk_java.client.auth.*; +import io.github.outscale.osc_sdk_java.client.models.*; +import io.github.outscale.osc_sdk_java.client.api.VmTemplateApi; + +public class Example { + public static void main(String[] args) { + ApiClient defaultClient = Configuration.getDefaultApiClient(); + defaultClient.setBasePath("https://api.eu-west-2.outscale.com/api/v1"); + // Configure AWS Signature V4 authorization + defaultClient.setAWS4Configuration("YOUR_ACCESS_KEY", "YOUR_SECRET_KEY", "REGION", "SERVICE") + + // Configure API key authorization: ApiKeyAuth + ApiKeyAuth ApiKeyAuth = (ApiKeyAuth) defaultClient.getAuthentication("ApiKeyAuth"); + ApiKeyAuth.setApiKey("YOUR API KEY"); + // Uncomment the following line to set a prefix for the API key, e.g. "Token" (defaults to null) + //ApiKeyAuth.setApiKeyPrefix("Token"); + + VmTemplateApi apiInstance = new VmTemplateApi(defaultClient); + DeleteVmTemplateRequest deleteVmTemplateRequest = new DeleteVmTemplateRequest(); // DeleteVmTemplateRequest | + try { + DeleteVmTemplateResponse result = apiInstance.deleteVmTemplate(deleteVmTemplateRequest); + System.out.println(result); + } catch (ApiException e) { + System.err.println("Exception when calling VmTemplateApi#deleteVmTemplate"); + System.err.println("Status code: " + e.getCode()); + System.err.println("Reason: " + e.getResponseBody()); + System.err.println("Response headers: " + e.getResponseHeaders()); + e.printStackTrace(); + } + } +} +``` + +### Parameters + +| Name | Type | Description | Notes | +|------------- | ------------- | ------------- | -------------| +| **deleteVmTemplateRequest** | [**DeleteVmTemplateRequest**](DeleteVmTemplateRequest.md)| | [optional] | + +### Return type + +[**DeleteVmTemplateResponse**](DeleteVmTemplateResponse.md) + +### Authorization + +[ApiKeyAuth](../README.md#ApiKeyAuth) + +### HTTP request headers + + - **Content-Type**: application/json + - **Accept**: application/json + +### HTTP response details +| Status code | Description | Response headers | +|-------------|-------------|------------------| +| **200** | The HTTP 200 response (OK). | - | + + +# **readVmTemplates** +> ReadVmTemplatesResponse readVmTemplates(readVmTemplatesRequest) + + + +### Example +```java +// Import classes: +import io.github.outscale.osc_sdk_java.client.ApiClient; +import io.github.outscale.osc_sdk_java.client.ApiException; +import io.github.outscale.osc_sdk_java.client.Configuration; +import io.github.outscale.osc_sdk_java.client.auth.*; +import io.github.outscale.osc_sdk_java.client.models.*; +import io.github.outscale.osc_sdk_java.client.api.VmTemplateApi; + +public class Example { + public static void main(String[] args) { + ApiClient defaultClient = Configuration.getDefaultApiClient(); + defaultClient.setBasePath("https://api.eu-west-2.outscale.com/api/v1"); + // Configure AWS Signature V4 authorization + defaultClient.setAWS4Configuration("YOUR_ACCESS_KEY", "YOUR_SECRET_KEY", "REGION", "SERVICE") + + // Configure API key authorization: ApiKeyAuth + ApiKeyAuth ApiKeyAuth = (ApiKeyAuth) defaultClient.getAuthentication("ApiKeyAuth"); + ApiKeyAuth.setApiKey("YOUR API KEY"); + // Uncomment the following line to set a prefix for the API key, e.g. "Token" (defaults to null) + //ApiKeyAuth.setApiKeyPrefix("Token"); + + VmTemplateApi apiInstance = new VmTemplateApi(defaultClient); + ReadVmTemplatesRequest readVmTemplatesRequest = new ReadVmTemplatesRequest(); // ReadVmTemplatesRequest | + try { + ReadVmTemplatesResponse result = apiInstance.readVmTemplates(readVmTemplatesRequest); + System.out.println(result); + } catch (ApiException e) { + System.err.println("Exception when calling VmTemplateApi#readVmTemplates"); + System.err.println("Status code: " + e.getCode()); + System.err.println("Reason: " + e.getResponseBody()); + System.err.println("Response headers: " + e.getResponseHeaders()); + e.printStackTrace(); + } + } +} +``` + +### Parameters + +| Name | Type | Description | Notes | +|------------- | ------------- | ------------- | -------------| +| **readVmTemplatesRequest** | [**ReadVmTemplatesRequest**](ReadVmTemplatesRequest.md)| | [optional] | + +### Return type + +[**ReadVmTemplatesResponse**](ReadVmTemplatesResponse.md) + +### Authorization + +[ApiKeyAuth](../README.md#ApiKeyAuth) + +### HTTP request headers + + - **Content-Type**: application/json + - **Accept**: application/json + +### HTTP response details +| Status code | Description | Response headers | +|-------------|-------------|------------------| +| **200** | The HTTP 200 response (OK). | - | + + +# **updateVmTemplate** +> UpdateVmTemplateResponse updateVmTemplate(updateVmTemplateRequest) + + + +### Example +```java +// Import classes: +import io.github.outscale.osc_sdk_java.client.ApiClient; +import io.github.outscale.osc_sdk_java.client.ApiException; +import io.github.outscale.osc_sdk_java.client.Configuration; +import io.github.outscale.osc_sdk_java.client.auth.*; +import io.github.outscale.osc_sdk_java.client.models.*; +import io.github.outscale.osc_sdk_java.client.api.VmTemplateApi; + +public class Example { + public static void main(String[] args) { + ApiClient defaultClient = Configuration.getDefaultApiClient(); + defaultClient.setBasePath("https://api.eu-west-2.outscale.com/api/v1"); + // Configure AWS Signature V4 authorization + defaultClient.setAWS4Configuration("YOUR_ACCESS_KEY", "YOUR_SECRET_KEY", "REGION", "SERVICE") + + // Configure API key authorization: ApiKeyAuth + ApiKeyAuth ApiKeyAuth = (ApiKeyAuth) defaultClient.getAuthentication("ApiKeyAuth"); + ApiKeyAuth.setApiKey("YOUR API KEY"); + // Uncomment the following line to set a prefix for the API key, e.g. "Token" (defaults to null) + //ApiKeyAuth.setApiKeyPrefix("Token"); + + VmTemplateApi apiInstance = new VmTemplateApi(defaultClient); + UpdateVmTemplateRequest updateVmTemplateRequest = new UpdateVmTemplateRequest(); // UpdateVmTemplateRequest | + try { + UpdateVmTemplateResponse result = apiInstance.updateVmTemplate(updateVmTemplateRequest); + System.out.println(result); + } catch (ApiException e) { + System.err.println("Exception when calling VmTemplateApi#updateVmTemplate"); + System.err.println("Status code: " + e.getCode()); + System.err.println("Reason: " + e.getResponseBody()); + System.err.println("Response headers: " + e.getResponseHeaders()); + e.printStackTrace(); + } + } +} +``` + +### Parameters + +| Name | Type | Description | Notes | +|------------- | ------------- | ------------- | -------------| +| **updateVmTemplateRequest** | [**UpdateVmTemplateRequest**](UpdateVmTemplateRequest.md)| | [optional] | + +### Return type + +[**UpdateVmTemplateResponse**](UpdateVmTemplateResponse.md) + +### Authorization + +[ApiKeyAuth](../README.md#ApiKeyAuth) + +### HTTP request headers + + - **Content-Type**: application/json + - **Accept**: application/json + +### HTTP response details +| Status code | Description | Response headers | +|-------------|-------------|------------------| +| **200** | The HTTP 200 response (OK). | - | + diff --git a/examples/config_env/pom.xml b/examples/config_env/pom.xml index 2367d413..50509432 100644 --- a/examples/config_env/pom.xml +++ b/examples/config_env/pom.xml @@ -28,7 +28,7 @@ io.github.outscale osc-sdk-java - 0.2.0 + 0.3.0 diff --git a/examples/config_file/pom.xml b/examples/config_file/pom.xml index 3a6bfe81..6c499e17 100644 --- a/examples/config_file/pom.xml +++ b/examples/config_file/pom.xml @@ -28,7 +28,7 @@ io.github.outscale osc-sdk-java - 0.2.0 + 0.3.0 diff --git a/examples/password_auth/pom.xml b/examples/password_auth/pom.xml index ae922d09..d5e57771 100644 --- a/examples/password_auth/pom.xml +++ b/examples/password_auth/pom.xml @@ -28,7 +28,7 @@ io.github.outscale osc-sdk-java - 0.2.0 + 0.3.0 diff --git a/examples/region/pom.xml b/examples/region/pom.xml index d97842f3..9586a3e6 100644 --- a/examples/region/pom.xml +++ b/examples/region/pom.xml @@ -28,7 +28,7 @@ io.github.outscale osc-sdk-java - 0.2.0 + 0.3.0 diff --git a/examples/vm/pom.xml b/examples/vm/pom.xml index d1ab9db6..63b6285b 100644 --- a/examples/vm/pom.xml +++ b/examples/vm/pom.xml @@ -28,7 +28,7 @@ io.github.outscale osc-sdk-java - 0.2.0 + 0.3.0 diff --git a/examples/volumes/pom.xml b/examples/volumes/pom.xml index 203ee681..a5ea6099 100644 --- a/examples/volumes/pom.xml +++ b/examples/volumes/pom.xml @@ -28,7 +28,7 @@ io.github.outscale osc-sdk-java - 0.2.0 + 0.3.0 diff --git a/pom.xml b/pom.xml index ad0d673b..2d4e26ac 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ osc-sdk-java jar osc-sdk-java - 0.2.0 + 0.3.0 https://github.com/outscale/osc-sdk-java 3DS Outscale SDK diff --git a/sdk_version b/sdk_version index 0ea3a944..0d91a54c 100644 --- a/sdk_version +++ b/sdk_version @@ -1 +1 @@ -0.2.0 +0.3.0 diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/ApiCallback.java b/src/main/java/io/github/outscale/osc_sdk_java/client/ApiCallback.java index 2f88b7b0..2cf8ee18 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/ApiCallback.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/ApiCallback.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/ApiClient.java b/src/main/java/io/github/outscale/osc_sdk_java/client/ApiClient.java index 5244c0ba..5fdc3a1b 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/ApiClient.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/ApiClient.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -168,7 +168,7 @@ private void init() { json = new JSON(); // Set default User-Agent. - setUserAgent("osc-sdk-java/0.2.0"); + setUserAgent("osc-sdk-java/0.3.0"); authentications = new HashMap(); } diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/ApiException.java b/src/main/java/io/github/outscale/osc_sdk_java/client/ApiException.java index 978588c2..7c70dadd 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/ApiException.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/ApiException.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/ApiResponse.java b/src/main/java/io/github/outscale/osc_sdk_java/client/ApiResponse.java index 3ee88b7a..1346c5bd 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/ApiResponse.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/ApiResponse.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/Configuration.java b/src/main/java/io/github/outscale/osc_sdk_java/client/Configuration.java index 12c50590..1a8fbcdc 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/Configuration.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/Configuration.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/GzipRequestInterceptor.java b/src/main/java/io/github/outscale/osc_sdk_java/client/GzipRequestInterceptor.java index 8f41ccba..b0274b03 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/GzipRequestInterceptor.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/GzipRequestInterceptor.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/JSON.java b/src/main/java/io/github/outscale/osc_sdk_java/client/JSON.java index 04ef0ccb..dc6b3788 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/JSON.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/JSON.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -154,6 +154,9 @@ private static Class getClassByDiscriminator( gsonBuilder.registerTypeAdapterFactory( new io.github.outscale.osc_sdk_java.client.model.CatalogEntry .CustomTypeAdapterFactory()); + gsonBuilder.registerTypeAdapterFactory( + new io.github.outscale.osc_sdk_java.client.model.Catalogs + .CustomTypeAdapterFactory()); gsonBuilder.registerTypeAdapterFactory( new io.github.outscale.osc_sdk_java.client.model.CheckAuthenticationRequest .CustomTypeAdapterFactory()); @@ -370,6 +373,18 @@ private static Class getClassByDiscriminator( gsonBuilder.registerTypeAdapterFactory( new io.github.outscale.osc_sdk_java.client.model.CreateVirtualGatewayResponse .CustomTypeAdapterFactory()); + gsonBuilder.registerTypeAdapterFactory( + new io.github.outscale.osc_sdk_java.client.model.CreateVmGroupRequest + .CustomTypeAdapterFactory()); + gsonBuilder.registerTypeAdapterFactory( + new io.github.outscale.osc_sdk_java.client.model.CreateVmGroupResponse + .CustomTypeAdapterFactory()); + gsonBuilder.registerTypeAdapterFactory( + new io.github.outscale.osc_sdk_java.client.model.CreateVmTemplateRequest + .CustomTypeAdapterFactory()); + gsonBuilder.registerTypeAdapterFactory( + new io.github.outscale.osc_sdk_java.client.model.CreateVmTemplateResponse + .CustomTypeAdapterFactory()); gsonBuilder.registerTypeAdapterFactory( new io.github.outscale.osc_sdk_java.client.model.CreateVmsRequest .CustomTypeAdapterFactory()); @@ -586,6 +601,18 @@ private static Class getClassByDiscriminator( gsonBuilder.registerTypeAdapterFactory( new io.github.outscale.osc_sdk_java.client.model.DeleteVirtualGatewayResponse .CustomTypeAdapterFactory()); + gsonBuilder.registerTypeAdapterFactory( + new io.github.outscale.osc_sdk_java.client.model.DeleteVmGroupRequest + .CustomTypeAdapterFactory()); + gsonBuilder.registerTypeAdapterFactory( + new io.github.outscale.osc_sdk_java.client.model.DeleteVmGroupResponse + .CustomTypeAdapterFactory()); + gsonBuilder.registerTypeAdapterFactory( + new io.github.outscale.osc_sdk_java.client.model.DeleteVmTemplateRequest + .CustomTypeAdapterFactory()); + gsonBuilder.registerTypeAdapterFactory( + new io.github.outscale.osc_sdk_java.client.model.DeleteVmTemplateResponse + .CustomTypeAdapterFactory()); gsonBuilder.registerTypeAdapterFactory( new io.github.outscale.osc_sdk_java.client.model.DeleteVmsRequest .CustomTypeAdapterFactory()); @@ -645,6 +672,9 @@ private static Class getClassByDiscriminator( gsonBuilder.registerTypeAdapterFactory( new io.github.outscale.osc_sdk_java.client.model.FiltersCa .CustomTypeAdapterFactory()); + gsonBuilder.registerTypeAdapterFactory( + new io.github.outscale.osc_sdk_java.client.model.FiltersCatalogs + .CustomTypeAdapterFactory()); gsonBuilder.registerTypeAdapterFactory( new io.github.outscale.osc_sdk_java.client.model.FiltersClientGateway .CustomTypeAdapterFactory()); @@ -732,6 +762,12 @@ private static Class getClassByDiscriminator( gsonBuilder.registerTypeAdapterFactory( new io.github.outscale.osc_sdk_java.client.model.FiltersVm .CustomTypeAdapterFactory()); + gsonBuilder.registerTypeAdapterFactory( + new io.github.outscale.osc_sdk_java.client.model.FiltersVmGroup + .CustomTypeAdapterFactory()); + gsonBuilder.registerTypeAdapterFactory( + new io.github.outscale.osc_sdk_java.client.model.FiltersVmTemplate + .CustomTypeAdapterFactory()); gsonBuilder.registerTypeAdapterFactory( new io.github.outscale.osc_sdk_java.client.model.FiltersVmType .CustomTypeAdapterFactory()); @@ -997,6 +1033,12 @@ private static Class getClassByDiscriminator( gsonBuilder.registerTypeAdapterFactory( new io.github.outscale.osc_sdk_java.client.model.ReadCatalogResponse .CustomTypeAdapterFactory()); + gsonBuilder.registerTypeAdapterFactory( + new io.github.outscale.osc_sdk_java.client.model.ReadCatalogsRequest + .CustomTypeAdapterFactory()); + gsonBuilder.registerTypeAdapterFactory( + new io.github.outscale.osc_sdk_java.client.model.ReadCatalogsResponse + .CustomTypeAdapterFactory()); gsonBuilder.registerTypeAdapterFactory( new io.github.outscale.osc_sdk_java.client.model.ReadClientGatewaysRequest .CustomTypeAdapterFactory()); @@ -1225,6 +1267,18 @@ private static Class getClassByDiscriminator( gsonBuilder.registerTypeAdapterFactory( new io.github.outscale.osc_sdk_java.client.model.ReadVirtualGatewaysResponse .CustomTypeAdapterFactory()); + gsonBuilder.registerTypeAdapterFactory( + new io.github.outscale.osc_sdk_java.client.model.ReadVmGroupsRequest + .CustomTypeAdapterFactory()); + gsonBuilder.registerTypeAdapterFactory( + new io.github.outscale.osc_sdk_java.client.model.ReadVmGroupsResponse + .CustomTypeAdapterFactory()); + gsonBuilder.registerTypeAdapterFactory( + new io.github.outscale.osc_sdk_java.client.model.ReadVmTemplatesRequest + .CustomTypeAdapterFactory()); + gsonBuilder.registerTypeAdapterFactory( + new io.github.outscale.osc_sdk_java.client.model.ReadVmTemplatesResponse + .CustomTypeAdapterFactory()); gsonBuilder.registerTypeAdapterFactory( new io.github.outscale.osc_sdk_java.client.model.ReadVmTypesRequest .CustomTypeAdapterFactory()); @@ -1307,6 +1361,18 @@ private static Class getClassByDiscriminator( gsonBuilder.registerTypeAdapterFactory( new io.github.outscale.osc_sdk_java.client.model.RouteTable .CustomTypeAdapterFactory()); + gsonBuilder.registerTypeAdapterFactory( + new io.github.outscale.osc_sdk_java.client.model.ScaleDownVmGroupRequest + .CustomTypeAdapterFactory()); + gsonBuilder.registerTypeAdapterFactory( + new io.github.outscale.osc_sdk_java.client.model.ScaleDownVmGroupResponse + .CustomTypeAdapterFactory()); + gsonBuilder.registerTypeAdapterFactory( + new io.github.outscale.osc_sdk_java.client.model.ScaleUpVmGroupRequest + .CustomTypeAdapterFactory()); + gsonBuilder.registerTypeAdapterFactory( + new io.github.outscale.osc_sdk_java.client.model.ScaleUpVmGroupResponse + .CustomTypeAdapterFactory()); gsonBuilder.registerTypeAdapterFactory( new io.github.outscale.osc_sdk_java.client.model.SecurityGroup .CustomTypeAdapterFactory()); @@ -1527,12 +1593,24 @@ private static Class getClassByDiscriminator( gsonBuilder.registerTypeAdapterFactory( new io.github.outscale.osc_sdk_java.client.model.UpdateSubnetResponse .CustomTypeAdapterFactory()); + gsonBuilder.registerTypeAdapterFactory( + new io.github.outscale.osc_sdk_java.client.model.UpdateVmGroupRequest + .CustomTypeAdapterFactory()); + gsonBuilder.registerTypeAdapterFactory( + new io.github.outscale.osc_sdk_java.client.model.UpdateVmGroupResponse + .CustomTypeAdapterFactory()); gsonBuilder.registerTypeAdapterFactory( new io.github.outscale.osc_sdk_java.client.model.UpdateVmRequest .CustomTypeAdapterFactory()); gsonBuilder.registerTypeAdapterFactory( new io.github.outscale.osc_sdk_java.client.model.UpdateVmResponse .CustomTypeAdapterFactory()); + gsonBuilder.registerTypeAdapterFactory( + new io.github.outscale.osc_sdk_java.client.model.UpdateVmTemplateRequest + .CustomTypeAdapterFactory()); + gsonBuilder.registerTypeAdapterFactory( + new io.github.outscale.osc_sdk_java.client.model.UpdateVmTemplateResponse + .CustomTypeAdapterFactory()); gsonBuilder.registerTypeAdapterFactory( new io.github.outscale.osc_sdk_java.client.model.UpdateVolumeRequest .CustomTypeAdapterFactory()); @@ -1553,12 +1631,18 @@ private static Class getClassByDiscriminator( .CustomTypeAdapterFactory()); gsonBuilder.registerTypeAdapterFactory( new io.github.outscale.osc_sdk_java.client.model.Vm.CustomTypeAdapterFactory()); + gsonBuilder.registerTypeAdapterFactory( + new io.github.outscale.osc_sdk_java.client.model.VmGroup + .CustomTypeAdapterFactory()); gsonBuilder.registerTypeAdapterFactory( new io.github.outscale.osc_sdk_java.client.model.VmState .CustomTypeAdapterFactory()); gsonBuilder.registerTypeAdapterFactory( new io.github.outscale.osc_sdk_java.client.model.VmStates .CustomTypeAdapterFactory()); + gsonBuilder.registerTypeAdapterFactory( + new io.github.outscale.osc_sdk_java.client.model.VmTemplate + .CustomTypeAdapterFactory()); gsonBuilder.registerTypeAdapterFactory( new io.github.outscale.osc_sdk_java.client.model.VmType.CustomTypeAdapterFactory()); gsonBuilder.registerTypeAdapterFactory( diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/Pair.java b/src/main/java/io/github/outscale/osc_sdk_java/client/Pair.java index 2fd7cde8..644628ab 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/Pair.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/Pair.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/ProgressRequestBody.java b/src/main/java/io/github/outscale/osc_sdk_java/client/ProgressRequestBody.java index 0c3ca4cf..7ac66f02 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/ProgressRequestBody.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/ProgressRequestBody.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/ProgressResponseBody.java b/src/main/java/io/github/outscale/osc_sdk_java/client/ProgressResponseBody.java index f78b5e81..2c5d484c 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/ProgressResponseBody.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/ProgressResponseBody.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/StringUtil.java b/src/main/java/io/github/outscale/osc_sdk_java/client/StringUtil.java index d63946a7..9a785bdd 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/StringUtil.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/StringUtil.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/api/AccessKeyApi.java b/src/main/java/io/github/outscale/osc_sdk_java/client/api/AccessKeyApi.java index ec812839..bca37f08 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/api/AccessKeyApi.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/api/AccessKeyApi.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/api/AccountApi.java b/src/main/java/io/github/outscale/osc_sdk_java/client/api/AccountApi.java index 1056638e..19a71ff8 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/api/AccountApi.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/api/AccountApi.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/api/ApiAccessPolicyApi.java b/src/main/java/io/github/outscale/osc_sdk_java/client/api/ApiAccessPolicyApi.java index b3933a05..934f78b6 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/api/ApiAccessPolicyApi.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/api/ApiAccessPolicyApi.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/api/ApiAccessRuleApi.java b/src/main/java/io/github/outscale/osc_sdk_java/client/api/ApiAccessRuleApi.java index 7bc35b48..5cad4a7b 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/api/ApiAccessRuleApi.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/api/ApiAccessRuleApi.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/api/ApiLogApi.java b/src/main/java/io/github/outscale/osc_sdk_java/client/api/ApiLogApi.java index 02d1d201..3bb93d7f 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/api/ApiLogApi.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/api/ApiLogApi.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/api/CaApi.java b/src/main/java/io/github/outscale/osc_sdk_java/client/api/CaApi.java index f056a824..a68dc64d 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/api/CaApi.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/api/CaApi.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/api/CatalogApi.java b/src/main/java/io/github/outscale/osc_sdk_java/client/api/CatalogApi.java index b6ee663c..3480250f 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/api/CatalogApi.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/api/CatalogApi.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -21,6 +21,8 @@ import io.github.outscale.osc_sdk_java.client.Pair; import io.github.outscale.osc_sdk_java.client.model.ReadCatalogRequest; import io.github.outscale.osc_sdk_java.client.model.ReadCatalogResponse; +import io.github.outscale.osc_sdk_java.client.model.ReadCatalogsRequest; +import io.github.outscale.osc_sdk_java.client.model.ReadCatalogsResponse; import java.lang.reflect.Type; import java.util.ArrayList; import java.util.HashMap; @@ -197,4 +199,139 @@ public okhttp3.Call readCatalogAsync( localVarApiClient.executeAsync(localVarCall, localVarReturnType, _callback); return localVarCall; } + /** + * Build call for readCatalogs + * + * @param readCatalogsRequest (optional) + * @param _callback Callback for upload/download progress + * @return Call to execute + * @throws ApiException If fail to serialize the request body object + * @http.response.details + * + * + * + *
Status Code Description Response Headers
200 The HTTP 200 response (OK). -
+ */ + public okhttp3.Call readCatalogsCall( + ReadCatalogsRequest readCatalogsRequest, final ApiCallback _callback) + throws ApiException { + String basePath = null; + // Operation Servers + String[] localBasePaths = new String[] {}; + + // Determine Base Path to Use + if (localCustomBaseUrl != null) { + basePath = localCustomBaseUrl; + } else if (localBasePaths.length > 0) { + basePath = localBasePaths[localHostIndex]; + } else { + basePath = null; + } + + Object localVarPostBody = readCatalogsRequest; + + // create path and map variables + String localVarPath = "/ReadCatalogs"; + + List localVarQueryParams = new ArrayList(); + List localVarCollectionQueryParams = new ArrayList(); + Map localVarHeaderParams = new HashMap(); + Map localVarCookieParams = new HashMap(); + Map localVarFormParams = new HashMap(); + + final String[] localVarAccepts = {"application/json"}; + final String localVarAccept = localVarApiClient.selectHeaderAccept(localVarAccepts); + if (localVarAccept != null) { + localVarHeaderParams.put("Accept", localVarAccept); + } + + final String[] localVarContentTypes = {"application/json"}; + final String localVarContentType = + localVarApiClient.selectHeaderContentType(localVarContentTypes); + if (localVarContentType != null) { + localVarHeaderParams.put("Content-Type", localVarContentType); + } + + String[] localVarAuthNames = new String[] {"AWS4Auth", "ApiKeyAuth"}; + return localVarApiClient.buildCall( + basePath, + localVarPath, + "POST", + localVarQueryParams, + localVarCollectionQueryParams, + localVarPostBody, + localVarHeaderParams, + localVarCookieParams, + localVarFormParams, + localVarAuthNames, + _callback); + } + + @SuppressWarnings("rawtypes") + private okhttp3.Call readCatalogsValidateBeforeCall( + ReadCatalogsRequest readCatalogsRequest, final ApiCallback _callback) + throws ApiException { + return readCatalogsCall(readCatalogsRequest, _callback); + } + + /** + * @param readCatalogsRequest (optional) + * @return ReadCatalogsResponse + * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the + * response body + * @http.response.details + * + * + * + *
Status Code Description Response Headers
200 The HTTP 200 response (OK). -
+ */ + public ReadCatalogsResponse readCatalogs(ReadCatalogsRequest readCatalogsRequest) + throws ApiException { + ApiResponse localVarResp = + readCatalogsWithHttpInfo(readCatalogsRequest); + return localVarResp.getData(); + } + + /** + * @param readCatalogsRequest (optional) + * @return ApiResponse<ReadCatalogsResponse> + * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the + * response body + * @http.response.details + * + * + * + *
Status Code Description Response Headers
200 The HTTP 200 response (OK). -
+ */ + public ApiResponse readCatalogsWithHttpInfo( + ReadCatalogsRequest readCatalogsRequest) throws ApiException { + okhttp3.Call localVarCall = readCatalogsValidateBeforeCall(readCatalogsRequest, null); + Type localVarReturnType = new TypeToken() {}.getType(); + return localVarApiClient.execute(localVarCall, localVarReturnType); + } + + /** + * (asynchronously) + * + * @param readCatalogsRequest (optional) + * @param _callback The callback to be executed when the API call finishes + * @return The request call + * @throws ApiException If fail to process the API call, e.g. serializing the request body + * object + * @http.response.details + * + * + * + *
Status Code Description Response Headers
200 The HTTP 200 response (OK). -
+ */ + public okhttp3.Call readCatalogsAsync( + ReadCatalogsRequest readCatalogsRequest, + final ApiCallback _callback) + throws ApiException { + + okhttp3.Call localVarCall = readCatalogsValidateBeforeCall(readCatalogsRequest, _callback); + Type localVarReturnType = new TypeToken() {}.getType(); + localVarApiClient.executeAsync(localVarCall, localVarReturnType, _callback); + return localVarCall; + } } diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/api/ClientGatewayApi.java b/src/main/java/io/github/outscale/osc_sdk_java/client/api/ClientGatewayApi.java index 8708c11f..879c8212 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/api/ClientGatewayApi.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/api/ClientGatewayApi.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/api/DhcpOptionApi.java b/src/main/java/io/github/outscale/osc_sdk_java/client/api/DhcpOptionApi.java index 49073666..873b0698 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/api/DhcpOptionApi.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/api/DhcpOptionApi.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/api/DirectLinkApi.java b/src/main/java/io/github/outscale/osc_sdk_java/client/api/DirectLinkApi.java index 51e0920f..724a61d8 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/api/DirectLinkApi.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/api/DirectLinkApi.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/api/DirectLinkInterfaceApi.java b/src/main/java/io/github/outscale/osc_sdk_java/client/api/DirectLinkInterfaceApi.java index 7ab01952..3cff20bf 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/api/DirectLinkInterfaceApi.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/api/DirectLinkInterfaceApi.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/api/FlexibleGpuApi.java b/src/main/java/io/github/outscale/osc_sdk_java/client/api/FlexibleGpuApi.java index f4e6ae60..68ba1252 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/api/FlexibleGpuApi.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/api/FlexibleGpuApi.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/api/ImageApi.java b/src/main/java/io/github/outscale/osc_sdk_java/client/api/ImageApi.java index 0e52f09c..9fd339b0 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/api/ImageApi.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/api/ImageApi.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/api/InternetServiceApi.java b/src/main/java/io/github/outscale/osc_sdk_java/client/api/InternetServiceApi.java index f8370a0d..631451cc 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/api/InternetServiceApi.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/api/InternetServiceApi.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/api/KeypairApi.java b/src/main/java/io/github/outscale/osc_sdk_java/client/api/KeypairApi.java index 9b51c9d7..dd4576c7 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/api/KeypairApi.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/api/KeypairApi.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/api/ListenerApi.java b/src/main/java/io/github/outscale/osc_sdk_java/client/api/ListenerApi.java index 6c2555cc..aee8b376 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/api/ListenerApi.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/api/ListenerApi.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/api/LoadBalancerApi.java b/src/main/java/io/github/outscale/osc_sdk_java/client/api/LoadBalancerApi.java index d26c144a..598d3647 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/api/LoadBalancerApi.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/api/LoadBalancerApi.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/api/LoadBalancerPolicyApi.java b/src/main/java/io/github/outscale/osc_sdk_java/client/api/LoadBalancerPolicyApi.java index ee07bdf5..fa1708ea 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/api/LoadBalancerPolicyApi.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/api/LoadBalancerPolicyApi.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/api/LocationApi.java b/src/main/java/io/github/outscale/osc_sdk_java/client/api/LocationApi.java index 74403d83..e8dcdbc7 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/api/LocationApi.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/api/LocationApi.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/api/NatServiceApi.java b/src/main/java/io/github/outscale/osc_sdk_java/client/api/NatServiceApi.java index b1a21187..6e9d68e5 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/api/NatServiceApi.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/api/NatServiceApi.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/api/NetAccessPointApi.java b/src/main/java/io/github/outscale/osc_sdk_java/client/api/NetAccessPointApi.java index 47282f12..876796c9 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/api/NetAccessPointApi.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/api/NetAccessPointApi.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/api/NetApi.java b/src/main/java/io/github/outscale/osc_sdk_java/client/api/NetApi.java index 213e2252..f2c026fa 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/api/NetApi.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/api/NetApi.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/api/NetPeeringApi.java b/src/main/java/io/github/outscale/osc_sdk_java/client/api/NetPeeringApi.java index dc925b09..a5787eed 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/api/NetPeeringApi.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/api/NetPeeringApi.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/api/NicApi.java b/src/main/java/io/github/outscale/osc_sdk_java/client/api/NicApi.java index 568a08dd..d6984afa 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/api/NicApi.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/api/NicApi.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/api/ProductTypeApi.java b/src/main/java/io/github/outscale/osc_sdk_java/client/api/ProductTypeApi.java index 7d92e0ec..69c17376 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/api/ProductTypeApi.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/api/ProductTypeApi.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/api/PublicCatalogApi.java b/src/main/java/io/github/outscale/osc_sdk_java/client/api/PublicCatalogApi.java index 74a86f0a..0440ab6d 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/api/PublicCatalogApi.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/api/PublicCatalogApi.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/api/PublicIpApi.java b/src/main/java/io/github/outscale/osc_sdk_java/client/api/PublicIpApi.java index 13304fcb..d11a554f 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/api/PublicIpApi.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/api/PublicIpApi.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/api/QuotaApi.java b/src/main/java/io/github/outscale/osc_sdk_java/client/api/QuotaApi.java index b882b6c8..4964739a 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/api/QuotaApi.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/api/QuotaApi.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/api/RegionApi.java b/src/main/java/io/github/outscale/osc_sdk_java/client/api/RegionApi.java index f38213ec..7e22148f 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/api/RegionApi.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/api/RegionApi.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/api/RouteApi.java b/src/main/java/io/github/outscale/osc_sdk_java/client/api/RouteApi.java index e93b1dac..4debf381 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/api/RouteApi.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/api/RouteApi.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/api/RouteTableApi.java b/src/main/java/io/github/outscale/osc_sdk_java/client/api/RouteTableApi.java index 187a9c67..cae5b006 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/api/RouteTableApi.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/api/RouteTableApi.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/api/SecurityGroupApi.java b/src/main/java/io/github/outscale/osc_sdk_java/client/api/SecurityGroupApi.java index be7850f9..297bd0f3 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/api/SecurityGroupApi.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/api/SecurityGroupApi.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/api/SecurityGroupRuleApi.java b/src/main/java/io/github/outscale/osc_sdk_java/client/api/SecurityGroupRuleApi.java index a5bad1e9..7d339008 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/api/SecurityGroupRuleApi.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/api/SecurityGroupRuleApi.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/api/ServerCertificateApi.java b/src/main/java/io/github/outscale/osc_sdk_java/client/api/ServerCertificateApi.java index 8db29e46..d5e3e98a 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/api/ServerCertificateApi.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/api/ServerCertificateApi.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/api/SnapshotApi.java b/src/main/java/io/github/outscale/osc_sdk_java/client/api/SnapshotApi.java index 3a552860..6deed69d 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/api/SnapshotApi.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/api/SnapshotApi.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/api/SubnetApi.java b/src/main/java/io/github/outscale/osc_sdk_java/client/api/SubnetApi.java index 1c107017..fc728027 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/api/SubnetApi.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/api/SubnetApi.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/api/SubregionApi.java b/src/main/java/io/github/outscale/osc_sdk_java/client/api/SubregionApi.java index c25fcc81..5da67ef1 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/api/SubregionApi.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/api/SubregionApi.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/api/TagApi.java b/src/main/java/io/github/outscale/osc_sdk_java/client/api/TagApi.java index 6b66c922..ad3d1329 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/api/TagApi.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/api/TagApi.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/api/TaskApi.java b/src/main/java/io/github/outscale/osc_sdk_java/client/api/TaskApi.java index 6b8f3d6e..094d5b1c 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/api/TaskApi.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/api/TaskApi.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/api/VirtualGatewayApi.java b/src/main/java/io/github/outscale/osc_sdk_java/client/api/VirtualGatewayApi.java index 2657a783..f364eb7c 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/api/VirtualGatewayApi.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/api/VirtualGatewayApi.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/api/VmApi.java b/src/main/java/io/github/outscale/osc_sdk_java/client/api/VmApi.java index ce1830e4..7c68713d 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/api/VmApi.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/api/VmApi.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/api/VmGroupApi.java b/src/main/java/io/github/outscale/osc_sdk_java/client/api/VmGroupApi.java new file mode 100644 index 00000000..f24bf2ff --- /dev/null +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/api/VmGroupApi.java @@ -0,0 +1,965 @@ +/* + * 3DS OUTSCALE API + * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). + * + * The version of the OpenAPI document: 1.26 + * Contact: support@outscale.com + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ + +package io.github.outscale.osc_sdk_java.client.api; + +import com.google.gson.reflect.TypeToken; +import io.github.outscale.osc_sdk_java.client.ApiCallback; +import io.github.outscale.osc_sdk_java.client.ApiClient; +import io.github.outscale.osc_sdk_java.client.ApiException; +import io.github.outscale.osc_sdk_java.client.ApiResponse; +import io.github.outscale.osc_sdk_java.client.Configuration; +import io.github.outscale.osc_sdk_java.client.Pair; +import io.github.outscale.osc_sdk_java.client.model.CreateVmGroupRequest; +import io.github.outscale.osc_sdk_java.client.model.CreateVmGroupResponse; +import io.github.outscale.osc_sdk_java.client.model.DeleteVmGroupRequest; +import io.github.outscale.osc_sdk_java.client.model.DeleteVmGroupResponse; +import io.github.outscale.osc_sdk_java.client.model.ReadVmGroupsRequest; +import io.github.outscale.osc_sdk_java.client.model.ReadVmGroupsResponse; +import io.github.outscale.osc_sdk_java.client.model.ScaleDownVmGroupRequest; +import io.github.outscale.osc_sdk_java.client.model.ScaleDownVmGroupResponse; +import io.github.outscale.osc_sdk_java.client.model.ScaleUpVmGroupRequest; +import io.github.outscale.osc_sdk_java.client.model.ScaleUpVmGroupResponse; +import io.github.outscale.osc_sdk_java.client.model.UpdateVmGroupRequest; +import io.github.outscale.osc_sdk_java.client.model.UpdateVmGroupResponse; +import java.lang.reflect.Type; +import java.util.ArrayList; +import java.util.HashMap; +import java.util.List; +import java.util.Map; + +public class VmGroupApi { + private ApiClient localVarApiClient; + private int localHostIndex; + private String localCustomBaseUrl; + + public VmGroupApi() { + this(Configuration.getDefaultApiClient()); + } + + public VmGroupApi(ApiClient apiClient) { + this.localVarApiClient = apiClient; + } + + public ApiClient getApiClient() { + return localVarApiClient; + } + + public void setApiClient(ApiClient apiClient) { + this.localVarApiClient = apiClient; + } + + public int getHostIndex() { + return localHostIndex; + } + + public void setHostIndex(int hostIndex) { + this.localHostIndex = hostIndex; + } + + public String getCustomBaseUrl() { + return localCustomBaseUrl; + } + + public void setCustomBaseUrl(String customBaseUrl) { + this.localCustomBaseUrl = customBaseUrl; + } + + /** + * Build call for createVmGroup + * + * @param createVmGroupRequest (optional) + * @param _callback Callback for upload/download progress + * @return Call to execute + * @throws ApiException If fail to serialize the request body object + * @http.response.details + * + * + * + * + * + * + *
Status Code Description Response Headers
200 The HTTP 200 response (OK). -
400 The HTTP 400 response (Bad Request). -
401 The HTTP 401 response (Unauthorized). -
500 The HTTP 500 response (Internal Server Error). -
+ */ + public okhttp3.Call createVmGroupCall( + CreateVmGroupRequest createVmGroupRequest, final ApiCallback _callback) + throws ApiException { + String basePath = null; + // Operation Servers + String[] localBasePaths = new String[] {}; + + // Determine Base Path to Use + if (localCustomBaseUrl != null) { + basePath = localCustomBaseUrl; + } else if (localBasePaths.length > 0) { + basePath = localBasePaths[localHostIndex]; + } else { + basePath = null; + } + + Object localVarPostBody = createVmGroupRequest; + + // create path and map variables + String localVarPath = "/CreateVmGroup"; + + List localVarQueryParams = new ArrayList(); + List localVarCollectionQueryParams = new ArrayList(); + Map localVarHeaderParams = new HashMap(); + Map localVarCookieParams = new HashMap(); + Map localVarFormParams = new HashMap(); + + final String[] localVarAccepts = {"application/json"}; + final String localVarAccept = localVarApiClient.selectHeaderAccept(localVarAccepts); + if (localVarAccept != null) { + localVarHeaderParams.put("Accept", localVarAccept); + } + + final String[] localVarContentTypes = {"application/json"}; + final String localVarContentType = + localVarApiClient.selectHeaderContentType(localVarContentTypes); + if (localVarContentType != null) { + localVarHeaderParams.put("Content-Type", localVarContentType); + } + + String[] localVarAuthNames = new String[] {"AWS4Auth", "ApiKeyAuth"}; + return localVarApiClient.buildCall( + basePath, + localVarPath, + "POST", + localVarQueryParams, + localVarCollectionQueryParams, + localVarPostBody, + localVarHeaderParams, + localVarCookieParams, + localVarFormParams, + localVarAuthNames, + _callback); + } + + @SuppressWarnings("rawtypes") + private okhttp3.Call createVmGroupValidateBeforeCall( + CreateVmGroupRequest createVmGroupRequest, final ApiCallback _callback) + throws ApiException { + return createVmGroupCall(createVmGroupRequest, _callback); + } + + /** + * @param createVmGroupRequest (optional) + * @return CreateVmGroupResponse + * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the + * response body + * @http.response.details + * + * + * + * + * + * + *
Status Code Description Response Headers
200 The HTTP 200 response (OK). -
400 The HTTP 400 response (Bad Request). -
401 The HTTP 401 response (Unauthorized). -
500 The HTTP 500 response (Internal Server Error). -
+ */ + public CreateVmGroupResponse createVmGroup(CreateVmGroupRequest createVmGroupRequest) + throws ApiException { + ApiResponse localVarResp = + createVmGroupWithHttpInfo(createVmGroupRequest); + return localVarResp.getData(); + } + + /** + * @param createVmGroupRequest (optional) + * @return ApiResponse<CreateVmGroupResponse> + * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the + * response body + * @http.response.details + * + * + * + * + * + * + *
Status Code Description Response Headers
200 The HTTP 200 response (OK). -
400 The HTTP 400 response (Bad Request). -
401 The HTTP 401 response (Unauthorized). -
500 The HTTP 500 response (Internal Server Error). -
+ */ + public ApiResponse createVmGroupWithHttpInfo( + CreateVmGroupRequest createVmGroupRequest) throws ApiException { + okhttp3.Call localVarCall = createVmGroupValidateBeforeCall(createVmGroupRequest, null); + Type localVarReturnType = new TypeToken() {}.getType(); + return localVarApiClient.execute(localVarCall, localVarReturnType); + } + + /** + * (asynchronously) + * + * @param createVmGroupRequest (optional) + * @param _callback The callback to be executed when the API call finishes + * @return The request call + * @throws ApiException If fail to process the API call, e.g. serializing the request body + * object + * @http.response.details + * + * + * + * + * + * + *
Status Code Description Response Headers
200 The HTTP 200 response (OK). -
400 The HTTP 400 response (Bad Request). -
401 The HTTP 401 response (Unauthorized). -
500 The HTTP 500 response (Internal Server Error). -
+ */ + public okhttp3.Call createVmGroupAsync( + CreateVmGroupRequest createVmGroupRequest, + final ApiCallback _callback) + throws ApiException { + + okhttp3.Call localVarCall = + createVmGroupValidateBeforeCall(createVmGroupRequest, _callback); + Type localVarReturnType = new TypeToken() {}.getType(); + localVarApiClient.executeAsync(localVarCall, localVarReturnType, _callback); + return localVarCall; + } + /** + * Build call for deleteVmGroup + * + * @param deleteVmGroupRequest (optional) + * @param _callback Callback for upload/download progress + * @return Call to execute + * @throws ApiException If fail to serialize the request body object + * @http.response.details + * + * + * + * + * + * + *
Status Code Description Response Headers
200 The HTTP 200 response (OK). -
400 The HTTP 400 response (Bad Request). -
401 The HTTP 401 response (Unauthorized). -
500 The HTTP 500 response (Internal Server Error). -
+ */ + public okhttp3.Call deleteVmGroupCall( + DeleteVmGroupRequest deleteVmGroupRequest, final ApiCallback _callback) + throws ApiException { + String basePath = null; + // Operation Servers + String[] localBasePaths = new String[] {}; + + // Determine Base Path to Use + if (localCustomBaseUrl != null) { + basePath = localCustomBaseUrl; + } else if (localBasePaths.length > 0) { + basePath = localBasePaths[localHostIndex]; + } else { + basePath = null; + } + + Object localVarPostBody = deleteVmGroupRequest; + + // create path and map variables + String localVarPath = "/DeleteVmGroup"; + + List localVarQueryParams = new ArrayList(); + List localVarCollectionQueryParams = new ArrayList(); + Map localVarHeaderParams = new HashMap(); + Map localVarCookieParams = new HashMap(); + Map localVarFormParams = new HashMap(); + + final String[] localVarAccepts = {"application/json"}; + final String localVarAccept = localVarApiClient.selectHeaderAccept(localVarAccepts); + if (localVarAccept != null) { + localVarHeaderParams.put("Accept", localVarAccept); + } + + final String[] localVarContentTypes = {"application/json"}; + final String localVarContentType = + localVarApiClient.selectHeaderContentType(localVarContentTypes); + if (localVarContentType != null) { + localVarHeaderParams.put("Content-Type", localVarContentType); + } + + String[] localVarAuthNames = new String[] {"AWS4Auth", "ApiKeyAuth"}; + return localVarApiClient.buildCall( + basePath, + localVarPath, + "POST", + localVarQueryParams, + localVarCollectionQueryParams, + localVarPostBody, + localVarHeaderParams, + localVarCookieParams, + localVarFormParams, + localVarAuthNames, + _callback); + } + + @SuppressWarnings("rawtypes") + private okhttp3.Call deleteVmGroupValidateBeforeCall( + DeleteVmGroupRequest deleteVmGroupRequest, final ApiCallback _callback) + throws ApiException { + return deleteVmGroupCall(deleteVmGroupRequest, _callback); + } + + /** + * @param deleteVmGroupRequest (optional) + * @return DeleteVmGroupResponse + * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the + * response body + * @http.response.details + * + * + * + * + * + * + *
Status Code Description Response Headers
200 The HTTP 200 response (OK). -
400 The HTTP 400 response (Bad Request). -
401 The HTTP 401 response (Unauthorized). -
500 The HTTP 500 response (Internal Server Error). -
+ */ + public DeleteVmGroupResponse deleteVmGroup(DeleteVmGroupRequest deleteVmGroupRequest) + throws ApiException { + ApiResponse localVarResp = + deleteVmGroupWithHttpInfo(deleteVmGroupRequest); + return localVarResp.getData(); + } + + /** + * @param deleteVmGroupRequest (optional) + * @return ApiResponse<DeleteVmGroupResponse> + * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the + * response body + * @http.response.details + * + * + * + * + * + * + *
Status Code Description Response Headers
200 The HTTP 200 response (OK). -
400 The HTTP 400 response (Bad Request). -
401 The HTTP 401 response (Unauthorized). -
500 The HTTP 500 response (Internal Server Error). -
+ */ + public ApiResponse deleteVmGroupWithHttpInfo( + DeleteVmGroupRequest deleteVmGroupRequest) throws ApiException { + okhttp3.Call localVarCall = deleteVmGroupValidateBeforeCall(deleteVmGroupRequest, null); + Type localVarReturnType = new TypeToken() {}.getType(); + return localVarApiClient.execute(localVarCall, localVarReturnType); + } + + /** + * (asynchronously) + * + * @param deleteVmGroupRequest (optional) + * @param _callback The callback to be executed when the API call finishes + * @return The request call + * @throws ApiException If fail to process the API call, e.g. serializing the request body + * object + * @http.response.details + * + * + * + * + * + * + *
Status Code Description Response Headers
200 The HTTP 200 response (OK). -
400 The HTTP 400 response (Bad Request). -
401 The HTTP 401 response (Unauthorized). -
500 The HTTP 500 response (Internal Server Error). -
+ */ + public okhttp3.Call deleteVmGroupAsync( + DeleteVmGroupRequest deleteVmGroupRequest, + final ApiCallback _callback) + throws ApiException { + + okhttp3.Call localVarCall = + deleteVmGroupValidateBeforeCall(deleteVmGroupRequest, _callback); + Type localVarReturnType = new TypeToken() {}.getType(); + localVarApiClient.executeAsync(localVarCall, localVarReturnType, _callback); + return localVarCall; + } + /** + * Build call for readVmGroups + * + * @param readVmGroupsRequest (optional) + * @param _callback Callback for upload/download progress + * @return Call to execute + * @throws ApiException If fail to serialize the request body object + * @http.response.details + * + * + * + * + * + * + *
Status Code Description Response Headers
200 The HTTP 200 response (OK). -
400 The HTTP 400 response (Bad Request). -
401 The HTTP 401 response (Unauthorized). -
500 The HTTP 500 response (Internal Server Error). -
+ */ + public okhttp3.Call readVmGroupsCall( + ReadVmGroupsRequest readVmGroupsRequest, final ApiCallback _callback) + throws ApiException { + String basePath = null; + // Operation Servers + String[] localBasePaths = new String[] {}; + + // Determine Base Path to Use + if (localCustomBaseUrl != null) { + basePath = localCustomBaseUrl; + } else if (localBasePaths.length > 0) { + basePath = localBasePaths[localHostIndex]; + } else { + basePath = null; + } + + Object localVarPostBody = readVmGroupsRequest; + + // create path and map variables + String localVarPath = "/ReadVmGroups"; + + List localVarQueryParams = new ArrayList(); + List localVarCollectionQueryParams = new ArrayList(); + Map localVarHeaderParams = new HashMap(); + Map localVarCookieParams = new HashMap(); + Map localVarFormParams = new HashMap(); + + final String[] localVarAccepts = {"application/json"}; + final String localVarAccept = localVarApiClient.selectHeaderAccept(localVarAccepts); + if (localVarAccept != null) { + localVarHeaderParams.put("Accept", localVarAccept); + } + + final String[] localVarContentTypes = {"application/json"}; + final String localVarContentType = + localVarApiClient.selectHeaderContentType(localVarContentTypes); + if (localVarContentType != null) { + localVarHeaderParams.put("Content-Type", localVarContentType); + } + + String[] localVarAuthNames = new String[] {"AWS4Auth", "ApiKeyAuth"}; + return localVarApiClient.buildCall( + basePath, + localVarPath, + "POST", + localVarQueryParams, + localVarCollectionQueryParams, + localVarPostBody, + localVarHeaderParams, + localVarCookieParams, + localVarFormParams, + localVarAuthNames, + _callback); + } + + @SuppressWarnings("rawtypes") + private okhttp3.Call readVmGroupsValidateBeforeCall( + ReadVmGroupsRequest readVmGroupsRequest, final ApiCallback _callback) + throws ApiException { + return readVmGroupsCall(readVmGroupsRequest, _callback); + } + + /** + * @param readVmGroupsRequest (optional) + * @return ReadVmGroupsResponse + * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the + * response body + * @http.response.details + * + * + * + * + * + * + *
Status Code Description Response Headers
200 The HTTP 200 response (OK). -
400 The HTTP 400 response (Bad Request). -
401 The HTTP 401 response (Unauthorized). -
500 The HTTP 500 response (Internal Server Error). -
+ */ + public ReadVmGroupsResponse readVmGroups(ReadVmGroupsRequest readVmGroupsRequest) + throws ApiException { + ApiResponse localVarResp = + readVmGroupsWithHttpInfo(readVmGroupsRequest); + return localVarResp.getData(); + } + + /** + * @param readVmGroupsRequest (optional) + * @return ApiResponse<ReadVmGroupsResponse> + * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the + * response body + * @http.response.details + * + * + * + * + * + * + *
Status Code Description Response Headers
200 The HTTP 200 response (OK). -
400 The HTTP 400 response (Bad Request). -
401 The HTTP 401 response (Unauthorized). -
500 The HTTP 500 response (Internal Server Error). -
+ */ + public ApiResponse readVmGroupsWithHttpInfo( + ReadVmGroupsRequest readVmGroupsRequest) throws ApiException { + okhttp3.Call localVarCall = readVmGroupsValidateBeforeCall(readVmGroupsRequest, null); + Type localVarReturnType = new TypeToken() {}.getType(); + return localVarApiClient.execute(localVarCall, localVarReturnType); + } + + /** + * (asynchronously) + * + * @param readVmGroupsRequest (optional) + * @param _callback The callback to be executed when the API call finishes + * @return The request call + * @throws ApiException If fail to process the API call, e.g. serializing the request body + * object + * @http.response.details + * + * + * + * + * + * + *
Status Code Description Response Headers
200 The HTTP 200 response (OK). -
400 The HTTP 400 response (Bad Request). -
401 The HTTP 401 response (Unauthorized). -
500 The HTTP 500 response (Internal Server Error). -
+ */ + public okhttp3.Call readVmGroupsAsync( + ReadVmGroupsRequest readVmGroupsRequest, + final ApiCallback _callback) + throws ApiException { + + okhttp3.Call localVarCall = readVmGroupsValidateBeforeCall(readVmGroupsRequest, _callback); + Type localVarReturnType = new TypeToken() {}.getType(); + localVarApiClient.executeAsync(localVarCall, localVarReturnType, _callback); + return localVarCall; + } + /** + * Build call for scaleDownVmGroup + * + * @param scaleDownVmGroupRequest (optional) + * @param _callback Callback for upload/download progress + * @return Call to execute + * @throws ApiException If fail to serialize the request body object + * @http.response.details + * + * + * + * + * + * + *
Status Code Description Response Headers
200 The HTTP 200 response (OK). -
400 The HTTP 400 response (Bad Request). -
401 The HTTP 401 response (Unauthorized). -
500 The HTTP 500 response (Internal Server Error). -
+ */ + public okhttp3.Call scaleDownVmGroupCall( + ScaleDownVmGroupRequest scaleDownVmGroupRequest, final ApiCallback _callback) + throws ApiException { + String basePath = null; + // Operation Servers + String[] localBasePaths = new String[] {}; + + // Determine Base Path to Use + if (localCustomBaseUrl != null) { + basePath = localCustomBaseUrl; + } else if (localBasePaths.length > 0) { + basePath = localBasePaths[localHostIndex]; + } else { + basePath = null; + } + + Object localVarPostBody = scaleDownVmGroupRequest; + + // create path and map variables + String localVarPath = "/ScaleDownVmGroup"; + + List localVarQueryParams = new ArrayList(); + List localVarCollectionQueryParams = new ArrayList(); + Map localVarHeaderParams = new HashMap(); + Map localVarCookieParams = new HashMap(); + Map localVarFormParams = new HashMap(); + + final String[] localVarAccepts = {"application/json"}; + final String localVarAccept = localVarApiClient.selectHeaderAccept(localVarAccepts); + if (localVarAccept != null) { + localVarHeaderParams.put("Accept", localVarAccept); + } + + final String[] localVarContentTypes = {"application/json"}; + final String localVarContentType = + localVarApiClient.selectHeaderContentType(localVarContentTypes); + if (localVarContentType != null) { + localVarHeaderParams.put("Content-Type", localVarContentType); + } + + String[] localVarAuthNames = new String[] {"AWS4Auth", "ApiKeyAuth"}; + return localVarApiClient.buildCall( + basePath, + localVarPath, + "POST", + localVarQueryParams, + localVarCollectionQueryParams, + localVarPostBody, + localVarHeaderParams, + localVarCookieParams, + localVarFormParams, + localVarAuthNames, + _callback); + } + + @SuppressWarnings("rawtypes") + private okhttp3.Call scaleDownVmGroupValidateBeforeCall( + ScaleDownVmGroupRequest scaleDownVmGroupRequest, final ApiCallback _callback) + throws ApiException { + return scaleDownVmGroupCall(scaleDownVmGroupRequest, _callback); + } + + /** + * @param scaleDownVmGroupRequest (optional) + * @return ScaleDownVmGroupResponse + * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the + * response body + * @http.response.details + * + * + * + * + * + * + *
Status Code Description Response Headers
200 The HTTP 200 response (OK). -
400 The HTTP 400 response (Bad Request). -
401 The HTTP 401 response (Unauthorized). -
500 The HTTP 500 response (Internal Server Error). -
+ */ + public ScaleDownVmGroupResponse scaleDownVmGroup( + ScaleDownVmGroupRequest scaleDownVmGroupRequest) throws ApiException { + ApiResponse localVarResp = + scaleDownVmGroupWithHttpInfo(scaleDownVmGroupRequest); + return localVarResp.getData(); + } + + /** + * @param scaleDownVmGroupRequest (optional) + * @return ApiResponse<ScaleDownVmGroupResponse> + * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the + * response body + * @http.response.details + * + * + * + * + * + * + *
Status Code Description Response Headers
200 The HTTP 200 response (OK). -
400 The HTTP 400 response (Bad Request). -
401 The HTTP 401 response (Unauthorized). -
500 The HTTP 500 response (Internal Server Error). -
+ */ + public ApiResponse scaleDownVmGroupWithHttpInfo( + ScaleDownVmGroupRequest scaleDownVmGroupRequest) throws ApiException { + okhttp3.Call localVarCall = + scaleDownVmGroupValidateBeforeCall(scaleDownVmGroupRequest, null); + Type localVarReturnType = new TypeToken() {}.getType(); + return localVarApiClient.execute(localVarCall, localVarReturnType); + } + + /** + * (asynchronously) + * + * @param scaleDownVmGroupRequest (optional) + * @param _callback The callback to be executed when the API call finishes + * @return The request call + * @throws ApiException If fail to process the API call, e.g. serializing the request body + * object + * @http.response.details + * + * + * + * + * + * + *
Status Code Description Response Headers
200 The HTTP 200 response (OK). -
400 The HTTP 400 response (Bad Request). -
401 The HTTP 401 response (Unauthorized). -
500 The HTTP 500 response (Internal Server Error). -
+ */ + public okhttp3.Call scaleDownVmGroupAsync( + ScaleDownVmGroupRequest scaleDownVmGroupRequest, + final ApiCallback _callback) + throws ApiException { + + okhttp3.Call localVarCall = + scaleDownVmGroupValidateBeforeCall(scaleDownVmGroupRequest, _callback); + Type localVarReturnType = new TypeToken() {}.getType(); + localVarApiClient.executeAsync(localVarCall, localVarReturnType, _callback); + return localVarCall; + } + /** + * Build call for scaleUpVmGroup + * + * @param scaleUpVmGroupRequest (optional) + * @param _callback Callback for upload/download progress + * @return Call to execute + * @throws ApiException If fail to serialize the request body object + * @http.response.details + * + * + * + * + * + * + *
Status Code Description Response Headers
200 The HTTP 200 response (OK). -
400 The HTTP 400 response (Bad Request). -
401 The HTTP 401 response (Unauthorized). -
500 The HTTP 500 response (Internal Server Error). -
+ */ + public okhttp3.Call scaleUpVmGroupCall( + ScaleUpVmGroupRequest scaleUpVmGroupRequest, final ApiCallback _callback) + throws ApiException { + String basePath = null; + // Operation Servers + String[] localBasePaths = new String[] {}; + + // Determine Base Path to Use + if (localCustomBaseUrl != null) { + basePath = localCustomBaseUrl; + } else if (localBasePaths.length > 0) { + basePath = localBasePaths[localHostIndex]; + } else { + basePath = null; + } + + Object localVarPostBody = scaleUpVmGroupRequest; + + // create path and map variables + String localVarPath = "/ScaleUpVmGroup"; + + List localVarQueryParams = new ArrayList(); + List localVarCollectionQueryParams = new ArrayList(); + Map localVarHeaderParams = new HashMap(); + Map localVarCookieParams = new HashMap(); + Map localVarFormParams = new HashMap(); + + final String[] localVarAccepts = {"application/json"}; + final String localVarAccept = localVarApiClient.selectHeaderAccept(localVarAccepts); + if (localVarAccept != null) { + localVarHeaderParams.put("Accept", localVarAccept); + } + + final String[] localVarContentTypes = {"application/json"}; + final String localVarContentType = + localVarApiClient.selectHeaderContentType(localVarContentTypes); + if (localVarContentType != null) { + localVarHeaderParams.put("Content-Type", localVarContentType); + } + + String[] localVarAuthNames = new String[] {"AWS4Auth", "ApiKeyAuth"}; + return localVarApiClient.buildCall( + basePath, + localVarPath, + "POST", + localVarQueryParams, + localVarCollectionQueryParams, + localVarPostBody, + localVarHeaderParams, + localVarCookieParams, + localVarFormParams, + localVarAuthNames, + _callback); + } + + @SuppressWarnings("rawtypes") + private okhttp3.Call scaleUpVmGroupValidateBeforeCall( + ScaleUpVmGroupRequest scaleUpVmGroupRequest, final ApiCallback _callback) + throws ApiException { + return scaleUpVmGroupCall(scaleUpVmGroupRequest, _callback); + } + + /** + * @param scaleUpVmGroupRequest (optional) + * @return ScaleUpVmGroupResponse + * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the + * response body + * @http.response.details + * + * + * + * + * + * + *
Status Code Description Response Headers
200 The HTTP 200 response (OK). -
400 The HTTP 400 response (Bad Request). -
401 The HTTP 401 response (Unauthorized). -
500 The HTTP 500 response (Internal Server Error). -
+ */ + public ScaleUpVmGroupResponse scaleUpVmGroup(ScaleUpVmGroupRequest scaleUpVmGroupRequest) + throws ApiException { + ApiResponse localVarResp = + scaleUpVmGroupWithHttpInfo(scaleUpVmGroupRequest); + return localVarResp.getData(); + } + + /** + * @param scaleUpVmGroupRequest (optional) + * @return ApiResponse<ScaleUpVmGroupResponse> + * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the + * response body + * @http.response.details + * + * + * + * + * + * + *
Status Code Description Response Headers
200 The HTTP 200 response (OK). -
400 The HTTP 400 response (Bad Request). -
401 The HTTP 401 response (Unauthorized). -
500 The HTTP 500 response (Internal Server Error). -
+ */ + public ApiResponse scaleUpVmGroupWithHttpInfo( + ScaleUpVmGroupRequest scaleUpVmGroupRequest) throws ApiException { + okhttp3.Call localVarCall = scaleUpVmGroupValidateBeforeCall(scaleUpVmGroupRequest, null); + Type localVarReturnType = new TypeToken() {}.getType(); + return localVarApiClient.execute(localVarCall, localVarReturnType); + } + + /** + * (asynchronously) + * + * @param scaleUpVmGroupRequest (optional) + * @param _callback The callback to be executed when the API call finishes + * @return The request call + * @throws ApiException If fail to process the API call, e.g. serializing the request body + * object + * @http.response.details + * + * + * + * + * + * + *
Status Code Description Response Headers
200 The HTTP 200 response (OK). -
400 The HTTP 400 response (Bad Request). -
401 The HTTP 401 response (Unauthorized). -
500 The HTTP 500 response (Internal Server Error). -
+ */ + public okhttp3.Call scaleUpVmGroupAsync( + ScaleUpVmGroupRequest scaleUpVmGroupRequest, + final ApiCallback _callback) + throws ApiException { + + okhttp3.Call localVarCall = + scaleUpVmGroupValidateBeforeCall(scaleUpVmGroupRequest, _callback); + Type localVarReturnType = new TypeToken() {}.getType(); + localVarApiClient.executeAsync(localVarCall, localVarReturnType, _callback); + return localVarCall; + } + /** + * Build call for updateVmGroup + * + * @param updateVmGroupRequest (optional) + * @param _callback Callback for upload/download progress + * @return Call to execute + * @throws ApiException If fail to serialize the request body object + * @http.response.details + * + * + * + * + * + * + *
Status Code Description Response Headers
200 The HTTP 200 response (OK). -
400 The HTTP 400 response (Bad Request). -
401 The HTTP 401 response (Unauthorized). -
500 The HTTP 500 response (Internal Server Error). -
+ */ + public okhttp3.Call updateVmGroupCall( + UpdateVmGroupRequest updateVmGroupRequest, final ApiCallback _callback) + throws ApiException { + String basePath = null; + // Operation Servers + String[] localBasePaths = new String[] {}; + + // Determine Base Path to Use + if (localCustomBaseUrl != null) { + basePath = localCustomBaseUrl; + } else if (localBasePaths.length > 0) { + basePath = localBasePaths[localHostIndex]; + } else { + basePath = null; + } + + Object localVarPostBody = updateVmGroupRequest; + + // create path and map variables + String localVarPath = "/UpdateVmGroup"; + + List localVarQueryParams = new ArrayList(); + List localVarCollectionQueryParams = new ArrayList(); + Map localVarHeaderParams = new HashMap(); + Map localVarCookieParams = new HashMap(); + Map localVarFormParams = new HashMap(); + + final String[] localVarAccepts = {"application/json"}; + final String localVarAccept = localVarApiClient.selectHeaderAccept(localVarAccepts); + if (localVarAccept != null) { + localVarHeaderParams.put("Accept", localVarAccept); + } + + final String[] localVarContentTypes = {"application/json"}; + final String localVarContentType = + localVarApiClient.selectHeaderContentType(localVarContentTypes); + if (localVarContentType != null) { + localVarHeaderParams.put("Content-Type", localVarContentType); + } + + String[] localVarAuthNames = new String[] {"AWS4Auth", "ApiKeyAuth"}; + return localVarApiClient.buildCall( + basePath, + localVarPath, + "POST", + localVarQueryParams, + localVarCollectionQueryParams, + localVarPostBody, + localVarHeaderParams, + localVarCookieParams, + localVarFormParams, + localVarAuthNames, + _callback); + } + + @SuppressWarnings("rawtypes") + private okhttp3.Call updateVmGroupValidateBeforeCall( + UpdateVmGroupRequest updateVmGroupRequest, final ApiCallback _callback) + throws ApiException { + return updateVmGroupCall(updateVmGroupRequest, _callback); + } + + /** + * @param updateVmGroupRequest (optional) + * @return UpdateVmGroupResponse + * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the + * response body + * @http.response.details + * + * + * + * + * + * + *
Status Code Description Response Headers
200 The HTTP 200 response (OK). -
400 The HTTP 400 response (Bad Request). -
401 The HTTP 401 response (Unauthorized). -
500 The HTTP 500 response (Internal Server Error). -
+ */ + public UpdateVmGroupResponse updateVmGroup(UpdateVmGroupRequest updateVmGroupRequest) + throws ApiException { + ApiResponse localVarResp = + updateVmGroupWithHttpInfo(updateVmGroupRequest); + return localVarResp.getData(); + } + + /** + * @param updateVmGroupRequest (optional) + * @return ApiResponse<UpdateVmGroupResponse> + * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the + * response body + * @http.response.details + * + * + * + * + * + * + *
Status Code Description Response Headers
200 The HTTP 200 response (OK). -
400 The HTTP 400 response (Bad Request). -
401 The HTTP 401 response (Unauthorized). -
500 The HTTP 500 response (Internal Server Error). -
+ */ + public ApiResponse updateVmGroupWithHttpInfo( + UpdateVmGroupRequest updateVmGroupRequest) throws ApiException { + okhttp3.Call localVarCall = updateVmGroupValidateBeforeCall(updateVmGroupRequest, null); + Type localVarReturnType = new TypeToken() {}.getType(); + return localVarApiClient.execute(localVarCall, localVarReturnType); + } + + /** + * (asynchronously) + * + * @param updateVmGroupRequest (optional) + * @param _callback The callback to be executed when the API call finishes + * @return The request call + * @throws ApiException If fail to process the API call, e.g. serializing the request body + * object + * @http.response.details + * + * + * + * + * + * + *
Status Code Description Response Headers
200 The HTTP 200 response (OK). -
400 The HTTP 400 response (Bad Request). -
401 The HTTP 401 response (Unauthorized). -
500 The HTTP 500 response (Internal Server Error). -
+ */ + public okhttp3.Call updateVmGroupAsync( + UpdateVmGroupRequest updateVmGroupRequest, + final ApiCallback _callback) + throws ApiException { + + okhttp3.Call localVarCall = + updateVmGroupValidateBeforeCall(updateVmGroupRequest, _callback); + Type localVarReturnType = new TypeToken() {}.getType(); + localVarApiClient.executeAsync(localVarCall, localVarReturnType, _callback); + return localVarCall; + } +} diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/api/VmTemplateApi.java b/src/main/java/io/github/outscale/osc_sdk_java/client/api/VmTemplateApi.java new file mode 100644 index 00000000..32442f57 --- /dev/null +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/api/VmTemplateApi.java @@ -0,0 +1,620 @@ +/* + * 3DS OUTSCALE API + * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). + * + * The version of the OpenAPI document: 1.26 + * Contact: support@outscale.com + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ + +package io.github.outscale.osc_sdk_java.client.api; + +import com.google.gson.reflect.TypeToken; +import io.github.outscale.osc_sdk_java.client.ApiCallback; +import io.github.outscale.osc_sdk_java.client.ApiClient; +import io.github.outscale.osc_sdk_java.client.ApiException; +import io.github.outscale.osc_sdk_java.client.ApiResponse; +import io.github.outscale.osc_sdk_java.client.Configuration; +import io.github.outscale.osc_sdk_java.client.Pair; +import io.github.outscale.osc_sdk_java.client.model.CreateVmTemplateRequest; +import io.github.outscale.osc_sdk_java.client.model.CreateVmTemplateResponse; +import io.github.outscale.osc_sdk_java.client.model.DeleteVmTemplateRequest; +import io.github.outscale.osc_sdk_java.client.model.DeleteVmTemplateResponse; +import io.github.outscale.osc_sdk_java.client.model.ReadVmTemplatesRequest; +import io.github.outscale.osc_sdk_java.client.model.ReadVmTemplatesResponse; +import io.github.outscale.osc_sdk_java.client.model.UpdateVmTemplateRequest; +import io.github.outscale.osc_sdk_java.client.model.UpdateVmTemplateResponse; +import java.lang.reflect.Type; +import java.util.ArrayList; +import java.util.HashMap; +import java.util.List; +import java.util.Map; + +public class VmTemplateApi { + private ApiClient localVarApiClient; + private int localHostIndex; + private String localCustomBaseUrl; + + public VmTemplateApi() { + this(Configuration.getDefaultApiClient()); + } + + public VmTemplateApi(ApiClient apiClient) { + this.localVarApiClient = apiClient; + } + + public ApiClient getApiClient() { + return localVarApiClient; + } + + public void setApiClient(ApiClient apiClient) { + this.localVarApiClient = apiClient; + } + + public int getHostIndex() { + return localHostIndex; + } + + public void setHostIndex(int hostIndex) { + this.localHostIndex = hostIndex; + } + + public String getCustomBaseUrl() { + return localCustomBaseUrl; + } + + public void setCustomBaseUrl(String customBaseUrl) { + this.localCustomBaseUrl = customBaseUrl; + } + + /** + * Build call for createVmTemplate + * + * @param createVmTemplateRequest (optional) + * @param _callback Callback for upload/download progress + * @return Call to execute + * @throws ApiException If fail to serialize the request body object + * @http.response.details + * + * + * + *
Status Code Description Response Headers
200 The HTTP 200 response (OK). -
+ */ + public okhttp3.Call createVmTemplateCall( + CreateVmTemplateRequest createVmTemplateRequest, final ApiCallback _callback) + throws ApiException { + String basePath = null; + // Operation Servers + String[] localBasePaths = new String[] {}; + + // Determine Base Path to Use + if (localCustomBaseUrl != null) { + basePath = localCustomBaseUrl; + } else if (localBasePaths.length > 0) { + basePath = localBasePaths[localHostIndex]; + } else { + basePath = null; + } + + Object localVarPostBody = createVmTemplateRequest; + + // create path and map variables + String localVarPath = "/CreateVmTemplate"; + + List localVarQueryParams = new ArrayList(); + List localVarCollectionQueryParams = new ArrayList(); + Map localVarHeaderParams = new HashMap(); + Map localVarCookieParams = new HashMap(); + Map localVarFormParams = new HashMap(); + + final String[] localVarAccepts = {"application/json"}; + final String localVarAccept = localVarApiClient.selectHeaderAccept(localVarAccepts); + if (localVarAccept != null) { + localVarHeaderParams.put("Accept", localVarAccept); + } + + final String[] localVarContentTypes = {"application/json"}; + final String localVarContentType = + localVarApiClient.selectHeaderContentType(localVarContentTypes); + if (localVarContentType != null) { + localVarHeaderParams.put("Content-Type", localVarContentType); + } + + String[] localVarAuthNames = new String[] {"AWS4Auth", "ApiKeyAuth"}; + return localVarApiClient.buildCall( + basePath, + localVarPath, + "POST", + localVarQueryParams, + localVarCollectionQueryParams, + localVarPostBody, + localVarHeaderParams, + localVarCookieParams, + localVarFormParams, + localVarAuthNames, + _callback); + } + + @SuppressWarnings("rawtypes") + private okhttp3.Call createVmTemplateValidateBeforeCall( + CreateVmTemplateRequest createVmTemplateRequest, final ApiCallback _callback) + throws ApiException { + return createVmTemplateCall(createVmTemplateRequest, _callback); + } + + /** + * @param createVmTemplateRequest (optional) + * @return CreateVmTemplateResponse + * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the + * response body + * @http.response.details + * + * + * + *
Status Code Description Response Headers
200 The HTTP 200 response (OK). -
+ */ + public CreateVmTemplateResponse createVmTemplate( + CreateVmTemplateRequest createVmTemplateRequest) throws ApiException { + ApiResponse localVarResp = + createVmTemplateWithHttpInfo(createVmTemplateRequest); + return localVarResp.getData(); + } + + /** + * @param createVmTemplateRequest (optional) + * @return ApiResponse<CreateVmTemplateResponse> + * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the + * response body + * @http.response.details + * + * + * + *
Status Code Description Response Headers
200 The HTTP 200 response (OK). -
+ */ + public ApiResponse createVmTemplateWithHttpInfo( + CreateVmTemplateRequest createVmTemplateRequest) throws ApiException { + okhttp3.Call localVarCall = + createVmTemplateValidateBeforeCall(createVmTemplateRequest, null); + Type localVarReturnType = new TypeToken() {}.getType(); + return localVarApiClient.execute(localVarCall, localVarReturnType); + } + + /** + * (asynchronously) + * + * @param createVmTemplateRequest (optional) + * @param _callback The callback to be executed when the API call finishes + * @return The request call + * @throws ApiException If fail to process the API call, e.g. serializing the request body + * object + * @http.response.details + * + * + * + *
Status Code Description Response Headers
200 The HTTP 200 response (OK). -
+ */ + public okhttp3.Call createVmTemplateAsync( + CreateVmTemplateRequest createVmTemplateRequest, + final ApiCallback _callback) + throws ApiException { + + okhttp3.Call localVarCall = + createVmTemplateValidateBeforeCall(createVmTemplateRequest, _callback); + Type localVarReturnType = new TypeToken() {}.getType(); + localVarApiClient.executeAsync(localVarCall, localVarReturnType, _callback); + return localVarCall; + } + /** + * Build call for deleteVmTemplate + * + * @param deleteVmTemplateRequest (optional) + * @param _callback Callback for upload/download progress + * @return Call to execute + * @throws ApiException If fail to serialize the request body object + * @http.response.details + * + * + * + *
Status Code Description Response Headers
200 The HTTP 200 response (OK). -
+ */ + public okhttp3.Call deleteVmTemplateCall( + DeleteVmTemplateRequest deleteVmTemplateRequest, final ApiCallback _callback) + throws ApiException { + String basePath = null; + // Operation Servers + String[] localBasePaths = new String[] {}; + + // Determine Base Path to Use + if (localCustomBaseUrl != null) { + basePath = localCustomBaseUrl; + } else if (localBasePaths.length > 0) { + basePath = localBasePaths[localHostIndex]; + } else { + basePath = null; + } + + Object localVarPostBody = deleteVmTemplateRequest; + + // create path and map variables + String localVarPath = "/DeleteVmTemplate"; + + List localVarQueryParams = new ArrayList(); + List localVarCollectionQueryParams = new ArrayList(); + Map localVarHeaderParams = new HashMap(); + Map localVarCookieParams = new HashMap(); + Map localVarFormParams = new HashMap(); + + final String[] localVarAccepts = {"application/json"}; + final String localVarAccept = localVarApiClient.selectHeaderAccept(localVarAccepts); + if (localVarAccept != null) { + localVarHeaderParams.put("Accept", localVarAccept); + } + + final String[] localVarContentTypes = {"application/json"}; + final String localVarContentType = + localVarApiClient.selectHeaderContentType(localVarContentTypes); + if (localVarContentType != null) { + localVarHeaderParams.put("Content-Type", localVarContentType); + } + + String[] localVarAuthNames = new String[] {"AWS4Auth", "ApiKeyAuth"}; + return localVarApiClient.buildCall( + basePath, + localVarPath, + "POST", + localVarQueryParams, + localVarCollectionQueryParams, + localVarPostBody, + localVarHeaderParams, + localVarCookieParams, + localVarFormParams, + localVarAuthNames, + _callback); + } + + @SuppressWarnings("rawtypes") + private okhttp3.Call deleteVmTemplateValidateBeforeCall( + DeleteVmTemplateRequest deleteVmTemplateRequest, final ApiCallback _callback) + throws ApiException { + return deleteVmTemplateCall(deleteVmTemplateRequest, _callback); + } + + /** + * @param deleteVmTemplateRequest (optional) + * @return DeleteVmTemplateResponse + * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the + * response body + * @http.response.details + * + * + * + *
Status Code Description Response Headers
200 The HTTP 200 response (OK). -
+ */ + public DeleteVmTemplateResponse deleteVmTemplate( + DeleteVmTemplateRequest deleteVmTemplateRequest) throws ApiException { + ApiResponse localVarResp = + deleteVmTemplateWithHttpInfo(deleteVmTemplateRequest); + return localVarResp.getData(); + } + + /** + * @param deleteVmTemplateRequest (optional) + * @return ApiResponse<DeleteVmTemplateResponse> + * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the + * response body + * @http.response.details + * + * + * + *
Status Code Description Response Headers
200 The HTTP 200 response (OK). -
+ */ + public ApiResponse deleteVmTemplateWithHttpInfo( + DeleteVmTemplateRequest deleteVmTemplateRequest) throws ApiException { + okhttp3.Call localVarCall = + deleteVmTemplateValidateBeforeCall(deleteVmTemplateRequest, null); + Type localVarReturnType = new TypeToken() {}.getType(); + return localVarApiClient.execute(localVarCall, localVarReturnType); + } + + /** + * (asynchronously) + * + * @param deleteVmTemplateRequest (optional) + * @param _callback The callback to be executed when the API call finishes + * @return The request call + * @throws ApiException If fail to process the API call, e.g. serializing the request body + * object + * @http.response.details + * + * + * + *
Status Code Description Response Headers
200 The HTTP 200 response (OK). -
+ */ + public okhttp3.Call deleteVmTemplateAsync( + DeleteVmTemplateRequest deleteVmTemplateRequest, + final ApiCallback _callback) + throws ApiException { + + okhttp3.Call localVarCall = + deleteVmTemplateValidateBeforeCall(deleteVmTemplateRequest, _callback); + Type localVarReturnType = new TypeToken() {}.getType(); + localVarApiClient.executeAsync(localVarCall, localVarReturnType, _callback); + return localVarCall; + } + /** + * Build call for readVmTemplates + * + * @param readVmTemplatesRequest (optional) + * @param _callback Callback for upload/download progress + * @return Call to execute + * @throws ApiException If fail to serialize the request body object + * @http.response.details + * + * + * + *
Status Code Description Response Headers
200 The HTTP 200 response (OK). -
+ */ + public okhttp3.Call readVmTemplatesCall( + ReadVmTemplatesRequest readVmTemplatesRequest, final ApiCallback _callback) + throws ApiException { + String basePath = null; + // Operation Servers + String[] localBasePaths = new String[] {}; + + // Determine Base Path to Use + if (localCustomBaseUrl != null) { + basePath = localCustomBaseUrl; + } else if (localBasePaths.length > 0) { + basePath = localBasePaths[localHostIndex]; + } else { + basePath = null; + } + + Object localVarPostBody = readVmTemplatesRequest; + + // create path and map variables + String localVarPath = "/ReadVmTemplates"; + + List localVarQueryParams = new ArrayList(); + List localVarCollectionQueryParams = new ArrayList(); + Map localVarHeaderParams = new HashMap(); + Map localVarCookieParams = new HashMap(); + Map localVarFormParams = new HashMap(); + + final String[] localVarAccepts = {"application/json"}; + final String localVarAccept = localVarApiClient.selectHeaderAccept(localVarAccepts); + if (localVarAccept != null) { + localVarHeaderParams.put("Accept", localVarAccept); + } + + final String[] localVarContentTypes = {"application/json"}; + final String localVarContentType = + localVarApiClient.selectHeaderContentType(localVarContentTypes); + if (localVarContentType != null) { + localVarHeaderParams.put("Content-Type", localVarContentType); + } + + String[] localVarAuthNames = new String[] {"AWS4Auth", "ApiKeyAuth"}; + return localVarApiClient.buildCall( + basePath, + localVarPath, + "POST", + localVarQueryParams, + localVarCollectionQueryParams, + localVarPostBody, + localVarHeaderParams, + localVarCookieParams, + localVarFormParams, + localVarAuthNames, + _callback); + } + + @SuppressWarnings("rawtypes") + private okhttp3.Call readVmTemplatesValidateBeforeCall( + ReadVmTemplatesRequest readVmTemplatesRequest, final ApiCallback _callback) + throws ApiException { + return readVmTemplatesCall(readVmTemplatesRequest, _callback); + } + + /** + * @param readVmTemplatesRequest (optional) + * @return ReadVmTemplatesResponse + * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the + * response body + * @http.response.details + * + * + * + *
Status Code Description Response Headers
200 The HTTP 200 response (OK). -
+ */ + public ReadVmTemplatesResponse readVmTemplates(ReadVmTemplatesRequest readVmTemplatesRequest) + throws ApiException { + ApiResponse localVarResp = + readVmTemplatesWithHttpInfo(readVmTemplatesRequest); + return localVarResp.getData(); + } + + /** + * @param readVmTemplatesRequest (optional) + * @return ApiResponse<ReadVmTemplatesResponse> + * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the + * response body + * @http.response.details + * + * + * + *
Status Code Description Response Headers
200 The HTTP 200 response (OK). -
+ */ + public ApiResponse readVmTemplatesWithHttpInfo( + ReadVmTemplatesRequest readVmTemplatesRequest) throws ApiException { + okhttp3.Call localVarCall = readVmTemplatesValidateBeforeCall(readVmTemplatesRequest, null); + Type localVarReturnType = new TypeToken() {}.getType(); + return localVarApiClient.execute(localVarCall, localVarReturnType); + } + + /** + * (asynchronously) + * + * @param readVmTemplatesRequest (optional) + * @param _callback The callback to be executed when the API call finishes + * @return The request call + * @throws ApiException If fail to process the API call, e.g. serializing the request body + * object + * @http.response.details + * + * + * + *
Status Code Description Response Headers
200 The HTTP 200 response (OK). -
+ */ + public okhttp3.Call readVmTemplatesAsync( + ReadVmTemplatesRequest readVmTemplatesRequest, + final ApiCallback _callback) + throws ApiException { + + okhttp3.Call localVarCall = + readVmTemplatesValidateBeforeCall(readVmTemplatesRequest, _callback); + Type localVarReturnType = new TypeToken() {}.getType(); + localVarApiClient.executeAsync(localVarCall, localVarReturnType, _callback); + return localVarCall; + } + /** + * Build call for updateVmTemplate + * + * @param updateVmTemplateRequest (optional) + * @param _callback Callback for upload/download progress + * @return Call to execute + * @throws ApiException If fail to serialize the request body object + * @http.response.details + * + * + * + *
Status Code Description Response Headers
200 The HTTP 200 response (OK). -
+ */ + public okhttp3.Call updateVmTemplateCall( + UpdateVmTemplateRequest updateVmTemplateRequest, final ApiCallback _callback) + throws ApiException { + String basePath = null; + // Operation Servers + String[] localBasePaths = new String[] {}; + + // Determine Base Path to Use + if (localCustomBaseUrl != null) { + basePath = localCustomBaseUrl; + } else if (localBasePaths.length > 0) { + basePath = localBasePaths[localHostIndex]; + } else { + basePath = null; + } + + Object localVarPostBody = updateVmTemplateRequest; + + // create path and map variables + String localVarPath = "/UpdateVmTemplate"; + + List localVarQueryParams = new ArrayList(); + List localVarCollectionQueryParams = new ArrayList(); + Map localVarHeaderParams = new HashMap(); + Map localVarCookieParams = new HashMap(); + Map localVarFormParams = new HashMap(); + + final String[] localVarAccepts = {"application/json"}; + final String localVarAccept = localVarApiClient.selectHeaderAccept(localVarAccepts); + if (localVarAccept != null) { + localVarHeaderParams.put("Accept", localVarAccept); + } + + final String[] localVarContentTypes = {"application/json"}; + final String localVarContentType = + localVarApiClient.selectHeaderContentType(localVarContentTypes); + if (localVarContentType != null) { + localVarHeaderParams.put("Content-Type", localVarContentType); + } + + String[] localVarAuthNames = new String[] {"AWS4Auth", "ApiKeyAuth"}; + return localVarApiClient.buildCall( + basePath, + localVarPath, + "POST", + localVarQueryParams, + localVarCollectionQueryParams, + localVarPostBody, + localVarHeaderParams, + localVarCookieParams, + localVarFormParams, + localVarAuthNames, + _callback); + } + + @SuppressWarnings("rawtypes") + private okhttp3.Call updateVmTemplateValidateBeforeCall( + UpdateVmTemplateRequest updateVmTemplateRequest, final ApiCallback _callback) + throws ApiException { + return updateVmTemplateCall(updateVmTemplateRequest, _callback); + } + + /** + * @param updateVmTemplateRequest (optional) + * @return UpdateVmTemplateResponse + * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the + * response body + * @http.response.details + * + * + * + *
Status Code Description Response Headers
200 The HTTP 200 response (OK). -
+ */ + public UpdateVmTemplateResponse updateVmTemplate( + UpdateVmTemplateRequest updateVmTemplateRequest) throws ApiException { + ApiResponse localVarResp = + updateVmTemplateWithHttpInfo(updateVmTemplateRequest); + return localVarResp.getData(); + } + + /** + * @param updateVmTemplateRequest (optional) + * @return ApiResponse<UpdateVmTemplateResponse> + * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the + * response body + * @http.response.details + * + * + * + *
Status Code Description Response Headers
200 The HTTP 200 response (OK). -
+ */ + public ApiResponse updateVmTemplateWithHttpInfo( + UpdateVmTemplateRequest updateVmTemplateRequest) throws ApiException { + okhttp3.Call localVarCall = + updateVmTemplateValidateBeforeCall(updateVmTemplateRequest, null); + Type localVarReturnType = new TypeToken() {}.getType(); + return localVarApiClient.execute(localVarCall, localVarReturnType); + } + + /** + * (asynchronously) + * + * @param updateVmTemplateRequest (optional) + * @param _callback The callback to be executed when the API call finishes + * @return The request call + * @throws ApiException If fail to process the API call, e.g. serializing the request body + * object + * @http.response.details + * + * + * + *
Status Code Description Response Headers
200 The HTTP 200 response (OK). -
+ */ + public okhttp3.Call updateVmTemplateAsync( + UpdateVmTemplateRequest updateVmTemplateRequest, + final ApiCallback _callback) + throws ApiException { + + okhttp3.Call localVarCall = + updateVmTemplateValidateBeforeCall(updateVmTemplateRequest, _callback); + Type localVarReturnType = new TypeToken() {}.getType(); + localVarApiClient.executeAsync(localVarCall, localVarReturnType, _callback); + return localVarCall; + } +} diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/api/VolumeApi.java b/src/main/java/io/github/outscale/osc_sdk_java/client/api/VolumeApi.java index 7159023f..2a5cc98e 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/api/VolumeApi.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/api/VolumeApi.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/api/VpnConnectionApi.java b/src/main/java/io/github/outscale/osc_sdk_java/client/api/VpnConnectionApi.java index 0af28e30..a7da3e90 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/api/VpnConnectionApi.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/api/VpnConnectionApi.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/auth/AWS4Auth.java b/src/main/java/io/github/outscale/osc_sdk_java/client/auth/AWS4Auth.java index 1c54cc53..9a4029bb 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/auth/AWS4Auth.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/auth/AWS4Auth.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/auth/ApiKeyAuth.java b/src/main/java/io/github/outscale/osc_sdk_java/client/auth/ApiKeyAuth.java index 9bee6860..07dd3a5c 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/auth/ApiKeyAuth.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/auth/ApiKeyAuth.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/auth/Authentication.java b/src/main/java/io/github/outscale/osc_sdk_java/client/auth/Authentication.java index 037b966d..ab19ba7b 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/auth/Authentication.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/auth/Authentication.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/auth/HttpBasicAuth.java b/src/main/java/io/github/outscale/osc_sdk_java/client/auth/HttpBasicAuth.java index 01cbe446..eaf2de4a 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/auth/HttpBasicAuth.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/auth/HttpBasicAuth.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/auth/HttpBearerAuth.java b/src/main/java/io/github/outscale/osc_sdk_java/client/auth/HttpBearerAuth.java index 6f3e9f9f..5d40b434 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/auth/HttpBearerAuth.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/auth/HttpBearerAuth.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/AbstractOpenApiSchema.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/AbstractOpenApiSchema.java index b3c7ffc2..0fdbdf1a 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/AbstractOpenApiSchema.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/AbstractOpenApiSchema.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/AcceptNetPeeringRequest.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/AcceptNetPeeringRequest.java index e354f47d..833380f2 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/AcceptNetPeeringRequest.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/AcceptNetPeeringRequest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/AcceptNetPeeringResponse.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/AcceptNetPeeringResponse.java index 7726b2dd..c2b51089 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/AcceptNetPeeringResponse.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/AcceptNetPeeringResponse.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/AccepterNet.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/AccepterNet.java index 1924233f..ae93d888 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/AccepterNet.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/AccepterNet.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/AccessKey.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/AccessKey.java index 83db297d..4dae82b0 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/AccessKey.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/AccessKey.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/AccessKeySecretKey.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/AccessKeySecretKey.java index 98d8ba66..a602183f 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/AccessKeySecretKey.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/AccessKeySecretKey.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/AccessLog.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/AccessLog.java index 3ffa59bb..213848d1 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/AccessLog.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/AccessLog.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/Account.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/Account.java index 297669c2..9ecbda58 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/Account.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/Account.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/ApiAccessPolicy.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/ApiAccessPolicy.java index 86ecec10..2fe1d4f0 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/ApiAccessPolicy.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/ApiAccessPolicy.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/ApiAccessRule.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/ApiAccessRule.java index fe62cc49..ddadfd86 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/ApiAccessRule.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/ApiAccessRule.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/ApplicationStickyCookiePolicy.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/ApplicationStickyCookiePolicy.java index d62becb3..040c80b8 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/ApplicationStickyCookiePolicy.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/ApplicationStickyCookiePolicy.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/BackendVmHealth.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/BackendVmHealth.java index 610343a0..94fea917 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/BackendVmHealth.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/BackendVmHealth.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/BlockDeviceMappingCreated.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/BlockDeviceMappingCreated.java index f3b385e3..494bf0c8 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/BlockDeviceMappingCreated.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/BlockDeviceMappingCreated.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/BlockDeviceMappingImage.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/BlockDeviceMappingImage.java index fb673db2..f33179b8 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/BlockDeviceMappingImage.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/BlockDeviceMappingImage.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/BlockDeviceMappingVmCreation.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/BlockDeviceMappingVmCreation.java index b51e9b4c..5b33b62f 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/BlockDeviceMappingVmCreation.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/BlockDeviceMappingVmCreation.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/BlockDeviceMappingVmUpdate.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/BlockDeviceMappingVmUpdate.java index 1912790c..25f95677 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/BlockDeviceMappingVmUpdate.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/BlockDeviceMappingVmUpdate.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/BsuCreated.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/BsuCreated.java index 688ea017..13657440 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/BsuCreated.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/BsuCreated.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -82,7 +82,7 @@ public BsuCreated linkDate(OffsetDateTime linkDate) { } /** - * The time and date of attachment of the volume to the VM. + * The date and time of attachment of the volume to the VM, in ISO 8601 date-time format. * * @return linkDate */ diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/BsuToCreate.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/BsuToCreate.java index 861152cc..0d4d01d8 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/BsuToCreate.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/BsuToCreate.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/BsuToUpdateVm.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/BsuToUpdateVm.java index bae83a44..b2798dde 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/BsuToUpdateVm.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/BsuToUpdateVm.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/Ca.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/Ca.java index 374dea9f..67327d3b 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/Ca.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/Ca.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/Catalog.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/Catalog.java index a5e5c495..b54d82d0 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/Catalog.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/Catalog.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/CatalogEntry.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/CatalogEntry.java index b9d1b2e8..5e5d5a28 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/CatalogEntry.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/CatalogEntry.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/Catalogs.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/Catalogs.java new file mode 100644 index 00000000..3f86a0a2 --- /dev/null +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/Catalogs.java @@ -0,0 +1,359 @@ +/* + * 3DS OUTSCALE API + * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). + * + * The version of the OpenAPI document: 1.26 + * Contact: support@outscale.com + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ + +package io.github.outscale.osc_sdk_java.client.model; + +import com.google.gson.Gson; +import com.google.gson.JsonArray; +import com.google.gson.JsonElement; +import com.google.gson.JsonObject; +import com.google.gson.TypeAdapter; +import com.google.gson.TypeAdapterFactory; +import com.google.gson.annotations.JsonAdapter; +import com.google.gson.annotations.SerializedName; +import com.google.gson.reflect.TypeToken; +import com.google.gson.stream.JsonReader; +import com.google.gson.stream.JsonWriter; +import io.github.outscale.osc_sdk_java.client.JSON; +import java.io.IOException; +import java.time.OffsetDateTime; +import java.util.ArrayList; +import java.util.HashSet; +import java.util.List; +import java.util.Map.Entry; +import java.util.Objects; +import java.util.Set; + +/** Information about the catalogs. */ +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen") +public class Catalogs { + public static final String SERIALIZED_NAME_ENTRIES = "Entries"; + + @SerializedName(SERIALIZED_NAME_ENTRIES) + private List entries = null; + + public static final String SERIALIZED_NAME_FROM_DATE = "FromDate"; + + @SerializedName(SERIALIZED_NAME_FROM_DATE) + private OffsetDateTime fromDate; + + /** The state of the catalog (`CURRENT` \\| `OBSOLETE`). */ + @JsonAdapter(StateEnum.Adapter.class) + public enum StateEnum { + CURRENT("CURRENT"), + + OBSOLETE("OBSOLETE"); + + private String value; + + StateEnum(String value) { + this.value = value; + } + + public String getValue() { + return value; + } + + @Override + public String toString() { + return String.valueOf(value); + } + + public static StateEnum fromValue(String value) { + for (StateEnum b : StateEnum.values()) { + if (b.value.equals(value)) { + return b; + } + } + throw new IllegalArgumentException("Unexpected value '" + value + "'"); + } + + public static class Adapter extends TypeAdapter { + @Override + public void write(final JsonWriter jsonWriter, final StateEnum enumeration) + throws IOException { + jsonWriter.value(enumeration.getValue()); + } + + @Override + public StateEnum read(final JsonReader jsonReader) throws IOException { + String value = jsonReader.nextString(); + return StateEnum.fromValue(value); + } + } + } + + public static final String SERIALIZED_NAME_STATE = "State"; + + @SerializedName(SERIALIZED_NAME_STATE) + private StateEnum state; + + public static final String SERIALIZED_NAME_TO_DATE = "ToDate"; + + @SerializedName(SERIALIZED_NAME_TO_DATE) + private OffsetDateTime toDate; + + public Catalogs() {} + + public Catalogs entries(List entries) { + + this.entries = entries; + return this; + } + + public Catalogs addEntriesItem(CatalogEntry entriesItem) { + if (this.entries == null) { + this.entries = new ArrayList<>(); + } + this.entries.add(entriesItem); + return this; + } + + /** + * One or more catalog entries. + * + * @return entries + */ + @javax.annotation.Nullable + public List getEntries() { + return entries; + } + + public void setEntries(List entries) { + this.entries = entries; + } + + public Catalogs fromDate(OffsetDateTime fromDate) { + + this.fromDate = fromDate; + return this; + } + + /** + * The beginning of the time period, in ISO 8601 date-time format. + * + * @return fromDate + */ + @javax.annotation.Nullable + public OffsetDateTime getFromDate() { + return fromDate; + } + + public void setFromDate(OffsetDateTime fromDate) { + this.fromDate = fromDate; + } + + public Catalogs state(StateEnum state) { + + this.state = state; + return this; + } + + /** + * The state of the catalog (`CURRENT` \\| `OBSOLETE`). + * + * @return state + */ + @javax.annotation.Nullable + public StateEnum getState() { + return state; + } + + public void setState(StateEnum state) { + this.state = state; + } + + public Catalogs toDate(OffsetDateTime toDate) { + + this.toDate = toDate; + return this; + } + + /** + * The end of the time period, in ISO 8601 date-time format. + * + * @return toDate + */ + @javax.annotation.Nullable + public OffsetDateTime getToDate() { + return toDate; + } + + public void setToDate(OffsetDateTime toDate) { + this.toDate = toDate; + } + + @Override + public boolean equals(Object o) { + if (this == o) { + return true; + } + if (o == null || getClass() != o.getClass()) { + return false; + } + Catalogs catalogs = (Catalogs) o; + return Objects.equals(this.entries, catalogs.entries) + && Objects.equals(this.fromDate, catalogs.fromDate) + && Objects.equals(this.state, catalogs.state) + && Objects.equals(this.toDate, catalogs.toDate); + } + + @Override + public int hashCode() { + return Objects.hash(entries, fromDate, state, toDate); + } + + @Override + public String toString() { + StringBuilder sb = new StringBuilder(); + sb.append("class Catalogs {\n"); + sb.append(" entries: ").append(toIndentedString(entries)).append("\n"); + sb.append(" fromDate: ").append(toIndentedString(fromDate)).append("\n"); + sb.append(" state: ").append(toIndentedString(state)).append("\n"); + sb.append(" toDate: ").append(toIndentedString(toDate)).append("\n"); + sb.append("}"); + return sb.toString(); + } + + /** + * Convert the given object to string with each line indented by 4 spaces (except the first + * line). + */ + private String toIndentedString(Object o) { + if (o == null) { + return "null"; + } + return o.toString().replace("\n", "\n "); + } + + public static HashSet openapiFields; + public static HashSet openapiRequiredFields; + + static { + // a set of all properties/fields (JSON key names) + openapiFields = new HashSet(); + openapiFields.add("Entries"); + openapiFields.add("FromDate"); + openapiFields.add("State"); + openapiFields.add("ToDate"); + + // a set of required properties/fields (JSON key names) + openapiRequiredFields = new HashSet(); + } + + /** + * Validates the JSON Object and throws an exception if issues found + * + * @param jsonObj JSON Object + * @throws IOException if the JSON Object is invalid with respect to Catalogs + */ + public static void validateJsonObject(JsonObject jsonObj) throws IOException { + if (jsonObj == null) { + if (!Catalogs.openapiRequiredFields + .isEmpty()) { // has required fields but JSON object is null + throw new IllegalArgumentException( + String.format( + "The required field(s) %s in Catalogs is not found in the empty" + + " JSON string", + Catalogs.openapiRequiredFields.toString())); + } + } + + Set> entries = jsonObj.entrySet(); + // check to see if the JSON string contains additional fields + for (Entry entry : entries) { + if (!Catalogs.openapiFields.contains(entry.getKey())) { + throw new IllegalArgumentException( + String.format( + "The field `%s` in the JSON string is not defined in the" + + " `Catalogs` properties. JSON: %s", + entry.getKey(), jsonObj.toString())); + } + } + if (jsonObj.get("Entries") != null && !jsonObj.get("Entries").isJsonNull()) { + JsonArray jsonArrayentries = jsonObj.getAsJsonArray("Entries"); + if (jsonArrayentries != null) { + // ensure the json data is an array + if (!jsonObj.get("Entries").isJsonArray()) { + throw new IllegalArgumentException( + String.format( + "Expected the field `Entries` to be an array in the JSON" + + " string but got `%s`", + jsonObj.get("Entries").toString())); + } + + // validate the optional field `Entries` (array) + for (int i = 0; i < jsonArrayentries.size(); i++) { + CatalogEntry.validateJsonObject(jsonArrayentries.get(i).getAsJsonObject()); + } + ; + } + } + if ((jsonObj.get("State") != null && !jsonObj.get("State").isJsonNull()) + && !jsonObj.get("State").isJsonPrimitive()) { + throw new IllegalArgumentException( + String.format( + "Expected the field `State` to be a primitive type in the JSON string" + + " but got `%s`", + jsonObj.get("State").toString())); + } + } + + public static class CustomTypeAdapterFactory implements TypeAdapterFactory { + @SuppressWarnings("unchecked") + @Override + public TypeAdapter create(Gson gson, TypeToken type) { + if (!Catalogs.class.isAssignableFrom(type.getRawType())) { + return null; // this class only serializes 'Catalogs' and its subtypes + } + final TypeAdapter elementAdapter = gson.getAdapter(JsonElement.class); + final TypeAdapter thisAdapter = + gson.getDelegateAdapter(this, TypeToken.get(Catalogs.class)); + + return (TypeAdapter) + new TypeAdapter() { + @Override + public void write(JsonWriter out, Catalogs value) throws IOException { + JsonObject obj = thisAdapter.toJsonTree(value).getAsJsonObject(); + elementAdapter.write(out, obj); + } + + @Override + public Catalogs read(JsonReader in) throws IOException { + JsonObject jsonObj = elementAdapter.read(in).getAsJsonObject(); + validateJsonObject(jsonObj); + return thisAdapter.fromJsonTree(jsonObj); + } + }.nullSafe(); + } + } + + /** + * Create an instance of Catalogs given an JSON string + * + * @param jsonString JSON string + * @return An instance of Catalogs + * @throws IOException if the JSON string is invalid with respect to Catalogs + */ + public static Catalogs fromJson(String jsonString) throws IOException { + return JSON.getGson().fromJson(jsonString, Catalogs.class); + } + + /** + * Convert an instance of Catalogs to an JSON string + * + * @return JSON string + */ + public String toJson() { + return JSON.getGson().toJson(this); + } +} diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/CheckAuthenticationRequest.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/CheckAuthenticationRequest.java index 69804985..aa517b7f 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/CheckAuthenticationRequest.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/CheckAuthenticationRequest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/CheckAuthenticationResponse.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/CheckAuthenticationResponse.java index 19feb32c..a20034a1 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/CheckAuthenticationResponse.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/CheckAuthenticationResponse.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/ClientGateway.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/ClientGateway.java index 3aa81b52..6f392a08 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/ClientGateway.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/ClientGateway.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/ConsumptionEntry.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/ConsumptionEntry.java index 040c6740..6480f532 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/ConsumptionEntry.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/ConsumptionEntry.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -136,7 +136,7 @@ public ConsumptionEntry fromDate(OffsetDateTime fromDate) { } /** - * The beginning of the time period. + * The beginning of the time period, in ISO 8601 date-time format. * * @return fromDate */ @@ -259,7 +259,7 @@ public ConsumptionEntry toDate(OffsetDateTime toDate) { } /** - * The end of the time period. + * The end of the time period, in ISO 8601 date-time format. * * @return toDate */ diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/CreateAccessKeyRequest.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/CreateAccessKeyRequest.java index cf3124c4..dddbe16a 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/CreateAccessKeyRequest.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/CreateAccessKeyRequest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -71,9 +71,9 @@ public CreateAccessKeyRequest expirationDate(OffsetDateTime expirationDate) { } /** - * The date and time at which you want the access key to expire, in ISO 8601 format (for - * example, `2017-06-14` or `2017-06-14T00:00:00Z`). To remove an existing - * expiration date, use the method without specifying this parameter. + * The date and time, or the date, at which you want the access key to expire, in ISO 8601 + * format (for example, `2020-06-14T00:00:00.000Z`, or `2020-06-14`). To + * remove an existing expiration date, use the method without specifying this parameter. * * @return expirationDate */ diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/CreateAccessKeyResponse.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/CreateAccessKeyResponse.java index 5bc067c2..2ae777bc 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/CreateAccessKeyResponse.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/CreateAccessKeyResponse.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/CreateAccountRequest.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/CreateAccountRequest.java index 07f5ff8e..494cd8dc 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/CreateAccountRequest.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/CreateAccountRequest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/CreateAccountResponse.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/CreateAccountResponse.java index 0eab015d..3c76cdb7 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/CreateAccountResponse.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/CreateAccountResponse.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/CreateApiAccessRuleRequest.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/CreateApiAccessRuleRequest.java index c4f28b73..53eb5c0e 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/CreateApiAccessRuleRequest.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/CreateApiAccessRuleRequest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/CreateApiAccessRuleResponse.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/CreateApiAccessRuleResponse.java index c7d94de2..188f1dbf 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/CreateApiAccessRuleResponse.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/CreateApiAccessRuleResponse.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/CreateCaRequest.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/CreateCaRequest.java index ffeab25e..20587305 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/CreateCaRequest.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/CreateCaRequest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/CreateCaResponse.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/CreateCaResponse.java index 08f2fdfb..1bb3bc3e 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/CreateCaResponse.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/CreateCaResponse.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/CreateClientGatewayRequest.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/CreateClientGatewayRequest.java index 33929ff2..1c21e0f7 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/CreateClientGatewayRequest.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/CreateClientGatewayRequest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/CreateClientGatewayResponse.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/CreateClientGatewayResponse.java index 9963d67c..1c053b68 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/CreateClientGatewayResponse.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/CreateClientGatewayResponse.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/CreateDhcpOptionsRequest.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/CreateDhcpOptionsRequest.java index 0b25acbd..af52a6db 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/CreateDhcpOptionsRequest.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/CreateDhcpOptionsRequest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/CreateDhcpOptionsResponse.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/CreateDhcpOptionsResponse.java index fa783cb7..583f1011 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/CreateDhcpOptionsResponse.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/CreateDhcpOptionsResponse.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/CreateDirectLinkInterfaceRequest.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/CreateDirectLinkInterfaceRequest.java index e6cf6fb4..324d4dba 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/CreateDirectLinkInterfaceRequest.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/CreateDirectLinkInterfaceRequest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/CreateDirectLinkInterfaceResponse.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/CreateDirectLinkInterfaceResponse.java index a74b3f5f..2d499917 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/CreateDirectLinkInterfaceResponse.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/CreateDirectLinkInterfaceResponse.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/CreateDirectLinkRequest.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/CreateDirectLinkRequest.java index 6fe3c1f8..a49ba3b3 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/CreateDirectLinkRequest.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/CreateDirectLinkRequest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/CreateDirectLinkResponse.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/CreateDirectLinkResponse.java index 2c44296f..e8219238 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/CreateDirectLinkResponse.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/CreateDirectLinkResponse.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/CreateFlexibleGpuRequest.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/CreateFlexibleGpuRequest.java index 29c294a2..644019a2 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/CreateFlexibleGpuRequest.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/CreateFlexibleGpuRequest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/CreateFlexibleGpuResponse.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/CreateFlexibleGpuResponse.java index 4b4adb3d..ea391486 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/CreateFlexibleGpuResponse.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/CreateFlexibleGpuResponse.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/CreateImageExportTaskRequest.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/CreateImageExportTaskRequest.java index 33b87269..ba0790c6 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/CreateImageExportTaskRequest.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/CreateImageExportTaskRequest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/CreateImageExportTaskResponse.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/CreateImageExportTaskResponse.java index d1020331..c6d4638b 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/CreateImageExportTaskResponse.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/CreateImageExportTaskResponse.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/CreateImageRequest.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/CreateImageRequest.java index 17d0b562..f3cdb406 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/CreateImageRequest.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/CreateImageRequest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -69,6 +69,11 @@ public class CreateImageRequest { @SerializedName(SERIALIZED_NAME_NO_REBOOT) private Boolean noReboot; + public static final String SERIALIZED_NAME_PRODUCT_CODES = "ProductCodes"; + + @SerializedName(SERIALIZED_NAME_PRODUCT_CODES) + private List productCodes = null; + public static final String SERIALIZED_NAME_ROOT_DEVICE_NAME = "RootDeviceName"; @SerializedName(SERIALIZED_NAME_ROOT_DEVICE_NAME) @@ -247,6 +252,34 @@ public void setNoReboot(Boolean noReboot) { this.noReboot = noReboot; } + public CreateImageRequest productCodes(List productCodes) { + + this.productCodes = productCodes; + return this; + } + + public CreateImageRequest addProductCodesItem(String productCodesItem) { + if (this.productCodes == null) { + this.productCodes = new ArrayList<>(); + } + this.productCodes.add(productCodesItem); + return this; + } + + /** + * The product codes associated with the OMI. + * + * @return productCodes + */ + @javax.annotation.Nullable + public List getProductCodes() { + return productCodes; + } + + public void setProductCodes(List productCodes) { + this.productCodes = productCodes; + } + public CreateImageRequest rootDeviceName(String rootDeviceName) { this.rootDeviceName = rootDeviceName; @@ -349,6 +382,7 @@ public boolean equals(Object o) { && Objects.equals(this.fileLocation, createImageRequest.fileLocation) && Objects.equals(this.imageName, createImageRequest.imageName) && Objects.equals(this.noReboot, createImageRequest.noReboot) + && Objects.equals(this.productCodes, createImageRequest.productCodes) && Objects.equals(this.rootDeviceName, createImageRequest.rootDeviceName) && Objects.equals(this.sourceImageId, createImageRequest.sourceImageId) && Objects.equals(this.sourceRegionName, createImageRequest.sourceRegionName) @@ -365,6 +399,7 @@ public int hashCode() { fileLocation, imageName, noReboot, + productCodes, rootDeviceName, sourceImageId, sourceRegionName, @@ -384,6 +419,7 @@ public String toString() { sb.append(" fileLocation: ").append(toIndentedString(fileLocation)).append("\n"); sb.append(" imageName: ").append(toIndentedString(imageName)).append("\n"); sb.append(" noReboot: ").append(toIndentedString(noReboot)).append("\n"); + sb.append(" productCodes: ").append(toIndentedString(productCodes)).append("\n"); sb.append(" rootDeviceName: ").append(toIndentedString(rootDeviceName)).append("\n"); sb.append(" sourceImageId: ").append(toIndentedString(sourceImageId)).append("\n"); sb.append(" sourceRegionName: ").append(toIndentedString(sourceRegionName)).append("\n"); @@ -416,6 +452,7 @@ private String toIndentedString(Object o) { openapiFields.add("FileLocation"); openapiFields.add("ImageName"); openapiFields.add("NoReboot"); + openapiFields.add("ProductCodes"); openapiFields.add("RootDeviceName"); openapiFields.add("SourceImageId"); openapiFields.add("SourceRegionName"); @@ -507,6 +544,14 @@ public static void validateJsonObject(JsonObject jsonObj) throws IOException { + " string but got `%s`", jsonObj.get("ImageName").toString())); } + // ensure the optional json data is an array if present + if (jsonObj.get("ProductCodes") != null && !jsonObj.get("ProductCodes").isJsonArray()) { + throw new IllegalArgumentException( + String.format( + "Expected the field `ProductCodes` to be an array in the JSON string" + + " but got `%s`", + jsonObj.get("ProductCodes").toString())); + } if ((jsonObj.get("RootDeviceName") != null && !jsonObj.get("RootDeviceName").isJsonNull()) && !jsonObj.get("RootDeviceName").isJsonPrimitive()) { throw new IllegalArgumentException( diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/CreateImageResponse.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/CreateImageResponse.java index 30bb595a..f936fbf2 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/CreateImageResponse.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/CreateImageResponse.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/CreateInternetServiceRequest.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/CreateInternetServiceRequest.java index f955de18..181b3579 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/CreateInternetServiceRequest.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/CreateInternetServiceRequest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/CreateInternetServiceResponse.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/CreateInternetServiceResponse.java index a8b5d9db..51d8140f 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/CreateInternetServiceResponse.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/CreateInternetServiceResponse.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/CreateKeypairRequest.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/CreateKeypairRequest.java index aa65f215..970d582d 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/CreateKeypairRequest.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/CreateKeypairRequest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/CreateKeypairResponse.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/CreateKeypairResponse.java index a169f609..3d2a15ba 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/CreateKeypairResponse.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/CreateKeypairResponse.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/CreateListenerRuleRequest.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/CreateListenerRuleRequest.java index 341aad8b..647df954 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/CreateListenerRuleRequest.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/CreateListenerRuleRequest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/CreateListenerRuleResponse.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/CreateListenerRuleResponse.java index b6b07df4..b33883df 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/CreateListenerRuleResponse.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/CreateListenerRuleResponse.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/CreateLoadBalancerListenersRequest.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/CreateLoadBalancerListenersRequest.java index 1dc4890c..41c38a9a 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/CreateLoadBalancerListenersRequest.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/CreateLoadBalancerListenersRequest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/CreateLoadBalancerListenersResponse.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/CreateLoadBalancerListenersResponse.java index 108301bf..ec3c2f2b 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/CreateLoadBalancerListenersResponse.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/CreateLoadBalancerListenersResponse.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/CreateLoadBalancerPolicyRequest.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/CreateLoadBalancerPolicyRequest.java index a45e0420..ef3cf069 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/CreateLoadBalancerPolicyRequest.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/CreateLoadBalancerPolicyRequest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/CreateLoadBalancerPolicyResponse.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/CreateLoadBalancerPolicyResponse.java index 6e124aad..ce96e92e 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/CreateLoadBalancerPolicyResponse.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/CreateLoadBalancerPolicyResponse.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/CreateLoadBalancerRequest.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/CreateLoadBalancerRequest.java index 918a8e94..5698ab65 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/CreateLoadBalancerRequest.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/CreateLoadBalancerRequest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/CreateLoadBalancerResponse.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/CreateLoadBalancerResponse.java index 6c6c1a37..ec55c689 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/CreateLoadBalancerResponse.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/CreateLoadBalancerResponse.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/CreateLoadBalancerTagsRequest.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/CreateLoadBalancerTagsRequest.java index 97ae80e7..0270361c 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/CreateLoadBalancerTagsRequest.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/CreateLoadBalancerTagsRequest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/CreateLoadBalancerTagsResponse.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/CreateLoadBalancerTagsResponse.java index 5b097a93..c0b5bf14 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/CreateLoadBalancerTagsResponse.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/CreateLoadBalancerTagsResponse.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/CreateNatServiceRequest.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/CreateNatServiceRequest.java index 43a397ce..bdc69b5d 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/CreateNatServiceRequest.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/CreateNatServiceRequest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/CreateNatServiceResponse.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/CreateNatServiceResponse.java index 54629f06..6453abc6 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/CreateNatServiceResponse.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/CreateNatServiceResponse.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/CreateNetAccessPointRequest.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/CreateNetAccessPointRequest.java index 50fc3393..269ee954 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/CreateNetAccessPointRequest.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/CreateNetAccessPointRequest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/CreateNetAccessPointResponse.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/CreateNetAccessPointResponse.java index 0cab26a2..02da7d41 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/CreateNetAccessPointResponse.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/CreateNetAccessPointResponse.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/CreateNetPeeringRequest.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/CreateNetPeeringRequest.java index 2553ad45..dbbec7a0 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/CreateNetPeeringRequest.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/CreateNetPeeringRequest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/CreateNetPeeringResponse.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/CreateNetPeeringResponse.java index 9b6fd753..d96618b6 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/CreateNetPeeringResponse.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/CreateNetPeeringResponse.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/CreateNetRequest.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/CreateNetRequest.java index e42f51a9..862e1b33 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/CreateNetRequest.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/CreateNetRequest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/CreateNetResponse.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/CreateNetResponse.java index 524c15bc..91981b40 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/CreateNetResponse.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/CreateNetResponse.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/CreateNicRequest.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/CreateNicRequest.java index 5dff4f6c..a0db85d5 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/CreateNicRequest.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/CreateNicRequest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/CreateNicResponse.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/CreateNicResponse.java index a67a2420..31c73e5d 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/CreateNicResponse.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/CreateNicResponse.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/CreatePublicIpRequest.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/CreatePublicIpRequest.java index 425e1bf4..753281f3 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/CreatePublicIpRequest.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/CreatePublicIpRequest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/CreatePublicIpResponse.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/CreatePublicIpResponse.java index c602dbb4..4a3d8539 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/CreatePublicIpResponse.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/CreatePublicIpResponse.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/CreateRouteRequest.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/CreateRouteRequest.java index 0d28cd26..2ea14c73 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/CreateRouteRequest.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/CreateRouteRequest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/CreateRouteResponse.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/CreateRouteResponse.java index ba9f8d27..3efee318 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/CreateRouteResponse.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/CreateRouteResponse.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/CreateRouteTableRequest.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/CreateRouteTableRequest.java index 77d9efe3..70b5385b 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/CreateRouteTableRequest.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/CreateRouteTableRequest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/CreateRouteTableResponse.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/CreateRouteTableResponse.java index 185c6c39..707e2041 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/CreateRouteTableResponse.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/CreateRouteTableResponse.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/CreateSecurityGroupRequest.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/CreateSecurityGroupRequest.java index a4ac9c01..ff6e6d8f 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/CreateSecurityGroupRequest.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/CreateSecurityGroupRequest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/CreateSecurityGroupResponse.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/CreateSecurityGroupResponse.java index 9e8a04b4..d0a15faa 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/CreateSecurityGroupResponse.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/CreateSecurityGroupResponse.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/CreateSecurityGroupRuleRequest.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/CreateSecurityGroupRuleRequest.java index 13f18095..a19cf873 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/CreateSecurityGroupRuleRequest.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/CreateSecurityGroupRuleRequest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/CreateSecurityGroupRuleResponse.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/CreateSecurityGroupRuleResponse.java index a1640e49..6d66f59b 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/CreateSecurityGroupRuleResponse.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/CreateSecurityGroupRuleResponse.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/CreateServerCertificateRequest.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/CreateServerCertificateRequest.java index 8bda83ea..70ab29f2 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/CreateServerCertificateRequest.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/CreateServerCertificateRequest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/CreateServerCertificateResponse.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/CreateServerCertificateResponse.java index 39082a0d..9b568ce1 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/CreateServerCertificateResponse.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/CreateServerCertificateResponse.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/CreateSnapshotExportTaskRequest.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/CreateSnapshotExportTaskRequest.java index 41d311f5..a986c6c5 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/CreateSnapshotExportTaskRequest.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/CreateSnapshotExportTaskRequest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/CreateSnapshotExportTaskResponse.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/CreateSnapshotExportTaskResponse.java index 8f513d91..1b0fdc7e 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/CreateSnapshotExportTaskResponse.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/CreateSnapshotExportTaskResponse.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/CreateSnapshotRequest.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/CreateSnapshotRequest.java index 12cd97eb..a6a4c0d3 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/CreateSnapshotRequest.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/CreateSnapshotRequest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/CreateSnapshotResponse.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/CreateSnapshotResponse.java index 11295399..73574c55 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/CreateSnapshotResponse.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/CreateSnapshotResponse.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/CreateSubnetRequest.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/CreateSubnetRequest.java index 49d45f14..db725810 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/CreateSubnetRequest.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/CreateSubnetRequest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/CreateSubnetResponse.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/CreateSubnetResponse.java index 0e5164af..011df902 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/CreateSubnetResponse.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/CreateSubnetResponse.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/CreateTagsRequest.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/CreateTagsRequest.java index 815a1400..d53a3f01 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/CreateTagsRequest.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/CreateTagsRequest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/CreateTagsResponse.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/CreateTagsResponse.java index 87fd0390..76abd37a 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/CreateTagsResponse.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/CreateTagsResponse.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/CreateVirtualGatewayRequest.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/CreateVirtualGatewayRequest.java index 41fb3de5..6ed7be47 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/CreateVirtualGatewayRequest.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/CreateVirtualGatewayRequest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/CreateVirtualGatewayResponse.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/CreateVirtualGatewayResponse.java index da4f3397..89abda6f 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/CreateVirtualGatewayResponse.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/CreateVirtualGatewayResponse.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/CreateVmGroupRequest.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/CreateVmGroupRequest.java new file mode 100644 index 00000000..cb7f9ca2 --- /dev/null +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/CreateVmGroupRequest.java @@ -0,0 +1,586 @@ +/* + * 3DS OUTSCALE API + * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). + * + * The version of the OpenAPI document: 1.26 + * Contact: support@outscale.com + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ + +package io.github.outscale.osc_sdk_java.client.model; + +import com.google.gson.Gson; +import com.google.gson.JsonArray; +import com.google.gson.JsonElement; +import com.google.gson.JsonObject; +import com.google.gson.TypeAdapter; +import com.google.gson.TypeAdapterFactory; +import com.google.gson.annotations.JsonAdapter; +import com.google.gson.annotations.SerializedName; +import com.google.gson.reflect.TypeToken; +import com.google.gson.stream.JsonReader; +import com.google.gson.stream.JsonWriter; +import io.github.outscale.osc_sdk_java.client.JSON; +import java.io.IOException; +import java.util.ArrayList; +import java.util.HashSet; +import java.util.List; +import java.util.Map.Entry; +import java.util.Objects; +import java.util.Set; + +/** CreateVmGroupRequest */ +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen") +public class CreateVmGroupRequest { + public static final String SERIALIZED_NAME_DESCRIPTION = "Description"; + + @SerializedName(SERIALIZED_NAME_DESCRIPTION) + private String description; + + public static final String SERIALIZED_NAME_DRY_RUN = "DryRun"; + + @SerializedName(SERIALIZED_NAME_DRY_RUN) + private Boolean dryRun; + + /** + * The positioning strategy of VMs on hypervisors. By default, or if set to + * `no-strategy` our orchestrator determines the most adequate position for your VMs. + * If set to `attract`, your VMs are deployed on the same hypervisor, which improves + * network performance. If set to `repulse`, your VMs are deployed on a different + * hypervisor, which improves fault tolerance. + */ + @JsonAdapter(PositioningStrategyEnum.Adapter.class) + public enum PositioningStrategyEnum { + ATTRACT("attract"), + + NO_STRATEGY("no-strategy"), + + REPULSE("repulse"); + + private String value; + + PositioningStrategyEnum(String value) { + this.value = value; + } + + public String getValue() { + return value; + } + + @Override + public String toString() { + return String.valueOf(value); + } + + public static PositioningStrategyEnum fromValue(String value) { + for (PositioningStrategyEnum b : PositioningStrategyEnum.values()) { + if (b.value.equals(value)) { + return b; + } + } + throw new IllegalArgumentException("Unexpected value '" + value + "'"); + } + + public static class Adapter extends TypeAdapter { + @Override + public void write( + final JsonWriter jsonWriter, final PositioningStrategyEnum enumeration) + throws IOException { + jsonWriter.value(enumeration.getValue()); + } + + @Override + public PositioningStrategyEnum read(final JsonReader jsonReader) throws IOException { + String value = jsonReader.nextString(); + return PositioningStrategyEnum.fromValue(value); + } + } + } + + public static final String SERIALIZED_NAME_POSITIONING_STRATEGY = "PositioningStrategy"; + + @SerializedName(SERIALIZED_NAME_POSITIONING_STRATEGY) + private PositioningStrategyEnum positioningStrategy = PositioningStrategyEnum.NO_STRATEGY; + + public static final String SERIALIZED_NAME_SECURITY_GROUP_IDS = "SecurityGroupIds"; + + @SerializedName(SERIALIZED_NAME_SECURITY_GROUP_IDS) + private List securityGroupIds = new ArrayList<>(); + + public static final String SERIALIZED_NAME_SUBNET_ID = "SubnetId"; + + @SerializedName(SERIALIZED_NAME_SUBNET_ID) + private String subnetId; + + public static final String SERIALIZED_NAME_TAGS = "Tags"; + + @SerializedName(SERIALIZED_NAME_TAGS) + private List tags = null; + + public static final String SERIALIZED_NAME_VM_COUNT = "VmCount"; + + @SerializedName(SERIALIZED_NAME_VM_COUNT) + private Integer vmCount; + + public static final String SERIALIZED_NAME_VM_GROUP_NAME = "VmGroupName"; + + @SerializedName(SERIALIZED_NAME_VM_GROUP_NAME) + private String vmGroupName; + + public static final String SERIALIZED_NAME_VM_TEMPLATE_ID = "VmTemplateId"; + + @SerializedName(SERIALIZED_NAME_VM_TEMPLATE_ID) + private String vmTemplateId; + + public CreateVmGroupRequest() {} + + public CreateVmGroupRequest description(String description) { + + this.description = description; + return this; + } + + /** + * A description for the VM group. + * + * @return description + */ + @javax.annotation.Nullable + public String getDescription() { + return description; + } + + public void setDescription(String description) { + this.description = description; + } + + public CreateVmGroupRequest dryRun(Boolean dryRun) { + + this.dryRun = dryRun; + return this; + } + + /** + * If true, checks whether you have the required permissions to perform the action. + * + * @return dryRun + */ + @javax.annotation.Nullable + public Boolean getDryRun() { + return dryRun; + } + + public void setDryRun(Boolean dryRun) { + this.dryRun = dryRun; + } + + public CreateVmGroupRequest positioningStrategy(PositioningStrategyEnum positioningStrategy) { + + this.positioningStrategy = positioningStrategy; + return this; + } + + /** + * The positioning strategy of VMs on hypervisors. By default, or if set to + * `no-strategy` our orchestrator determines the most adequate position for your VMs. + * If set to `attract`, your VMs are deployed on the same hypervisor, which improves + * network performance. If set to `repulse`, your VMs are deployed on a different + * hypervisor, which improves fault tolerance. + * + * @return positioningStrategy + */ + @javax.annotation.Nullable + public PositioningStrategyEnum getPositioningStrategy() { + return positioningStrategy; + } + + public void setPositioningStrategy(PositioningStrategyEnum positioningStrategy) { + this.positioningStrategy = positioningStrategy; + } + + public CreateVmGroupRequest securityGroupIds(List securityGroupIds) { + + this.securityGroupIds = securityGroupIds; + return this; + } + + public CreateVmGroupRequest addSecurityGroupIdsItem(String securityGroupIdsItem) { + this.securityGroupIds.add(securityGroupIdsItem); + return this; + } + + /** + * One or more IDs of security groups for the VM group. + * + * @return securityGroupIds + */ + @javax.annotation.Nonnull + public List getSecurityGroupIds() { + return securityGroupIds; + } + + public void setSecurityGroupIds(List securityGroupIds) { + this.securityGroupIds = securityGroupIds; + } + + public CreateVmGroupRequest subnetId(String subnetId) { + + this.subnetId = subnetId; + return this; + } + + /** + * The ID of the Subnet in which you want to create the VM group. + * + * @return subnetId + */ + @javax.annotation.Nonnull + public String getSubnetId() { + return subnetId; + } + + public void setSubnetId(String subnetId) { + this.subnetId = subnetId; + } + + public CreateVmGroupRequest tags(List tags) { + + this.tags = tags; + return this; + } + + public CreateVmGroupRequest addTagsItem(ResourceTag tagsItem) { + if (this.tags == null) { + this.tags = new ArrayList<>(); + } + this.tags.add(tagsItem); + return this; + } + + /** + * One or more tags to add to the VM group. + * + * @return tags + */ + @javax.annotation.Nullable + public List getTags() { + return tags; + } + + public void setTags(List tags) { + this.tags = tags; + } + + public CreateVmGroupRequest vmCount(Integer vmCount) { + + this.vmCount = vmCount; + return this; + } + + /** + * The number of VMs deployed in the VM group. + * + * @return vmCount + */ + @javax.annotation.Nonnull + public Integer getVmCount() { + return vmCount; + } + + public void setVmCount(Integer vmCount) { + this.vmCount = vmCount; + } + + public CreateVmGroupRequest vmGroupName(String vmGroupName) { + + this.vmGroupName = vmGroupName; + return this; + } + + /** + * The name of the VM group. + * + * @return vmGroupName + */ + @javax.annotation.Nonnull + public String getVmGroupName() { + return vmGroupName; + } + + public void setVmGroupName(String vmGroupName) { + this.vmGroupName = vmGroupName; + } + + public CreateVmGroupRequest vmTemplateId(String vmTemplateId) { + + this.vmTemplateId = vmTemplateId; + return this; + } + + /** + * The ID of the VM template used to launch VMs in the VM group. + * + * @return vmTemplateId + */ + @javax.annotation.Nonnull + public String getVmTemplateId() { + return vmTemplateId; + } + + public void setVmTemplateId(String vmTemplateId) { + this.vmTemplateId = vmTemplateId; + } + + @Override + public boolean equals(Object o) { + if (this == o) { + return true; + } + if (o == null || getClass() != o.getClass()) { + return false; + } + CreateVmGroupRequest createVmGroupRequest = (CreateVmGroupRequest) o; + return Objects.equals(this.description, createVmGroupRequest.description) + && Objects.equals(this.dryRun, createVmGroupRequest.dryRun) + && Objects.equals( + this.positioningStrategy, createVmGroupRequest.positioningStrategy) + && Objects.equals(this.securityGroupIds, createVmGroupRequest.securityGroupIds) + && Objects.equals(this.subnetId, createVmGroupRequest.subnetId) + && Objects.equals(this.tags, createVmGroupRequest.tags) + && Objects.equals(this.vmCount, createVmGroupRequest.vmCount) + && Objects.equals(this.vmGroupName, createVmGroupRequest.vmGroupName) + && Objects.equals(this.vmTemplateId, createVmGroupRequest.vmTemplateId); + } + + @Override + public int hashCode() { + return Objects.hash( + description, + dryRun, + positioningStrategy, + securityGroupIds, + subnetId, + tags, + vmCount, + vmGroupName, + vmTemplateId); + } + + @Override + public String toString() { + StringBuilder sb = new StringBuilder(); + sb.append("class CreateVmGroupRequest {\n"); + sb.append(" description: ").append(toIndentedString(description)).append("\n"); + sb.append(" dryRun: ").append(toIndentedString(dryRun)).append("\n"); + sb.append(" positioningStrategy: ") + .append(toIndentedString(positioningStrategy)) + .append("\n"); + sb.append(" securityGroupIds: ").append(toIndentedString(securityGroupIds)).append("\n"); + sb.append(" subnetId: ").append(toIndentedString(subnetId)).append("\n"); + sb.append(" tags: ").append(toIndentedString(tags)).append("\n"); + sb.append(" vmCount: ").append(toIndentedString(vmCount)).append("\n"); + sb.append(" vmGroupName: ").append(toIndentedString(vmGroupName)).append("\n"); + sb.append(" vmTemplateId: ").append(toIndentedString(vmTemplateId)).append("\n"); + sb.append("}"); + return sb.toString(); + } + + /** + * Convert the given object to string with each line indented by 4 spaces (except the first + * line). + */ + private String toIndentedString(Object o) { + if (o == null) { + return "null"; + } + return o.toString().replace("\n", "\n "); + } + + public static HashSet openapiFields; + public static HashSet openapiRequiredFields; + + static { + // a set of all properties/fields (JSON key names) + openapiFields = new HashSet(); + openapiFields.add("Description"); + openapiFields.add("DryRun"); + openapiFields.add("PositioningStrategy"); + openapiFields.add("SecurityGroupIds"); + openapiFields.add("SubnetId"); + openapiFields.add("Tags"); + openapiFields.add("VmCount"); + openapiFields.add("VmGroupName"); + openapiFields.add("VmTemplateId"); + + // a set of required properties/fields (JSON key names) + openapiRequiredFields = new HashSet(); + openapiRequiredFields.add("SecurityGroupIds"); + openapiRequiredFields.add("SubnetId"); + openapiRequiredFields.add("VmCount"); + openapiRequiredFields.add("VmGroupName"); + openapiRequiredFields.add("VmTemplateId"); + } + + /** + * Validates the JSON Object and throws an exception if issues found + * + * @param jsonObj JSON Object + * @throws IOException if the JSON Object is invalid with respect to CreateVmGroupRequest + */ + public static void validateJsonObject(JsonObject jsonObj) throws IOException { + if (jsonObj == null) { + if (!CreateVmGroupRequest.openapiRequiredFields + .isEmpty()) { // has required fields but JSON object is null + throw new IllegalArgumentException( + String.format( + "The required field(s) %s in CreateVmGroupRequest is not found in" + + " the empty JSON string", + CreateVmGroupRequest.openapiRequiredFields.toString())); + } + } + + Set> entries = jsonObj.entrySet(); + // check to see if the JSON string contains additional fields + for (Entry entry : entries) { + if (!CreateVmGroupRequest.openapiFields.contains(entry.getKey())) { + throw new IllegalArgumentException( + String.format( + "The field `%s` in the JSON string is not defined in the" + + " `CreateVmGroupRequest` properties. JSON: %s", + entry.getKey(), jsonObj.toString())); + } + } + + // check to make sure all required properties/fields are present in the JSON string + for (String requiredField : CreateVmGroupRequest.openapiRequiredFields) { + if (jsonObj.get(requiredField) == null) { + throw new IllegalArgumentException( + String.format( + "The required field `%s` is not found in the JSON string: %s", + requiredField, jsonObj.toString())); + } + } + if ((jsonObj.get("Description") != null && !jsonObj.get("Description").isJsonNull()) + && !jsonObj.get("Description").isJsonPrimitive()) { + throw new IllegalArgumentException( + String.format( + "Expected the field `Description` to be a primitive type in the JSON" + + " string but got `%s`", + jsonObj.get("Description").toString())); + } + if ((jsonObj.get("PositioningStrategy") != null + && !jsonObj.get("PositioningStrategy").isJsonNull()) + && !jsonObj.get("PositioningStrategy").isJsonPrimitive()) { + throw new IllegalArgumentException( + String.format( + "Expected the field `PositioningStrategy` to be a primitive type in" + + " the JSON string but got `%s`", + jsonObj.get("PositioningStrategy").toString())); + } + // ensure the required json array is present + if (jsonObj.get("SecurityGroupIds") == null) { + throw new IllegalArgumentException( + "Expected the field `linkedContent` to be an array in the JSON string but got" + + " `null`"); + } else if (!jsonObj.get("SecurityGroupIds").isJsonArray()) { + throw new IllegalArgumentException( + String.format( + "Expected the field `SecurityGroupIds` to be an array in the JSON" + + " string but got `%s`", + jsonObj.get("SecurityGroupIds").toString())); + } + if (!jsonObj.get("SubnetId").isJsonPrimitive()) { + throw new IllegalArgumentException( + String.format( + "Expected the field `SubnetId` to be a primitive type in the JSON" + + " string but got `%s`", + jsonObj.get("SubnetId").toString())); + } + if (jsonObj.get("Tags") != null && !jsonObj.get("Tags").isJsonNull()) { + JsonArray jsonArraytags = jsonObj.getAsJsonArray("Tags"); + if (jsonArraytags != null) { + // ensure the json data is an array + if (!jsonObj.get("Tags").isJsonArray()) { + throw new IllegalArgumentException( + String.format( + "Expected the field `Tags` to be an array in the JSON string" + + " but got `%s`", + jsonObj.get("Tags").toString())); + } + + // validate the optional field `Tags` (array) + for (int i = 0; i < jsonArraytags.size(); i++) { + ResourceTag.validateJsonObject(jsonArraytags.get(i).getAsJsonObject()); + } + ; + } + } + if (!jsonObj.get("VmGroupName").isJsonPrimitive()) { + throw new IllegalArgumentException( + String.format( + "Expected the field `VmGroupName` to be a primitive type in the JSON" + + " string but got `%s`", + jsonObj.get("VmGroupName").toString())); + } + if (!jsonObj.get("VmTemplateId").isJsonPrimitive()) { + throw new IllegalArgumentException( + String.format( + "Expected the field `VmTemplateId` to be a primitive type in the JSON" + + " string but got `%s`", + jsonObj.get("VmTemplateId").toString())); + } + } + + public static class CustomTypeAdapterFactory implements TypeAdapterFactory { + @SuppressWarnings("unchecked") + @Override + public TypeAdapter create(Gson gson, TypeToken type) { + if (!CreateVmGroupRequest.class.isAssignableFrom(type.getRawType())) { + return null; // this class only serializes 'CreateVmGroupRequest' and its subtypes + } + final TypeAdapter elementAdapter = gson.getAdapter(JsonElement.class); + final TypeAdapter thisAdapter = + gson.getDelegateAdapter(this, TypeToken.get(CreateVmGroupRequest.class)); + + return (TypeAdapter) + new TypeAdapter() { + @Override + public void write(JsonWriter out, CreateVmGroupRequest value) + throws IOException { + JsonObject obj = thisAdapter.toJsonTree(value).getAsJsonObject(); + elementAdapter.write(out, obj); + } + + @Override + public CreateVmGroupRequest read(JsonReader in) throws IOException { + JsonObject jsonObj = elementAdapter.read(in).getAsJsonObject(); + validateJsonObject(jsonObj); + return thisAdapter.fromJsonTree(jsonObj); + } + }.nullSafe(); + } + } + + /** + * Create an instance of CreateVmGroupRequest given an JSON string + * + * @param jsonString JSON string + * @return An instance of CreateVmGroupRequest + * @throws IOException if the JSON string is invalid with respect to CreateVmGroupRequest + */ + public static CreateVmGroupRequest fromJson(String jsonString) throws IOException { + return JSON.getGson().fromJson(jsonString, CreateVmGroupRequest.class); + } + + /** + * Convert an instance of CreateVmGroupRequest to an JSON string + * + * @return JSON string + */ + public String toJson() { + return JSON.getGson().toJson(this); + } +} diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/CreateVmGroupResponse.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/CreateVmGroupResponse.java new file mode 100644 index 00000000..a3503e96 --- /dev/null +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/CreateVmGroupResponse.java @@ -0,0 +1,227 @@ +/* + * 3DS OUTSCALE API + * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). + * + * The version of the OpenAPI document: 1.26 + * Contact: support@outscale.com + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ + +package io.github.outscale.osc_sdk_java.client.model; + +import com.google.gson.Gson; +import com.google.gson.JsonElement; +import com.google.gson.JsonObject; +import com.google.gson.TypeAdapter; +import com.google.gson.TypeAdapterFactory; +import com.google.gson.annotations.SerializedName; +import com.google.gson.reflect.TypeToken; +import com.google.gson.stream.JsonReader; +import com.google.gson.stream.JsonWriter; +import io.github.outscale.osc_sdk_java.client.JSON; +import java.io.IOException; +import java.util.HashSet; +import java.util.Map.Entry; +import java.util.Objects; +import java.util.Set; + +/** CreateVmGroupResponse */ +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen") +public class CreateVmGroupResponse { + public static final String SERIALIZED_NAME_RESPONSE_CONTEXT = "ResponseContext"; + + @SerializedName(SERIALIZED_NAME_RESPONSE_CONTEXT) + private ResponseContext responseContext; + + public static final String SERIALIZED_NAME_VM_GROUP = "VmGroup"; + + @SerializedName(SERIALIZED_NAME_VM_GROUP) + private VmGroup vmGroup; + + public CreateVmGroupResponse() {} + + public CreateVmGroupResponse responseContext(ResponseContext responseContext) { + + this.responseContext = responseContext; + return this; + } + + /** + * Get responseContext + * + * @return responseContext + */ + @javax.annotation.Nullable + public ResponseContext getResponseContext() { + return responseContext; + } + + public void setResponseContext(ResponseContext responseContext) { + this.responseContext = responseContext; + } + + public CreateVmGroupResponse vmGroup(VmGroup vmGroup) { + + this.vmGroup = vmGroup; + return this; + } + + /** + * Get vmGroup + * + * @return vmGroup + */ + @javax.annotation.Nullable + public VmGroup getVmGroup() { + return vmGroup; + } + + public void setVmGroup(VmGroup vmGroup) { + this.vmGroup = vmGroup; + } + + @Override + public boolean equals(Object o) { + if (this == o) { + return true; + } + if (o == null || getClass() != o.getClass()) { + return false; + } + CreateVmGroupResponse createVmGroupResponse = (CreateVmGroupResponse) o; + return Objects.equals(this.responseContext, createVmGroupResponse.responseContext) + && Objects.equals(this.vmGroup, createVmGroupResponse.vmGroup); + } + + @Override + public int hashCode() { + return Objects.hash(responseContext, vmGroup); + } + + @Override + public String toString() { + StringBuilder sb = new StringBuilder(); + sb.append("class CreateVmGroupResponse {\n"); + sb.append(" responseContext: ").append(toIndentedString(responseContext)).append("\n"); + sb.append(" vmGroup: ").append(toIndentedString(vmGroup)).append("\n"); + sb.append("}"); + return sb.toString(); + } + + /** + * Convert the given object to string with each line indented by 4 spaces (except the first + * line). + */ + private String toIndentedString(Object o) { + if (o == null) { + return "null"; + } + return o.toString().replace("\n", "\n "); + } + + public static HashSet openapiFields; + public static HashSet openapiRequiredFields; + + static { + // a set of all properties/fields (JSON key names) + openapiFields = new HashSet(); + openapiFields.add("ResponseContext"); + openapiFields.add("VmGroup"); + + // a set of required properties/fields (JSON key names) + openapiRequiredFields = new HashSet(); + } + + /** + * Validates the JSON Object and throws an exception if issues found + * + * @param jsonObj JSON Object + * @throws IOException if the JSON Object is invalid with respect to CreateVmGroupResponse + */ + public static void validateJsonObject(JsonObject jsonObj) throws IOException { + if (jsonObj == null) { + if (!CreateVmGroupResponse.openapiRequiredFields + .isEmpty()) { // has required fields but JSON object is null + throw new IllegalArgumentException( + String.format( + "The required field(s) %s in CreateVmGroupResponse is not found in" + + " the empty JSON string", + CreateVmGroupResponse.openapiRequiredFields.toString())); + } + } + + Set> entries = jsonObj.entrySet(); + // check to see if the JSON string contains additional fields + for (Entry entry : entries) { + if (!CreateVmGroupResponse.openapiFields.contains(entry.getKey())) { + throw new IllegalArgumentException( + String.format( + "The field `%s` in the JSON string is not defined in the" + + " `CreateVmGroupResponse` properties. JSON: %s", + entry.getKey(), jsonObj.toString())); + } + } + // validate the optional field `ResponseContext` + if (jsonObj.get("ResponseContext") != null + && !jsonObj.get("ResponseContext").isJsonNull()) { + ResponseContext.validateJsonObject(jsonObj.getAsJsonObject("ResponseContext")); + } + // validate the optional field `VmGroup` + if (jsonObj.get("VmGroup") != null && !jsonObj.get("VmGroup").isJsonNull()) { + VmGroup.validateJsonObject(jsonObj.getAsJsonObject("VmGroup")); + } + } + + public static class CustomTypeAdapterFactory implements TypeAdapterFactory { + @SuppressWarnings("unchecked") + @Override + public TypeAdapter create(Gson gson, TypeToken type) { + if (!CreateVmGroupResponse.class.isAssignableFrom(type.getRawType())) { + return null; // this class only serializes 'CreateVmGroupResponse' and its subtypes + } + final TypeAdapter elementAdapter = gson.getAdapter(JsonElement.class); + final TypeAdapter thisAdapter = + gson.getDelegateAdapter(this, TypeToken.get(CreateVmGroupResponse.class)); + + return (TypeAdapter) + new TypeAdapter() { + @Override + public void write(JsonWriter out, CreateVmGroupResponse value) + throws IOException { + JsonObject obj = thisAdapter.toJsonTree(value).getAsJsonObject(); + elementAdapter.write(out, obj); + } + + @Override + public CreateVmGroupResponse read(JsonReader in) throws IOException { + JsonObject jsonObj = elementAdapter.read(in).getAsJsonObject(); + validateJsonObject(jsonObj); + return thisAdapter.fromJsonTree(jsonObj); + } + }.nullSafe(); + } + } + + /** + * Create an instance of CreateVmGroupResponse given an JSON string + * + * @param jsonString JSON string + * @return An instance of CreateVmGroupResponse + * @throws IOException if the JSON string is invalid with respect to CreateVmGroupResponse + */ + public static CreateVmGroupResponse fromJson(String jsonString) throws IOException { + return JSON.getGson().fromJson(jsonString, CreateVmGroupResponse.class); + } + + /** + * Convert an instance of CreateVmGroupResponse to an JSON string + * + * @return JSON string + */ + public String toJson() { + return JSON.getGson().toJson(this); + } +} diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/CreateVmTemplateRequest.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/CreateVmTemplateRequest.java new file mode 100644 index 00000000..1d8a60be --- /dev/null +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/CreateVmTemplateRequest.java @@ -0,0 +1,595 @@ +/* + * 3DS OUTSCALE API + * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). + * + * The version of the OpenAPI document: 1.26 + * Contact: support@outscale.com + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ + +package io.github.outscale.osc_sdk_java.client.model; + +import com.google.gson.Gson; +import com.google.gson.JsonArray; +import com.google.gson.JsonElement; +import com.google.gson.JsonObject; +import com.google.gson.TypeAdapter; +import com.google.gson.TypeAdapterFactory; +import com.google.gson.annotations.JsonAdapter; +import com.google.gson.annotations.SerializedName; +import com.google.gson.reflect.TypeToken; +import com.google.gson.stream.JsonReader; +import com.google.gson.stream.JsonWriter; +import io.github.outscale.osc_sdk_java.client.JSON; +import java.io.IOException; +import java.util.ArrayList; +import java.util.HashSet; +import java.util.List; +import java.util.Map.Entry; +import java.util.Objects; +import java.util.Set; + +/** CreateVmTemplateRequest */ +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen") +public class CreateVmTemplateRequest { + public static final String SERIALIZED_NAME_CPU_CORES = "CpuCores"; + + @SerializedName(SERIALIZED_NAME_CPU_CORES) + private Integer cpuCores; + + public static final String SERIALIZED_NAME_CPU_GENERATION = "CpuGeneration"; + + @SerializedName(SERIALIZED_NAME_CPU_GENERATION) + private String cpuGeneration; + + /** + * The performance of the VMs (`medium` \\| `high` \\| `highest`). + */ + @JsonAdapter(CpuPerformanceEnum.Adapter.class) + public enum CpuPerformanceEnum { + MEDIUM("medium"), + + HIGH("high"), + + HIGHEST("highest"); + + private String value; + + CpuPerformanceEnum(String value) { + this.value = value; + } + + public String getValue() { + return value; + } + + @Override + public String toString() { + return String.valueOf(value); + } + + public static CpuPerformanceEnum fromValue(String value) { + for (CpuPerformanceEnum b : CpuPerformanceEnum.values()) { + if (b.value.equals(value)) { + return b; + } + } + throw new IllegalArgumentException("Unexpected value '" + value + "'"); + } + + public static class Adapter extends TypeAdapter { + @Override + public void write(final JsonWriter jsonWriter, final CpuPerformanceEnum enumeration) + throws IOException { + jsonWriter.value(enumeration.getValue()); + } + + @Override + public CpuPerformanceEnum read(final JsonReader jsonReader) throws IOException { + String value = jsonReader.nextString(); + return CpuPerformanceEnum.fromValue(value); + } + } + } + + public static final String SERIALIZED_NAME_CPU_PERFORMANCE = "CpuPerformance"; + + @SerializedName(SERIALIZED_NAME_CPU_PERFORMANCE) + private CpuPerformanceEnum cpuPerformance = CpuPerformanceEnum.HIGH; + + public static final String SERIALIZED_NAME_DESCRIPTION = "Description"; + + @SerializedName(SERIALIZED_NAME_DESCRIPTION) + private String description; + + public static final String SERIALIZED_NAME_DRY_RUN = "DryRun"; + + @SerializedName(SERIALIZED_NAME_DRY_RUN) + private Boolean dryRun; + + public static final String SERIALIZED_NAME_IMAGE_ID = "ImageId"; + + @SerializedName(SERIALIZED_NAME_IMAGE_ID) + private String imageId; + + public static final String SERIALIZED_NAME_KEYPAIR_NAME = "KeypairName"; + + @SerializedName(SERIALIZED_NAME_KEYPAIR_NAME) + private String keypairName; + + public static final String SERIALIZED_NAME_RAM = "Ram"; + + @SerializedName(SERIALIZED_NAME_RAM) + private Integer ram; + + public static final String SERIALIZED_NAME_TAGS = "Tags"; + + @SerializedName(SERIALIZED_NAME_TAGS) + private List tags = null; + + public static final String SERIALIZED_NAME_VM_TEMPLATE_NAME = "VmTemplateName"; + + @SerializedName(SERIALIZED_NAME_VM_TEMPLATE_NAME) + private String vmTemplateName; + + public CreateVmTemplateRequest() {} + + public CreateVmTemplateRequest cpuCores(Integer cpuCores) { + + this.cpuCores = cpuCores; + return this; + } + + /** + * The number of vCores to use for each VM. + * + * @return cpuCores + */ + @javax.annotation.Nonnull + public Integer getCpuCores() { + return cpuCores; + } + + public void setCpuCores(Integer cpuCores) { + this.cpuCores = cpuCores; + } + + public CreateVmTemplateRequest cpuGeneration(String cpuGeneration) { + + this.cpuGeneration = cpuGeneration; + return this; + } + + /** + * The processor generation to use for each VM (for example, `v4`). + * + * @return cpuGeneration + */ + @javax.annotation.Nonnull + public String getCpuGeneration() { + return cpuGeneration; + } + + public void setCpuGeneration(String cpuGeneration) { + this.cpuGeneration = cpuGeneration; + } + + public CreateVmTemplateRequest cpuPerformance(CpuPerformanceEnum cpuPerformance) { + + this.cpuPerformance = cpuPerformance; + return this; + } + + /** + * The performance of the VMs (`medium` \\| `high` \\| `highest`). + * + * @return cpuPerformance + */ + @javax.annotation.Nullable + public CpuPerformanceEnum getCpuPerformance() { + return cpuPerformance; + } + + public void setCpuPerformance(CpuPerformanceEnum cpuPerformance) { + this.cpuPerformance = cpuPerformance; + } + + public CreateVmTemplateRequest description(String description) { + + this.description = description; + return this; + } + + /** + * A description for the VM template. + * + * @return description + */ + @javax.annotation.Nullable + public String getDescription() { + return description; + } + + public void setDescription(String description) { + this.description = description; + } + + public CreateVmTemplateRequest dryRun(Boolean dryRun) { + + this.dryRun = dryRun; + return this; + } + + /** + * If true, checks whether you have the required permissions to perform the action. + * + * @return dryRun + */ + @javax.annotation.Nullable + public Boolean getDryRun() { + return dryRun; + } + + public void setDryRun(Boolean dryRun) { + this.dryRun = dryRun; + } + + public CreateVmTemplateRequest imageId(String imageId) { + + this.imageId = imageId; + return this; + } + + /** + * The ID of the OMI to use for each VM. You can find a list of OMIs by calling the + * [ReadImages](#readimages) method. + * + * @return imageId + */ + @javax.annotation.Nonnull + public String getImageId() { + return imageId; + } + + public void setImageId(String imageId) { + this.imageId = imageId; + } + + public CreateVmTemplateRequest keypairName(String keypairName) { + + this.keypairName = keypairName; + return this; + } + + /** + * The name of the keypair to use for each VM. + * + * @return keypairName + */ + @javax.annotation.Nullable + public String getKeypairName() { + return keypairName; + } + + public void setKeypairName(String keypairName) { + this.keypairName = keypairName; + } + + public CreateVmTemplateRequest ram(Integer ram) { + + this.ram = ram; + return this; + } + + /** + * The amount of RAM to use for each VM. + * + * @return ram + */ + @javax.annotation.Nonnull + public Integer getRam() { + return ram; + } + + public void setRam(Integer ram) { + this.ram = ram; + } + + public CreateVmTemplateRequest tags(List tags) { + + this.tags = tags; + return this; + } + + public CreateVmTemplateRequest addTagsItem(ResourceTag tagsItem) { + if (this.tags == null) { + this.tags = new ArrayList<>(); + } + this.tags.add(tagsItem); + return this; + } + + /** + * One or more tags to add to the VM template. + * + * @return tags + */ + @javax.annotation.Nullable + public List getTags() { + return tags; + } + + public void setTags(List tags) { + this.tags = tags; + } + + public CreateVmTemplateRequest vmTemplateName(String vmTemplateName) { + + this.vmTemplateName = vmTemplateName; + return this; + } + + /** + * The name of the VM template. + * + * @return vmTemplateName + */ + @javax.annotation.Nonnull + public String getVmTemplateName() { + return vmTemplateName; + } + + public void setVmTemplateName(String vmTemplateName) { + this.vmTemplateName = vmTemplateName; + } + + @Override + public boolean equals(Object o) { + if (this == o) { + return true; + } + if (o == null || getClass() != o.getClass()) { + return false; + } + CreateVmTemplateRequest createVmTemplateRequest = (CreateVmTemplateRequest) o; + return Objects.equals(this.cpuCores, createVmTemplateRequest.cpuCores) + && Objects.equals(this.cpuGeneration, createVmTemplateRequest.cpuGeneration) + && Objects.equals(this.cpuPerformance, createVmTemplateRequest.cpuPerformance) + && Objects.equals(this.description, createVmTemplateRequest.description) + && Objects.equals(this.dryRun, createVmTemplateRequest.dryRun) + && Objects.equals(this.imageId, createVmTemplateRequest.imageId) + && Objects.equals(this.keypairName, createVmTemplateRequest.keypairName) + && Objects.equals(this.ram, createVmTemplateRequest.ram) + && Objects.equals(this.tags, createVmTemplateRequest.tags) + && Objects.equals(this.vmTemplateName, createVmTemplateRequest.vmTemplateName); + } + + @Override + public int hashCode() { + return Objects.hash( + cpuCores, + cpuGeneration, + cpuPerformance, + description, + dryRun, + imageId, + keypairName, + ram, + tags, + vmTemplateName); + } + + @Override + public String toString() { + StringBuilder sb = new StringBuilder(); + sb.append("class CreateVmTemplateRequest {\n"); + sb.append(" cpuCores: ").append(toIndentedString(cpuCores)).append("\n"); + sb.append(" cpuGeneration: ").append(toIndentedString(cpuGeneration)).append("\n"); + sb.append(" cpuPerformance: ").append(toIndentedString(cpuPerformance)).append("\n"); + sb.append(" description: ").append(toIndentedString(description)).append("\n"); + sb.append(" dryRun: ").append(toIndentedString(dryRun)).append("\n"); + sb.append(" imageId: ").append(toIndentedString(imageId)).append("\n"); + sb.append(" keypairName: ").append(toIndentedString(keypairName)).append("\n"); + sb.append(" ram: ").append(toIndentedString(ram)).append("\n"); + sb.append(" tags: ").append(toIndentedString(tags)).append("\n"); + sb.append(" vmTemplateName: ").append(toIndentedString(vmTemplateName)).append("\n"); + sb.append("}"); + return sb.toString(); + } + + /** + * Convert the given object to string with each line indented by 4 spaces (except the first + * line). + */ + private String toIndentedString(Object o) { + if (o == null) { + return "null"; + } + return o.toString().replace("\n", "\n "); + } + + public static HashSet openapiFields; + public static HashSet openapiRequiredFields; + + static { + // a set of all properties/fields (JSON key names) + openapiFields = new HashSet(); + openapiFields.add("CpuCores"); + openapiFields.add("CpuGeneration"); + openapiFields.add("CpuPerformance"); + openapiFields.add("Description"); + openapiFields.add("DryRun"); + openapiFields.add("ImageId"); + openapiFields.add("KeypairName"); + openapiFields.add("Ram"); + openapiFields.add("Tags"); + openapiFields.add("VmTemplateName"); + + // a set of required properties/fields (JSON key names) + openapiRequiredFields = new HashSet(); + openapiRequiredFields.add("CpuCores"); + openapiRequiredFields.add("CpuGeneration"); + openapiRequiredFields.add("ImageId"); + openapiRequiredFields.add("Ram"); + openapiRequiredFields.add("VmTemplateName"); + } + + /** + * Validates the JSON Object and throws an exception if issues found + * + * @param jsonObj JSON Object + * @throws IOException if the JSON Object is invalid with respect to CreateVmTemplateRequest + */ + public static void validateJsonObject(JsonObject jsonObj) throws IOException { + if (jsonObj == null) { + if (!CreateVmTemplateRequest.openapiRequiredFields + .isEmpty()) { // has required fields but JSON object is null + throw new IllegalArgumentException( + String.format( + "The required field(s) %s in CreateVmTemplateRequest is not found" + + " in the empty JSON string", + CreateVmTemplateRequest.openapiRequiredFields.toString())); + } + } + + Set> entries = jsonObj.entrySet(); + // check to see if the JSON string contains additional fields + for (Entry entry : entries) { + if (!CreateVmTemplateRequest.openapiFields.contains(entry.getKey())) { + throw new IllegalArgumentException( + String.format( + "The field `%s` in the JSON string is not defined in the" + + " `CreateVmTemplateRequest` properties. JSON: %s", + entry.getKey(), jsonObj.toString())); + } + } + + // check to make sure all required properties/fields are present in the JSON string + for (String requiredField : CreateVmTemplateRequest.openapiRequiredFields) { + if (jsonObj.get(requiredField) == null) { + throw new IllegalArgumentException( + String.format( + "The required field `%s` is not found in the JSON string: %s", + requiredField, jsonObj.toString())); + } + } + if (!jsonObj.get("CpuGeneration").isJsonPrimitive()) { + throw new IllegalArgumentException( + String.format( + "Expected the field `CpuGeneration` to be a primitive type in the JSON" + + " string but got `%s`", + jsonObj.get("CpuGeneration").toString())); + } + if ((jsonObj.get("CpuPerformance") != null && !jsonObj.get("CpuPerformance").isJsonNull()) + && !jsonObj.get("CpuPerformance").isJsonPrimitive()) { + throw new IllegalArgumentException( + String.format( + "Expected the field `CpuPerformance` to be a primitive type in the" + + " JSON string but got `%s`", + jsonObj.get("CpuPerformance").toString())); + } + if ((jsonObj.get("Description") != null && !jsonObj.get("Description").isJsonNull()) + && !jsonObj.get("Description").isJsonPrimitive()) { + throw new IllegalArgumentException( + String.format( + "Expected the field `Description` to be a primitive type in the JSON" + + " string but got `%s`", + jsonObj.get("Description").toString())); + } + if (!jsonObj.get("ImageId").isJsonPrimitive()) { + throw new IllegalArgumentException( + String.format( + "Expected the field `ImageId` to be a primitive type in the JSON" + + " string but got `%s`", + jsonObj.get("ImageId").toString())); + } + if ((jsonObj.get("KeypairName") != null && !jsonObj.get("KeypairName").isJsonNull()) + && !jsonObj.get("KeypairName").isJsonPrimitive()) { + throw new IllegalArgumentException( + String.format( + "Expected the field `KeypairName` to be a primitive type in the JSON" + + " string but got `%s`", + jsonObj.get("KeypairName").toString())); + } + if (jsonObj.get("Tags") != null && !jsonObj.get("Tags").isJsonNull()) { + JsonArray jsonArraytags = jsonObj.getAsJsonArray("Tags"); + if (jsonArraytags != null) { + // ensure the json data is an array + if (!jsonObj.get("Tags").isJsonArray()) { + throw new IllegalArgumentException( + String.format( + "Expected the field `Tags` to be an array in the JSON string" + + " but got `%s`", + jsonObj.get("Tags").toString())); + } + + // validate the optional field `Tags` (array) + for (int i = 0; i < jsonArraytags.size(); i++) { + ResourceTag.validateJsonObject(jsonArraytags.get(i).getAsJsonObject()); + } + ; + } + } + if (!jsonObj.get("VmTemplateName").isJsonPrimitive()) { + throw new IllegalArgumentException( + String.format( + "Expected the field `VmTemplateName` to be a primitive type in the" + + " JSON string but got `%s`", + jsonObj.get("VmTemplateName").toString())); + } + } + + public static class CustomTypeAdapterFactory implements TypeAdapterFactory { + @SuppressWarnings("unchecked") + @Override + public TypeAdapter create(Gson gson, TypeToken type) { + if (!CreateVmTemplateRequest.class.isAssignableFrom(type.getRawType())) { + return null; // this class only serializes 'CreateVmTemplateRequest' and its + // subtypes + } + final TypeAdapter elementAdapter = gson.getAdapter(JsonElement.class); + final TypeAdapter thisAdapter = + gson.getDelegateAdapter(this, TypeToken.get(CreateVmTemplateRequest.class)); + + return (TypeAdapter) + new TypeAdapter() { + @Override + public void write(JsonWriter out, CreateVmTemplateRequest value) + throws IOException { + JsonObject obj = thisAdapter.toJsonTree(value).getAsJsonObject(); + elementAdapter.write(out, obj); + } + + @Override + public CreateVmTemplateRequest read(JsonReader in) throws IOException { + JsonObject jsonObj = elementAdapter.read(in).getAsJsonObject(); + validateJsonObject(jsonObj); + return thisAdapter.fromJsonTree(jsonObj); + } + }.nullSafe(); + } + } + + /** + * Create an instance of CreateVmTemplateRequest given an JSON string + * + * @param jsonString JSON string + * @return An instance of CreateVmTemplateRequest + * @throws IOException if the JSON string is invalid with respect to CreateVmTemplateRequest + */ + public static CreateVmTemplateRequest fromJson(String jsonString) throws IOException { + return JSON.getGson().fromJson(jsonString, CreateVmTemplateRequest.class); + } + + /** + * Convert an instance of CreateVmTemplateRequest to an JSON string + * + * @return JSON string + */ + public String toJson() { + return JSON.getGson().toJson(this); + } +} diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/CreateVmTemplateResponse.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/CreateVmTemplateResponse.java new file mode 100644 index 00000000..bc0e5f4e --- /dev/null +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/CreateVmTemplateResponse.java @@ -0,0 +1,228 @@ +/* + * 3DS OUTSCALE API + * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). + * + * The version of the OpenAPI document: 1.26 + * Contact: support@outscale.com + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ + +package io.github.outscale.osc_sdk_java.client.model; + +import com.google.gson.Gson; +import com.google.gson.JsonElement; +import com.google.gson.JsonObject; +import com.google.gson.TypeAdapter; +import com.google.gson.TypeAdapterFactory; +import com.google.gson.annotations.SerializedName; +import com.google.gson.reflect.TypeToken; +import com.google.gson.stream.JsonReader; +import com.google.gson.stream.JsonWriter; +import io.github.outscale.osc_sdk_java.client.JSON; +import java.io.IOException; +import java.util.HashSet; +import java.util.Map.Entry; +import java.util.Objects; +import java.util.Set; + +/** CreateVmTemplateResponse */ +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen") +public class CreateVmTemplateResponse { + public static final String SERIALIZED_NAME_RESPONSE_CONTEXT = "ResponseContext"; + + @SerializedName(SERIALIZED_NAME_RESPONSE_CONTEXT) + private ResponseContext responseContext; + + public static final String SERIALIZED_NAME_VM_TEMPLATE = "VmTemplate"; + + @SerializedName(SERIALIZED_NAME_VM_TEMPLATE) + private VmTemplate vmTemplate; + + public CreateVmTemplateResponse() {} + + public CreateVmTemplateResponse responseContext(ResponseContext responseContext) { + + this.responseContext = responseContext; + return this; + } + + /** + * Get responseContext + * + * @return responseContext + */ + @javax.annotation.Nullable + public ResponseContext getResponseContext() { + return responseContext; + } + + public void setResponseContext(ResponseContext responseContext) { + this.responseContext = responseContext; + } + + public CreateVmTemplateResponse vmTemplate(VmTemplate vmTemplate) { + + this.vmTemplate = vmTemplate; + return this; + } + + /** + * Get vmTemplate + * + * @return vmTemplate + */ + @javax.annotation.Nullable + public VmTemplate getVmTemplate() { + return vmTemplate; + } + + public void setVmTemplate(VmTemplate vmTemplate) { + this.vmTemplate = vmTemplate; + } + + @Override + public boolean equals(Object o) { + if (this == o) { + return true; + } + if (o == null || getClass() != o.getClass()) { + return false; + } + CreateVmTemplateResponse createVmTemplateResponse = (CreateVmTemplateResponse) o; + return Objects.equals(this.responseContext, createVmTemplateResponse.responseContext) + && Objects.equals(this.vmTemplate, createVmTemplateResponse.vmTemplate); + } + + @Override + public int hashCode() { + return Objects.hash(responseContext, vmTemplate); + } + + @Override + public String toString() { + StringBuilder sb = new StringBuilder(); + sb.append("class CreateVmTemplateResponse {\n"); + sb.append(" responseContext: ").append(toIndentedString(responseContext)).append("\n"); + sb.append(" vmTemplate: ").append(toIndentedString(vmTemplate)).append("\n"); + sb.append("}"); + return sb.toString(); + } + + /** + * Convert the given object to string with each line indented by 4 spaces (except the first + * line). + */ + private String toIndentedString(Object o) { + if (o == null) { + return "null"; + } + return o.toString().replace("\n", "\n "); + } + + public static HashSet openapiFields; + public static HashSet openapiRequiredFields; + + static { + // a set of all properties/fields (JSON key names) + openapiFields = new HashSet(); + openapiFields.add("ResponseContext"); + openapiFields.add("VmTemplate"); + + // a set of required properties/fields (JSON key names) + openapiRequiredFields = new HashSet(); + } + + /** + * Validates the JSON Object and throws an exception if issues found + * + * @param jsonObj JSON Object + * @throws IOException if the JSON Object is invalid with respect to CreateVmTemplateResponse + */ + public static void validateJsonObject(JsonObject jsonObj) throws IOException { + if (jsonObj == null) { + if (!CreateVmTemplateResponse.openapiRequiredFields + .isEmpty()) { // has required fields but JSON object is null + throw new IllegalArgumentException( + String.format( + "The required field(s) %s in CreateVmTemplateResponse is not found" + + " in the empty JSON string", + CreateVmTemplateResponse.openapiRequiredFields.toString())); + } + } + + Set> entries = jsonObj.entrySet(); + // check to see if the JSON string contains additional fields + for (Entry entry : entries) { + if (!CreateVmTemplateResponse.openapiFields.contains(entry.getKey())) { + throw new IllegalArgumentException( + String.format( + "The field `%s` in the JSON string is not defined in the" + + " `CreateVmTemplateResponse` properties. JSON: %s", + entry.getKey(), jsonObj.toString())); + } + } + // validate the optional field `ResponseContext` + if (jsonObj.get("ResponseContext") != null + && !jsonObj.get("ResponseContext").isJsonNull()) { + ResponseContext.validateJsonObject(jsonObj.getAsJsonObject("ResponseContext")); + } + // validate the optional field `VmTemplate` + if (jsonObj.get("VmTemplate") != null && !jsonObj.get("VmTemplate").isJsonNull()) { + VmTemplate.validateJsonObject(jsonObj.getAsJsonObject("VmTemplate")); + } + } + + public static class CustomTypeAdapterFactory implements TypeAdapterFactory { + @SuppressWarnings("unchecked") + @Override + public TypeAdapter create(Gson gson, TypeToken type) { + if (!CreateVmTemplateResponse.class.isAssignableFrom(type.getRawType())) { + return null; // this class only serializes 'CreateVmTemplateResponse' and its + // subtypes + } + final TypeAdapter elementAdapter = gson.getAdapter(JsonElement.class); + final TypeAdapter thisAdapter = + gson.getDelegateAdapter(this, TypeToken.get(CreateVmTemplateResponse.class)); + + return (TypeAdapter) + new TypeAdapter() { + @Override + public void write(JsonWriter out, CreateVmTemplateResponse value) + throws IOException { + JsonObject obj = thisAdapter.toJsonTree(value).getAsJsonObject(); + elementAdapter.write(out, obj); + } + + @Override + public CreateVmTemplateResponse read(JsonReader in) throws IOException { + JsonObject jsonObj = elementAdapter.read(in).getAsJsonObject(); + validateJsonObject(jsonObj); + return thisAdapter.fromJsonTree(jsonObj); + } + }.nullSafe(); + } + } + + /** + * Create an instance of CreateVmTemplateResponse given an JSON string + * + * @param jsonString JSON string + * @return An instance of CreateVmTemplateResponse + * @throws IOException if the JSON string is invalid with respect to CreateVmTemplateResponse + */ + public static CreateVmTemplateResponse fromJson(String jsonString) throws IOException { + return JSON.getGson().fromJson(jsonString, CreateVmTemplateResponse.class); + } + + /** + * Convert an instance of CreateVmTemplateResponse to an JSON string + * + * @return JSON string + */ + public String toJson() { + return JSON.getGson().toJson(this); + } +} diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/CreateVmsRequest.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/CreateVmsRequest.java index edae554c..3f500c4a 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/CreateVmsRequest.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/CreateVmsRequest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/CreateVmsResponse.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/CreateVmsResponse.java index c14d9f9e..a0101d73 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/CreateVmsResponse.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/CreateVmsResponse.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/CreateVolumeRequest.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/CreateVolumeRequest.java index 69d29d16..78fb868d 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/CreateVolumeRequest.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/CreateVolumeRequest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/CreateVolumeResponse.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/CreateVolumeResponse.java index 547b7d6d..9bd18fff 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/CreateVolumeResponse.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/CreateVolumeResponse.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/CreateVpnConnectionRequest.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/CreateVpnConnectionRequest.java index 52563a4b..d92e08f1 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/CreateVpnConnectionRequest.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/CreateVpnConnectionRequest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/CreateVpnConnectionResponse.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/CreateVpnConnectionResponse.java index 2f0d0cbb..3f5e1387 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/CreateVpnConnectionResponse.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/CreateVpnConnectionResponse.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/CreateVpnConnectionRouteRequest.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/CreateVpnConnectionRouteRequest.java index 998cbf96..63367624 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/CreateVpnConnectionRouteRequest.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/CreateVpnConnectionRouteRequest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/CreateVpnConnectionRouteResponse.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/CreateVpnConnectionRouteResponse.java index 1082657f..55316695 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/CreateVpnConnectionRouteResponse.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/CreateVpnConnectionRouteResponse.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/DeleteAccessKeyRequest.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/DeleteAccessKeyRequest.java index e6ea3755..d14e36b0 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/DeleteAccessKeyRequest.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/DeleteAccessKeyRequest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/DeleteAccessKeyResponse.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/DeleteAccessKeyResponse.java index 4c7688d9..89bb6978 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/DeleteAccessKeyResponse.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/DeleteAccessKeyResponse.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/DeleteApiAccessRuleRequest.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/DeleteApiAccessRuleRequest.java index 05c2ac61..ea95b981 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/DeleteApiAccessRuleRequest.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/DeleteApiAccessRuleRequest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/DeleteApiAccessRuleResponse.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/DeleteApiAccessRuleResponse.java index 06eb339d..d0a9fa0d 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/DeleteApiAccessRuleResponse.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/DeleteApiAccessRuleResponse.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/DeleteCaRequest.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/DeleteCaRequest.java index 9ded69b0..d3e0528e 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/DeleteCaRequest.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/DeleteCaRequest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/DeleteCaResponse.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/DeleteCaResponse.java index 018f095e..3e1f2333 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/DeleteCaResponse.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/DeleteCaResponse.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/DeleteClientGatewayRequest.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/DeleteClientGatewayRequest.java index 4f354147..da3c314f 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/DeleteClientGatewayRequest.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/DeleteClientGatewayRequest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/DeleteClientGatewayResponse.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/DeleteClientGatewayResponse.java index 81138ac9..ba65538b 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/DeleteClientGatewayResponse.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/DeleteClientGatewayResponse.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/DeleteDhcpOptionsRequest.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/DeleteDhcpOptionsRequest.java index 5b0715df..7826562c 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/DeleteDhcpOptionsRequest.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/DeleteDhcpOptionsRequest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/DeleteDhcpOptionsResponse.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/DeleteDhcpOptionsResponse.java index c1b89c42..ccd740ec 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/DeleteDhcpOptionsResponse.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/DeleteDhcpOptionsResponse.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/DeleteDirectLinkInterfaceRequest.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/DeleteDirectLinkInterfaceRequest.java index 6c672c4b..ac0c637f 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/DeleteDirectLinkInterfaceRequest.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/DeleteDirectLinkInterfaceRequest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/DeleteDirectLinkInterfaceResponse.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/DeleteDirectLinkInterfaceResponse.java index 2080da9a..045e87cc 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/DeleteDirectLinkInterfaceResponse.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/DeleteDirectLinkInterfaceResponse.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/DeleteDirectLinkRequest.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/DeleteDirectLinkRequest.java index a5f85e1f..498e730c 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/DeleteDirectLinkRequest.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/DeleteDirectLinkRequest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/DeleteDirectLinkResponse.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/DeleteDirectLinkResponse.java index 55e3dce4..ab2d6022 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/DeleteDirectLinkResponse.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/DeleteDirectLinkResponse.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/DeleteExportTaskRequest.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/DeleteExportTaskRequest.java index 32d134b1..393d10bc 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/DeleteExportTaskRequest.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/DeleteExportTaskRequest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/DeleteExportTaskResponse.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/DeleteExportTaskResponse.java index 45925094..297dd8b7 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/DeleteExportTaskResponse.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/DeleteExportTaskResponse.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/DeleteFlexibleGpuRequest.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/DeleteFlexibleGpuRequest.java index 0c1f4f18..b156188f 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/DeleteFlexibleGpuRequest.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/DeleteFlexibleGpuRequest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/DeleteFlexibleGpuResponse.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/DeleteFlexibleGpuResponse.java index 7b56bc7c..7162de65 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/DeleteFlexibleGpuResponse.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/DeleteFlexibleGpuResponse.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/DeleteImageRequest.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/DeleteImageRequest.java index ad8e83e9..b3bdb476 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/DeleteImageRequest.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/DeleteImageRequest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/DeleteImageResponse.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/DeleteImageResponse.java index 5a0a7fd8..ab6942f8 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/DeleteImageResponse.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/DeleteImageResponse.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/DeleteInternetServiceRequest.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/DeleteInternetServiceRequest.java index 6fc3482f..9f443691 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/DeleteInternetServiceRequest.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/DeleteInternetServiceRequest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/DeleteInternetServiceResponse.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/DeleteInternetServiceResponse.java index 7003e7b4..042f81ad 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/DeleteInternetServiceResponse.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/DeleteInternetServiceResponse.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/DeleteKeypairRequest.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/DeleteKeypairRequest.java index 6d0d95b8..578a662f 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/DeleteKeypairRequest.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/DeleteKeypairRequest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/DeleteKeypairResponse.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/DeleteKeypairResponse.java index 0124b100..e76eb722 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/DeleteKeypairResponse.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/DeleteKeypairResponse.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/DeleteListenerRuleRequest.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/DeleteListenerRuleRequest.java index df34e25f..0c73064d 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/DeleteListenerRuleRequest.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/DeleteListenerRuleRequest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/DeleteListenerRuleResponse.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/DeleteListenerRuleResponse.java index e12aefd4..47daf9ed 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/DeleteListenerRuleResponse.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/DeleteListenerRuleResponse.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/DeleteLoadBalancerListenersRequest.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/DeleteLoadBalancerListenersRequest.java index d69796fb..f51f9b0b 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/DeleteLoadBalancerListenersRequest.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/DeleteLoadBalancerListenersRequest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/DeleteLoadBalancerListenersResponse.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/DeleteLoadBalancerListenersResponse.java index 3af14ff5..7a6fdacf 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/DeleteLoadBalancerListenersResponse.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/DeleteLoadBalancerListenersResponse.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/DeleteLoadBalancerPolicyRequest.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/DeleteLoadBalancerPolicyRequest.java index 2fa1b637..6d980140 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/DeleteLoadBalancerPolicyRequest.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/DeleteLoadBalancerPolicyRequest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/DeleteLoadBalancerPolicyResponse.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/DeleteLoadBalancerPolicyResponse.java index 1a2606f7..ff67f746 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/DeleteLoadBalancerPolicyResponse.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/DeleteLoadBalancerPolicyResponse.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/DeleteLoadBalancerRequest.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/DeleteLoadBalancerRequest.java index 5a8a220e..8c3e294c 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/DeleteLoadBalancerRequest.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/DeleteLoadBalancerRequest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/DeleteLoadBalancerResponse.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/DeleteLoadBalancerResponse.java index f9cbc7bb..84e9c45e 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/DeleteLoadBalancerResponse.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/DeleteLoadBalancerResponse.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/DeleteLoadBalancerTagsRequest.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/DeleteLoadBalancerTagsRequest.java index 3483cfcd..6c7a708f 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/DeleteLoadBalancerTagsRequest.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/DeleteLoadBalancerTagsRequest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/DeleteLoadBalancerTagsResponse.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/DeleteLoadBalancerTagsResponse.java index 340745d6..939295bc 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/DeleteLoadBalancerTagsResponse.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/DeleteLoadBalancerTagsResponse.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/DeleteNatServiceRequest.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/DeleteNatServiceRequest.java index f9f09fd6..0e3f86b5 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/DeleteNatServiceRequest.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/DeleteNatServiceRequest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/DeleteNatServiceResponse.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/DeleteNatServiceResponse.java index 7948f4ce..908c643d 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/DeleteNatServiceResponse.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/DeleteNatServiceResponse.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/DeleteNetAccessPointRequest.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/DeleteNetAccessPointRequest.java index 84cb8bbd..4a0290d7 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/DeleteNetAccessPointRequest.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/DeleteNetAccessPointRequest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/DeleteNetAccessPointResponse.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/DeleteNetAccessPointResponse.java index d74d5d63..fb91bbd7 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/DeleteNetAccessPointResponse.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/DeleteNetAccessPointResponse.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/DeleteNetPeeringRequest.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/DeleteNetPeeringRequest.java index 3e79fb2f..5068b832 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/DeleteNetPeeringRequest.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/DeleteNetPeeringRequest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/DeleteNetPeeringResponse.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/DeleteNetPeeringResponse.java index 861f2583..7de7ba74 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/DeleteNetPeeringResponse.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/DeleteNetPeeringResponse.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/DeleteNetRequest.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/DeleteNetRequest.java index fa193d35..39641701 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/DeleteNetRequest.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/DeleteNetRequest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/DeleteNetResponse.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/DeleteNetResponse.java index fcbaef6e..775d5691 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/DeleteNetResponse.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/DeleteNetResponse.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/DeleteNicRequest.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/DeleteNicRequest.java index 44d26913..ce57f063 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/DeleteNicRequest.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/DeleteNicRequest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/DeleteNicResponse.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/DeleteNicResponse.java index 008a6c41..49cf8877 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/DeleteNicResponse.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/DeleteNicResponse.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/DeletePublicIpRequest.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/DeletePublicIpRequest.java index 6ce109e7..8ea5afb3 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/DeletePublicIpRequest.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/DeletePublicIpRequest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/DeletePublicIpResponse.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/DeletePublicIpResponse.java index 2bf10601..1805e6be 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/DeletePublicIpResponse.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/DeletePublicIpResponse.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/DeleteRouteRequest.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/DeleteRouteRequest.java index 26a39ec1..fb2ba339 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/DeleteRouteRequest.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/DeleteRouteRequest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/DeleteRouteResponse.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/DeleteRouteResponse.java index 1a2dec55..ccde9d15 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/DeleteRouteResponse.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/DeleteRouteResponse.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/DeleteRouteTableRequest.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/DeleteRouteTableRequest.java index da613a19..494bf339 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/DeleteRouteTableRequest.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/DeleteRouteTableRequest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/DeleteRouteTableResponse.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/DeleteRouteTableResponse.java index afc7d079..39adec8f 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/DeleteRouteTableResponse.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/DeleteRouteTableResponse.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/DeleteSecurityGroupRequest.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/DeleteSecurityGroupRequest.java index 61e757e0..2aa77ff0 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/DeleteSecurityGroupRequest.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/DeleteSecurityGroupRequest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/DeleteSecurityGroupResponse.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/DeleteSecurityGroupResponse.java index 2fcd6fe9..5f1cd580 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/DeleteSecurityGroupResponse.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/DeleteSecurityGroupResponse.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/DeleteSecurityGroupRuleRequest.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/DeleteSecurityGroupRuleRequest.java index 5e4eca26..d3d276ed 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/DeleteSecurityGroupRuleRequest.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/DeleteSecurityGroupRuleRequest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/DeleteSecurityGroupRuleResponse.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/DeleteSecurityGroupRuleResponse.java index 01ecb559..01175d96 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/DeleteSecurityGroupRuleResponse.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/DeleteSecurityGroupRuleResponse.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/DeleteServerCertificateRequest.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/DeleteServerCertificateRequest.java index 5fb57b6b..38dfe5f3 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/DeleteServerCertificateRequest.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/DeleteServerCertificateRequest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/DeleteServerCertificateResponse.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/DeleteServerCertificateResponse.java index 04cd8ad4..72dadbd0 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/DeleteServerCertificateResponse.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/DeleteServerCertificateResponse.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/DeleteSnapshotRequest.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/DeleteSnapshotRequest.java index c5760627..6573698c 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/DeleteSnapshotRequest.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/DeleteSnapshotRequest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/DeleteSnapshotResponse.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/DeleteSnapshotResponse.java index a1e9aecf..7598c5e5 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/DeleteSnapshotResponse.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/DeleteSnapshotResponse.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/DeleteSubnetRequest.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/DeleteSubnetRequest.java index 17b9f707..3ecd7c73 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/DeleteSubnetRequest.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/DeleteSubnetRequest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/DeleteSubnetResponse.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/DeleteSubnetResponse.java index 5fb19558..8fcd49a4 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/DeleteSubnetResponse.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/DeleteSubnetResponse.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/DeleteTagsRequest.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/DeleteTagsRequest.java index 1f0df382..a1d72857 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/DeleteTagsRequest.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/DeleteTagsRequest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/DeleteTagsResponse.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/DeleteTagsResponse.java index 5b1b5c74..147e9035 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/DeleteTagsResponse.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/DeleteTagsResponse.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/DeleteVirtualGatewayRequest.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/DeleteVirtualGatewayRequest.java index fe063828..8b14674b 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/DeleteVirtualGatewayRequest.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/DeleteVirtualGatewayRequest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/DeleteVirtualGatewayResponse.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/DeleteVirtualGatewayResponse.java index 10264664..b1b1d686 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/DeleteVirtualGatewayResponse.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/DeleteVirtualGatewayResponse.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/DeleteVmGroupRequest.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/DeleteVmGroupRequest.java new file mode 100644 index 00000000..286b1ded --- /dev/null +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/DeleteVmGroupRequest.java @@ -0,0 +1,236 @@ +/* + * 3DS OUTSCALE API + * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). + * + * The version of the OpenAPI document: 1.26 + * Contact: support@outscale.com + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ + +package io.github.outscale.osc_sdk_java.client.model; + +import com.google.gson.Gson; +import com.google.gson.JsonElement; +import com.google.gson.JsonObject; +import com.google.gson.TypeAdapter; +import com.google.gson.TypeAdapterFactory; +import com.google.gson.annotations.SerializedName; +import com.google.gson.reflect.TypeToken; +import com.google.gson.stream.JsonReader; +import com.google.gson.stream.JsonWriter; +import io.github.outscale.osc_sdk_java.client.JSON; +import java.io.IOException; +import java.util.HashSet; +import java.util.Map.Entry; +import java.util.Objects; +import java.util.Set; + +/** DeleteVmGroupRequest */ +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen") +public class DeleteVmGroupRequest { + public static final String SERIALIZED_NAME_DRY_RUN = "DryRun"; + + @SerializedName(SERIALIZED_NAME_DRY_RUN) + private Boolean dryRun; + + public static final String SERIALIZED_NAME_VM_GROUP_ID = "VmGroupId"; + + @SerializedName(SERIALIZED_NAME_VM_GROUP_ID) + private String vmGroupId; + + public DeleteVmGroupRequest() {} + + public DeleteVmGroupRequest dryRun(Boolean dryRun) { + + this.dryRun = dryRun; + return this; + } + + /** + * If true, checks whether you have the required permissions to perform the action. + * + * @return dryRun + */ + @javax.annotation.Nullable + public Boolean getDryRun() { + return dryRun; + } + + public void setDryRun(Boolean dryRun) { + this.dryRun = dryRun; + } + + public DeleteVmGroupRequest vmGroupId(String vmGroupId) { + + this.vmGroupId = vmGroupId; + return this; + } + + /** + * The ID of the VM group you want to delete. + * + * @return vmGroupId + */ + @javax.annotation.Nonnull + public String getVmGroupId() { + return vmGroupId; + } + + public void setVmGroupId(String vmGroupId) { + this.vmGroupId = vmGroupId; + } + + @Override + public boolean equals(Object o) { + if (this == o) { + return true; + } + if (o == null || getClass() != o.getClass()) { + return false; + } + DeleteVmGroupRequest deleteVmGroupRequest = (DeleteVmGroupRequest) o; + return Objects.equals(this.dryRun, deleteVmGroupRequest.dryRun) + && Objects.equals(this.vmGroupId, deleteVmGroupRequest.vmGroupId); + } + + @Override + public int hashCode() { + return Objects.hash(dryRun, vmGroupId); + } + + @Override + public String toString() { + StringBuilder sb = new StringBuilder(); + sb.append("class DeleteVmGroupRequest {\n"); + sb.append(" dryRun: ").append(toIndentedString(dryRun)).append("\n"); + sb.append(" vmGroupId: ").append(toIndentedString(vmGroupId)).append("\n"); + sb.append("}"); + return sb.toString(); + } + + /** + * Convert the given object to string with each line indented by 4 spaces (except the first + * line). + */ + private String toIndentedString(Object o) { + if (o == null) { + return "null"; + } + return o.toString().replace("\n", "\n "); + } + + public static HashSet openapiFields; + public static HashSet openapiRequiredFields; + + static { + // a set of all properties/fields (JSON key names) + openapiFields = new HashSet(); + openapiFields.add("DryRun"); + openapiFields.add("VmGroupId"); + + // a set of required properties/fields (JSON key names) + openapiRequiredFields = new HashSet(); + openapiRequiredFields.add("VmGroupId"); + } + + /** + * Validates the JSON Object and throws an exception if issues found + * + * @param jsonObj JSON Object + * @throws IOException if the JSON Object is invalid with respect to DeleteVmGroupRequest + */ + public static void validateJsonObject(JsonObject jsonObj) throws IOException { + if (jsonObj == null) { + if (!DeleteVmGroupRequest.openapiRequiredFields + .isEmpty()) { // has required fields but JSON object is null + throw new IllegalArgumentException( + String.format( + "The required field(s) %s in DeleteVmGroupRequest is not found in" + + " the empty JSON string", + DeleteVmGroupRequest.openapiRequiredFields.toString())); + } + } + + Set> entries = jsonObj.entrySet(); + // check to see if the JSON string contains additional fields + for (Entry entry : entries) { + if (!DeleteVmGroupRequest.openapiFields.contains(entry.getKey())) { + throw new IllegalArgumentException( + String.format( + "The field `%s` in the JSON string is not defined in the" + + " `DeleteVmGroupRequest` properties. JSON: %s", + entry.getKey(), jsonObj.toString())); + } + } + + // check to make sure all required properties/fields are present in the JSON string + for (String requiredField : DeleteVmGroupRequest.openapiRequiredFields) { + if (jsonObj.get(requiredField) == null) { + throw new IllegalArgumentException( + String.format( + "The required field `%s` is not found in the JSON string: %s", + requiredField, jsonObj.toString())); + } + } + if (!jsonObj.get("VmGroupId").isJsonPrimitive()) { + throw new IllegalArgumentException( + String.format( + "Expected the field `VmGroupId` to be a primitive type in the JSON" + + " string but got `%s`", + jsonObj.get("VmGroupId").toString())); + } + } + + public static class CustomTypeAdapterFactory implements TypeAdapterFactory { + @SuppressWarnings("unchecked") + @Override + public TypeAdapter create(Gson gson, TypeToken type) { + if (!DeleteVmGroupRequest.class.isAssignableFrom(type.getRawType())) { + return null; // this class only serializes 'DeleteVmGroupRequest' and its subtypes + } + final TypeAdapter elementAdapter = gson.getAdapter(JsonElement.class); + final TypeAdapter thisAdapter = + gson.getDelegateAdapter(this, TypeToken.get(DeleteVmGroupRequest.class)); + + return (TypeAdapter) + new TypeAdapter() { + @Override + public void write(JsonWriter out, DeleteVmGroupRequest value) + throws IOException { + JsonObject obj = thisAdapter.toJsonTree(value).getAsJsonObject(); + elementAdapter.write(out, obj); + } + + @Override + public DeleteVmGroupRequest read(JsonReader in) throws IOException { + JsonObject jsonObj = elementAdapter.read(in).getAsJsonObject(); + validateJsonObject(jsonObj); + return thisAdapter.fromJsonTree(jsonObj); + } + }.nullSafe(); + } + } + + /** + * Create an instance of DeleteVmGroupRequest given an JSON string + * + * @param jsonString JSON string + * @return An instance of DeleteVmGroupRequest + * @throws IOException if the JSON string is invalid with respect to DeleteVmGroupRequest + */ + public static DeleteVmGroupRequest fromJson(String jsonString) throws IOException { + return JSON.getGson().fromJson(jsonString, DeleteVmGroupRequest.class); + } + + /** + * Convert an instance of DeleteVmGroupRequest to an JSON string + * + * @return JSON string + */ + public String toJson() { + return JSON.getGson().toJson(this); + } +} diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/DeleteVmGroupResponse.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/DeleteVmGroupResponse.java new file mode 100644 index 00000000..2052b402 --- /dev/null +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/DeleteVmGroupResponse.java @@ -0,0 +1,195 @@ +/* + * 3DS OUTSCALE API + * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). + * + * The version of the OpenAPI document: 1.26 + * Contact: support@outscale.com + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ + +package io.github.outscale.osc_sdk_java.client.model; + +import com.google.gson.Gson; +import com.google.gson.JsonElement; +import com.google.gson.JsonObject; +import com.google.gson.TypeAdapter; +import com.google.gson.TypeAdapterFactory; +import com.google.gson.annotations.SerializedName; +import com.google.gson.reflect.TypeToken; +import com.google.gson.stream.JsonReader; +import com.google.gson.stream.JsonWriter; +import io.github.outscale.osc_sdk_java.client.JSON; +import java.io.IOException; +import java.util.HashSet; +import java.util.Map.Entry; +import java.util.Objects; +import java.util.Set; + +/** DeleteVmGroupResponse */ +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen") +public class DeleteVmGroupResponse { + public static final String SERIALIZED_NAME_RESPONSE_CONTEXT = "ResponseContext"; + + @SerializedName(SERIALIZED_NAME_RESPONSE_CONTEXT) + private ResponseContext responseContext; + + public DeleteVmGroupResponse() {} + + public DeleteVmGroupResponse responseContext(ResponseContext responseContext) { + + this.responseContext = responseContext; + return this; + } + + /** + * Get responseContext + * + * @return responseContext + */ + @javax.annotation.Nullable + public ResponseContext getResponseContext() { + return responseContext; + } + + public void setResponseContext(ResponseContext responseContext) { + this.responseContext = responseContext; + } + + @Override + public boolean equals(Object o) { + if (this == o) { + return true; + } + if (o == null || getClass() != o.getClass()) { + return false; + } + DeleteVmGroupResponse deleteVmGroupResponse = (DeleteVmGroupResponse) o; + return Objects.equals(this.responseContext, deleteVmGroupResponse.responseContext); + } + + @Override + public int hashCode() { + return Objects.hash(responseContext); + } + + @Override + public String toString() { + StringBuilder sb = new StringBuilder(); + sb.append("class DeleteVmGroupResponse {\n"); + sb.append(" responseContext: ").append(toIndentedString(responseContext)).append("\n"); + sb.append("}"); + return sb.toString(); + } + + /** + * Convert the given object to string with each line indented by 4 spaces (except the first + * line). + */ + private String toIndentedString(Object o) { + if (o == null) { + return "null"; + } + return o.toString().replace("\n", "\n "); + } + + public static HashSet openapiFields; + public static HashSet openapiRequiredFields; + + static { + // a set of all properties/fields (JSON key names) + openapiFields = new HashSet(); + openapiFields.add("ResponseContext"); + + // a set of required properties/fields (JSON key names) + openapiRequiredFields = new HashSet(); + } + + /** + * Validates the JSON Object and throws an exception if issues found + * + * @param jsonObj JSON Object + * @throws IOException if the JSON Object is invalid with respect to DeleteVmGroupResponse + */ + public static void validateJsonObject(JsonObject jsonObj) throws IOException { + if (jsonObj == null) { + if (!DeleteVmGroupResponse.openapiRequiredFields + .isEmpty()) { // has required fields but JSON object is null + throw new IllegalArgumentException( + String.format( + "The required field(s) %s in DeleteVmGroupResponse is not found in" + + " the empty JSON string", + DeleteVmGroupResponse.openapiRequiredFields.toString())); + } + } + + Set> entries = jsonObj.entrySet(); + // check to see if the JSON string contains additional fields + for (Entry entry : entries) { + if (!DeleteVmGroupResponse.openapiFields.contains(entry.getKey())) { + throw new IllegalArgumentException( + String.format( + "The field `%s` in the JSON string is not defined in the" + + " `DeleteVmGroupResponse` properties. JSON: %s", + entry.getKey(), jsonObj.toString())); + } + } + // validate the optional field `ResponseContext` + if (jsonObj.get("ResponseContext") != null + && !jsonObj.get("ResponseContext").isJsonNull()) { + ResponseContext.validateJsonObject(jsonObj.getAsJsonObject("ResponseContext")); + } + } + + public static class CustomTypeAdapterFactory implements TypeAdapterFactory { + @SuppressWarnings("unchecked") + @Override + public TypeAdapter create(Gson gson, TypeToken type) { + if (!DeleteVmGroupResponse.class.isAssignableFrom(type.getRawType())) { + return null; // this class only serializes 'DeleteVmGroupResponse' and its subtypes + } + final TypeAdapter elementAdapter = gson.getAdapter(JsonElement.class); + final TypeAdapter thisAdapter = + gson.getDelegateAdapter(this, TypeToken.get(DeleteVmGroupResponse.class)); + + return (TypeAdapter) + new TypeAdapter() { + @Override + public void write(JsonWriter out, DeleteVmGroupResponse value) + throws IOException { + JsonObject obj = thisAdapter.toJsonTree(value).getAsJsonObject(); + elementAdapter.write(out, obj); + } + + @Override + public DeleteVmGroupResponse read(JsonReader in) throws IOException { + JsonObject jsonObj = elementAdapter.read(in).getAsJsonObject(); + validateJsonObject(jsonObj); + return thisAdapter.fromJsonTree(jsonObj); + } + }.nullSafe(); + } + } + + /** + * Create an instance of DeleteVmGroupResponse given an JSON string + * + * @param jsonString JSON string + * @return An instance of DeleteVmGroupResponse + * @throws IOException if the JSON string is invalid with respect to DeleteVmGroupResponse + */ + public static DeleteVmGroupResponse fromJson(String jsonString) throws IOException { + return JSON.getGson().fromJson(jsonString, DeleteVmGroupResponse.class); + } + + /** + * Convert an instance of DeleteVmGroupResponse to an JSON string + * + * @return JSON string + */ + public String toJson() { + return JSON.getGson().toJson(this); + } +} diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/DeleteVmTemplateRequest.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/DeleteVmTemplateRequest.java new file mode 100644 index 00000000..f5108f39 --- /dev/null +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/DeleteVmTemplateRequest.java @@ -0,0 +1,237 @@ +/* + * 3DS OUTSCALE API + * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). + * + * The version of the OpenAPI document: 1.26 + * Contact: support@outscale.com + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ + +package io.github.outscale.osc_sdk_java.client.model; + +import com.google.gson.Gson; +import com.google.gson.JsonElement; +import com.google.gson.JsonObject; +import com.google.gson.TypeAdapter; +import com.google.gson.TypeAdapterFactory; +import com.google.gson.annotations.SerializedName; +import com.google.gson.reflect.TypeToken; +import com.google.gson.stream.JsonReader; +import com.google.gson.stream.JsonWriter; +import io.github.outscale.osc_sdk_java.client.JSON; +import java.io.IOException; +import java.util.HashSet; +import java.util.Map.Entry; +import java.util.Objects; +import java.util.Set; + +/** DeleteVmTemplateRequest */ +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen") +public class DeleteVmTemplateRequest { + public static final String SERIALIZED_NAME_DRY_RUN = "DryRun"; + + @SerializedName(SERIALIZED_NAME_DRY_RUN) + private Boolean dryRun; + + public static final String SERIALIZED_NAME_VM_TEMPLATE_ID = "VmTemplateId"; + + @SerializedName(SERIALIZED_NAME_VM_TEMPLATE_ID) + private String vmTemplateId; + + public DeleteVmTemplateRequest() {} + + public DeleteVmTemplateRequest dryRun(Boolean dryRun) { + + this.dryRun = dryRun; + return this; + } + + /** + * If true, checks whether you have the required permissions to perform the action. + * + * @return dryRun + */ + @javax.annotation.Nullable + public Boolean getDryRun() { + return dryRun; + } + + public void setDryRun(Boolean dryRun) { + this.dryRun = dryRun; + } + + public DeleteVmTemplateRequest vmTemplateId(String vmTemplateId) { + + this.vmTemplateId = vmTemplateId; + return this; + } + + /** + * The ID of the VM template you want to delete. + * + * @return vmTemplateId + */ + @javax.annotation.Nonnull + public String getVmTemplateId() { + return vmTemplateId; + } + + public void setVmTemplateId(String vmTemplateId) { + this.vmTemplateId = vmTemplateId; + } + + @Override + public boolean equals(Object o) { + if (this == o) { + return true; + } + if (o == null || getClass() != o.getClass()) { + return false; + } + DeleteVmTemplateRequest deleteVmTemplateRequest = (DeleteVmTemplateRequest) o; + return Objects.equals(this.dryRun, deleteVmTemplateRequest.dryRun) + && Objects.equals(this.vmTemplateId, deleteVmTemplateRequest.vmTemplateId); + } + + @Override + public int hashCode() { + return Objects.hash(dryRun, vmTemplateId); + } + + @Override + public String toString() { + StringBuilder sb = new StringBuilder(); + sb.append("class DeleteVmTemplateRequest {\n"); + sb.append(" dryRun: ").append(toIndentedString(dryRun)).append("\n"); + sb.append(" vmTemplateId: ").append(toIndentedString(vmTemplateId)).append("\n"); + sb.append("}"); + return sb.toString(); + } + + /** + * Convert the given object to string with each line indented by 4 spaces (except the first + * line). + */ + private String toIndentedString(Object o) { + if (o == null) { + return "null"; + } + return o.toString().replace("\n", "\n "); + } + + public static HashSet openapiFields; + public static HashSet openapiRequiredFields; + + static { + // a set of all properties/fields (JSON key names) + openapiFields = new HashSet(); + openapiFields.add("DryRun"); + openapiFields.add("VmTemplateId"); + + // a set of required properties/fields (JSON key names) + openapiRequiredFields = new HashSet(); + openapiRequiredFields.add("VmTemplateId"); + } + + /** + * Validates the JSON Object and throws an exception if issues found + * + * @param jsonObj JSON Object + * @throws IOException if the JSON Object is invalid with respect to DeleteVmTemplateRequest + */ + public static void validateJsonObject(JsonObject jsonObj) throws IOException { + if (jsonObj == null) { + if (!DeleteVmTemplateRequest.openapiRequiredFields + .isEmpty()) { // has required fields but JSON object is null + throw new IllegalArgumentException( + String.format( + "The required field(s) %s in DeleteVmTemplateRequest is not found" + + " in the empty JSON string", + DeleteVmTemplateRequest.openapiRequiredFields.toString())); + } + } + + Set> entries = jsonObj.entrySet(); + // check to see if the JSON string contains additional fields + for (Entry entry : entries) { + if (!DeleteVmTemplateRequest.openapiFields.contains(entry.getKey())) { + throw new IllegalArgumentException( + String.format( + "The field `%s` in the JSON string is not defined in the" + + " `DeleteVmTemplateRequest` properties. JSON: %s", + entry.getKey(), jsonObj.toString())); + } + } + + // check to make sure all required properties/fields are present in the JSON string + for (String requiredField : DeleteVmTemplateRequest.openapiRequiredFields) { + if (jsonObj.get(requiredField) == null) { + throw new IllegalArgumentException( + String.format( + "The required field `%s` is not found in the JSON string: %s", + requiredField, jsonObj.toString())); + } + } + if (!jsonObj.get("VmTemplateId").isJsonPrimitive()) { + throw new IllegalArgumentException( + String.format( + "Expected the field `VmTemplateId` to be a primitive type in the JSON" + + " string but got `%s`", + jsonObj.get("VmTemplateId").toString())); + } + } + + public static class CustomTypeAdapterFactory implements TypeAdapterFactory { + @SuppressWarnings("unchecked") + @Override + public TypeAdapter create(Gson gson, TypeToken type) { + if (!DeleteVmTemplateRequest.class.isAssignableFrom(type.getRawType())) { + return null; // this class only serializes 'DeleteVmTemplateRequest' and its + // subtypes + } + final TypeAdapter elementAdapter = gson.getAdapter(JsonElement.class); + final TypeAdapter thisAdapter = + gson.getDelegateAdapter(this, TypeToken.get(DeleteVmTemplateRequest.class)); + + return (TypeAdapter) + new TypeAdapter() { + @Override + public void write(JsonWriter out, DeleteVmTemplateRequest value) + throws IOException { + JsonObject obj = thisAdapter.toJsonTree(value).getAsJsonObject(); + elementAdapter.write(out, obj); + } + + @Override + public DeleteVmTemplateRequest read(JsonReader in) throws IOException { + JsonObject jsonObj = elementAdapter.read(in).getAsJsonObject(); + validateJsonObject(jsonObj); + return thisAdapter.fromJsonTree(jsonObj); + } + }.nullSafe(); + } + } + + /** + * Create an instance of DeleteVmTemplateRequest given an JSON string + * + * @param jsonString JSON string + * @return An instance of DeleteVmTemplateRequest + * @throws IOException if the JSON string is invalid with respect to DeleteVmTemplateRequest + */ + public static DeleteVmTemplateRequest fromJson(String jsonString) throws IOException { + return JSON.getGson().fromJson(jsonString, DeleteVmTemplateRequest.class); + } + + /** + * Convert an instance of DeleteVmTemplateRequest to an JSON string + * + * @return JSON string + */ + public String toJson() { + return JSON.getGson().toJson(this); + } +} diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/DeleteVmTemplateResponse.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/DeleteVmTemplateResponse.java new file mode 100644 index 00000000..785b6550 --- /dev/null +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/DeleteVmTemplateResponse.java @@ -0,0 +1,196 @@ +/* + * 3DS OUTSCALE API + * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). + * + * The version of the OpenAPI document: 1.26 + * Contact: support@outscale.com + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ + +package io.github.outscale.osc_sdk_java.client.model; + +import com.google.gson.Gson; +import com.google.gson.JsonElement; +import com.google.gson.JsonObject; +import com.google.gson.TypeAdapter; +import com.google.gson.TypeAdapterFactory; +import com.google.gson.annotations.SerializedName; +import com.google.gson.reflect.TypeToken; +import com.google.gson.stream.JsonReader; +import com.google.gson.stream.JsonWriter; +import io.github.outscale.osc_sdk_java.client.JSON; +import java.io.IOException; +import java.util.HashSet; +import java.util.Map.Entry; +import java.util.Objects; +import java.util.Set; + +/** DeleteVmTemplateResponse */ +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen") +public class DeleteVmTemplateResponse { + public static final String SERIALIZED_NAME_RESPONSE_CONTEXT = "ResponseContext"; + + @SerializedName(SERIALIZED_NAME_RESPONSE_CONTEXT) + private ResponseContext responseContext; + + public DeleteVmTemplateResponse() {} + + public DeleteVmTemplateResponse responseContext(ResponseContext responseContext) { + + this.responseContext = responseContext; + return this; + } + + /** + * Get responseContext + * + * @return responseContext + */ + @javax.annotation.Nullable + public ResponseContext getResponseContext() { + return responseContext; + } + + public void setResponseContext(ResponseContext responseContext) { + this.responseContext = responseContext; + } + + @Override + public boolean equals(Object o) { + if (this == o) { + return true; + } + if (o == null || getClass() != o.getClass()) { + return false; + } + DeleteVmTemplateResponse deleteVmTemplateResponse = (DeleteVmTemplateResponse) o; + return Objects.equals(this.responseContext, deleteVmTemplateResponse.responseContext); + } + + @Override + public int hashCode() { + return Objects.hash(responseContext); + } + + @Override + public String toString() { + StringBuilder sb = new StringBuilder(); + sb.append("class DeleteVmTemplateResponse {\n"); + sb.append(" responseContext: ").append(toIndentedString(responseContext)).append("\n"); + sb.append("}"); + return sb.toString(); + } + + /** + * Convert the given object to string with each line indented by 4 spaces (except the first + * line). + */ + private String toIndentedString(Object o) { + if (o == null) { + return "null"; + } + return o.toString().replace("\n", "\n "); + } + + public static HashSet openapiFields; + public static HashSet openapiRequiredFields; + + static { + // a set of all properties/fields (JSON key names) + openapiFields = new HashSet(); + openapiFields.add("ResponseContext"); + + // a set of required properties/fields (JSON key names) + openapiRequiredFields = new HashSet(); + } + + /** + * Validates the JSON Object and throws an exception if issues found + * + * @param jsonObj JSON Object + * @throws IOException if the JSON Object is invalid with respect to DeleteVmTemplateResponse + */ + public static void validateJsonObject(JsonObject jsonObj) throws IOException { + if (jsonObj == null) { + if (!DeleteVmTemplateResponse.openapiRequiredFields + .isEmpty()) { // has required fields but JSON object is null + throw new IllegalArgumentException( + String.format( + "The required field(s) %s in DeleteVmTemplateResponse is not found" + + " in the empty JSON string", + DeleteVmTemplateResponse.openapiRequiredFields.toString())); + } + } + + Set> entries = jsonObj.entrySet(); + // check to see if the JSON string contains additional fields + for (Entry entry : entries) { + if (!DeleteVmTemplateResponse.openapiFields.contains(entry.getKey())) { + throw new IllegalArgumentException( + String.format( + "The field `%s` in the JSON string is not defined in the" + + " `DeleteVmTemplateResponse` properties. JSON: %s", + entry.getKey(), jsonObj.toString())); + } + } + // validate the optional field `ResponseContext` + if (jsonObj.get("ResponseContext") != null + && !jsonObj.get("ResponseContext").isJsonNull()) { + ResponseContext.validateJsonObject(jsonObj.getAsJsonObject("ResponseContext")); + } + } + + public static class CustomTypeAdapterFactory implements TypeAdapterFactory { + @SuppressWarnings("unchecked") + @Override + public TypeAdapter create(Gson gson, TypeToken type) { + if (!DeleteVmTemplateResponse.class.isAssignableFrom(type.getRawType())) { + return null; // this class only serializes 'DeleteVmTemplateResponse' and its + // subtypes + } + final TypeAdapter elementAdapter = gson.getAdapter(JsonElement.class); + final TypeAdapter thisAdapter = + gson.getDelegateAdapter(this, TypeToken.get(DeleteVmTemplateResponse.class)); + + return (TypeAdapter) + new TypeAdapter() { + @Override + public void write(JsonWriter out, DeleteVmTemplateResponse value) + throws IOException { + JsonObject obj = thisAdapter.toJsonTree(value).getAsJsonObject(); + elementAdapter.write(out, obj); + } + + @Override + public DeleteVmTemplateResponse read(JsonReader in) throws IOException { + JsonObject jsonObj = elementAdapter.read(in).getAsJsonObject(); + validateJsonObject(jsonObj); + return thisAdapter.fromJsonTree(jsonObj); + } + }.nullSafe(); + } + } + + /** + * Create an instance of DeleteVmTemplateResponse given an JSON string + * + * @param jsonString JSON string + * @return An instance of DeleteVmTemplateResponse + * @throws IOException if the JSON string is invalid with respect to DeleteVmTemplateResponse + */ + public static DeleteVmTemplateResponse fromJson(String jsonString) throws IOException { + return JSON.getGson().fromJson(jsonString, DeleteVmTemplateResponse.class); + } + + /** + * Convert an instance of DeleteVmTemplateResponse to an JSON string + * + * @return JSON string + */ + public String toJson() { + return JSON.getGson().toJson(this); + } +} diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/DeleteVmsRequest.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/DeleteVmsRequest.java index f047c6f9..7d1c7284 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/DeleteVmsRequest.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/DeleteVmsRequest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/DeleteVmsResponse.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/DeleteVmsResponse.java index 0809db1d..7b04ca29 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/DeleteVmsResponse.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/DeleteVmsResponse.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/DeleteVolumeRequest.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/DeleteVolumeRequest.java index 9ff5cbfb..f8722caa 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/DeleteVolumeRequest.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/DeleteVolumeRequest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/DeleteVolumeResponse.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/DeleteVolumeResponse.java index 2fdb8a1c..c4290db2 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/DeleteVolumeResponse.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/DeleteVolumeResponse.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/DeleteVpnConnectionRequest.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/DeleteVpnConnectionRequest.java index 49d75d44..2b44d77c 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/DeleteVpnConnectionRequest.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/DeleteVpnConnectionRequest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/DeleteVpnConnectionResponse.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/DeleteVpnConnectionResponse.java index 2b389108..502fcf2a 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/DeleteVpnConnectionResponse.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/DeleteVpnConnectionResponse.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/DeleteVpnConnectionRouteRequest.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/DeleteVpnConnectionRouteRequest.java index 83eecfdd..dab4cf70 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/DeleteVpnConnectionRouteRequest.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/DeleteVpnConnectionRouteRequest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/DeleteVpnConnectionRouteResponse.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/DeleteVpnConnectionRouteResponse.java index cd5ce3f4..e9163a2b 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/DeleteVpnConnectionRouteResponse.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/DeleteVpnConnectionRouteResponse.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/DeregisterVmsInLoadBalancerRequest.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/DeregisterVmsInLoadBalancerRequest.java index d8338a96..4b4bbabc 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/DeregisterVmsInLoadBalancerRequest.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/DeregisterVmsInLoadBalancerRequest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/DeregisterVmsInLoadBalancerResponse.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/DeregisterVmsInLoadBalancerResponse.java index 22bedbf2..fbe45cba 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/DeregisterVmsInLoadBalancerResponse.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/DeregisterVmsInLoadBalancerResponse.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/DhcpOptionsSet.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/DhcpOptionsSet.java index 6a4ad25d..090780ec 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/DhcpOptionsSet.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/DhcpOptionsSet.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/DirectLink.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/DirectLink.java index 4252bbcf..a48af327 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/DirectLink.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/DirectLink.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/DirectLinkInterface.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/DirectLinkInterface.java index 6ea47107..9ba2dcd6 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/DirectLinkInterface.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/DirectLinkInterface.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/DirectLinkInterfaces.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/DirectLinkInterfaces.java index 49861ddf..4efd3f6c 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/DirectLinkInterfaces.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/DirectLinkInterfaces.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/ErrorResponse.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/ErrorResponse.java index adc26998..d4b26fbd 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/ErrorResponse.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/ErrorResponse.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/Errors.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/Errors.java index 887520c0..d6da9a2e 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/Errors.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/Errors.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/FiltersAccessKeys.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/FiltersAccessKeys.java index 1dfac20d..726df15d 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/FiltersAccessKeys.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/FiltersAccessKeys.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/FiltersApiAccessRule.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/FiltersApiAccessRule.java index bf104b44..3dcae85d 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/FiltersApiAccessRule.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/FiltersApiAccessRule.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/FiltersApiLog.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/FiltersApiLog.java index 32fa35c4..e21d3658 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/FiltersApiLog.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/FiltersApiLog.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -172,9 +172,9 @@ public FiltersApiLog queryDateAfter(OffsetDateTime queryDateAfter) { } /** - * The date after which you want to retrieve logged calls, in ISO 8601 format (for example, - * `2020-06-14`). By default, this date is set to 48 hours before the - * `QueryDateBefore` parameter value. + * The date and time, or the date, after which you want to retrieve logged calls, in ISO 8601 + * format (for example, `2020-06-14T00:00:00.000Z` or `2020-06-14`). By + * default, this date is set to 48 hours before the `QueryDateBefore` parameter value. * * @return queryDateAfter */ @@ -194,9 +194,10 @@ public FiltersApiLog queryDateBefore(OffsetDateTime queryDateBefore) { } /** - * The date before which you want to retrieve logged calls, in ISO 8601 format (for example, - * `2020-06-30`). By default, this date is set to now, or 48 hours after the - * `QueryDateAfter` parameter value. + * The date and time, or the date, before which you want to retrieve logged calls, in ISO 8601 + * format (for example, `2020-06-30T00:00:00.000Z` or `2020-06-14`). By + * default, this date is set to now, or 48 hours after the `QueryDateAfter` parameter + * value. * * @return queryDateBefore */ diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/FiltersCa.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/FiltersCa.java index 262a85ce..1e579461 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/FiltersCa.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/FiltersCa.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/FiltersCatalogs.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/FiltersCatalogs.java new file mode 100644 index 00000000..84f516f0 --- /dev/null +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/FiltersCatalogs.java @@ -0,0 +1,253 @@ +/* + * 3DS OUTSCALE API + * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). + * + * The version of the OpenAPI document: 1.26 + * Contact: support@outscale.com + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ + +package io.github.outscale.osc_sdk_java.client.model; + +import com.google.gson.Gson; +import com.google.gson.JsonElement; +import com.google.gson.JsonObject; +import com.google.gson.TypeAdapter; +import com.google.gson.TypeAdapterFactory; +import com.google.gson.annotations.SerializedName; +import com.google.gson.reflect.TypeToken; +import com.google.gson.stream.JsonReader; +import com.google.gson.stream.JsonWriter; +import io.github.outscale.osc_sdk_java.client.JSON; +import java.io.IOException; +import java.time.LocalDate; +import java.util.HashSet; +import java.util.Map.Entry; +import java.util.Objects; +import java.util.Set; + +/** One or more filters. */ +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen") +public class FiltersCatalogs { + public static final String SERIALIZED_NAME_CURRENT_CATALOG_ONLY = "CurrentCatalogOnly"; + + @SerializedName(SERIALIZED_NAME_CURRENT_CATALOG_ONLY) + private Boolean currentCatalogOnly; + + public static final String SERIALIZED_NAME_FROM_DATE = "FromDate"; + + @SerializedName(SERIALIZED_NAME_FROM_DATE) + private LocalDate fromDate; + + public static final String SERIALIZED_NAME_TO_DATE = "ToDate"; + + @SerializedName(SERIALIZED_NAME_TO_DATE) + private LocalDate toDate; + + public FiltersCatalogs() {} + + public FiltersCatalogs currentCatalogOnly(Boolean currentCatalogOnly) { + + this.currentCatalogOnly = currentCatalogOnly; + return this; + } + + /** + * By default or if set to true, only returns the current catalog. If false, returns the current + * catalog and past catalogs. + * + * @return currentCatalogOnly + */ + @javax.annotation.Nullable + public Boolean getCurrentCatalogOnly() { + return currentCatalogOnly; + } + + public void setCurrentCatalogOnly(Boolean currentCatalogOnly) { + this.currentCatalogOnly = currentCatalogOnly; + } + + public FiltersCatalogs fromDate(LocalDate fromDate) { + + this.fromDate = fromDate; + return this; + } + + /** + * The beginning of the time period, in ISO 8601 date format (for example, + * `2020-06-14`). This date cannot be older than 3 years. You must specify the + * parameters `FromDate` and `ToDate` together. + * + * @return fromDate + */ + @javax.annotation.Nullable + public LocalDate getFromDate() { + return fromDate; + } + + public void setFromDate(LocalDate fromDate) { + this.fromDate = fromDate; + } + + public FiltersCatalogs toDate(LocalDate toDate) { + + this.toDate = toDate; + return this; + } + + /** + * The end of the time period, in ISO 8601 date format (for example, `2020-06-30`). + * You must specify the parameters `FromDate` and `ToDate` together. + * + * @return toDate + */ + @javax.annotation.Nullable + public LocalDate getToDate() { + return toDate; + } + + public void setToDate(LocalDate toDate) { + this.toDate = toDate; + } + + @Override + public boolean equals(Object o) { + if (this == o) { + return true; + } + if (o == null || getClass() != o.getClass()) { + return false; + } + FiltersCatalogs filtersCatalogs = (FiltersCatalogs) o; + return Objects.equals(this.currentCatalogOnly, filtersCatalogs.currentCatalogOnly) + && Objects.equals(this.fromDate, filtersCatalogs.fromDate) + && Objects.equals(this.toDate, filtersCatalogs.toDate); + } + + @Override + public int hashCode() { + return Objects.hash(currentCatalogOnly, fromDate, toDate); + } + + @Override + public String toString() { + StringBuilder sb = new StringBuilder(); + sb.append("class FiltersCatalogs {\n"); + sb.append(" currentCatalogOnly: ") + .append(toIndentedString(currentCatalogOnly)) + .append("\n"); + sb.append(" fromDate: ").append(toIndentedString(fromDate)).append("\n"); + sb.append(" toDate: ").append(toIndentedString(toDate)).append("\n"); + sb.append("}"); + return sb.toString(); + } + + /** + * Convert the given object to string with each line indented by 4 spaces (except the first + * line). + */ + private String toIndentedString(Object o) { + if (o == null) { + return "null"; + } + return o.toString().replace("\n", "\n "); + } + + public static HashSet openapiFields; + public static HashSet openapiRequiredFields; + + static { + // a set of all properties/fields (JSON key names) + openapiFields = new HashSet(); + openapiFields.add("CurrentCatalogOnly"); + openapiFields.add("FromDate"); + openapiFields.add("ToDate"); + + // a set of required properties/fields (JSON key names) + openapiRequiredFields = new HashSet(); + } + + /** + * Validates the JSON Object and throws an exception if issues found + * + * @param jsonObj JSON Object + * @throws IOException if the JSON Object is invalid with respect to FiltersCatalogs + */ + public static void validateJsonObject(JsonObject jsonObj) throws IOException { + if (jsonObj == null) { + if (!FiltersCatalogs.openapiRequiredFields + .isEmpty()) { // has required fields but JSON object is null + throw new IllegalArgumentException( + String.format( + "The required field(s) %s in FiltersCatalogs is not found in the" + + " empty JSON string", + FiltersCatalogs.openapiRequiredFields.toString())); + } + } + + Set> entries = jsonObj.entrySet(); + // check to see if the JSON string contains additional fields + for (Entry entry : entries) { + if (!FiltersCatalogs.openapiFields.contains(entry.getKey())) { + throw new IllegalArgumentException( + String.format( + "The field `%s` in the JSON string is not defined in the" + + " `FiltersCatalogs` properties. JSON: %s", + entry.getKey(), jsonObj.toString())); + } + } + } + + public static class CustomTypeAdapterFactory implements TypeAdapterFactory { + @SuppressWarnings("unchecked") + @Override + public TypeAdapter create(Gson gson, TypeToken type) { + if (!FiltersCatalogs.class.isAssignableFrom(type.getRawType())) { + return null; // this class only serializes 'FiltersCatalogs' and its subtypes + } + final TypeAdapter elementAdapter = gson.getAdapter(JsonElement.class); + final TypeAdapter thisAdapter = + gson.getDelegateAdapter(this, TypeToken.get(FiltersCatalogs.class)); + + return (TypeAdapter) + new TypeAdapter() { + @Override + public void write(JsonWriter out, FiltersCatalogs value) + throws IOException { + JsonObject obj = thisAdapter.toJsonTree(value).getAsJsonObject(); + elementAdapter.write(out, obj); + } + + @Override + public FiltersCatalogs read(JsonReader in) throws IOException { + JsonObject jsonObj = elementAdapter.read(in).getAsJsonObject(); + validateJsonObject(jsonObj); + return thisAdapter.fromJsonTree(jsonObj); + } + }.nullSafe(); + } + } + + /** + * Create an instance of FiltersCatalogs given an JSON string + * + * @param jsonString JSON string + * @return An instance of FiltersCatalogs + * @throws IOException if the JSON string is invalid with respect to FiltersCatalogs + */ + public static FiltersCatalogs fromJson(String jsonString) throws IOException { + return JSON.getGson().fromJson(jsonString, FiltersCatalogs.class); + } + + /** + * Convert an instance of FiltersCatalogs to an JSON string + * + * @return JSON string + */ + public String toJson() { + return JSON.getGson().toJson(this); + } +} diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/FiltersClientGateway.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/FiltersClientGateway.java index ab6049de..0f7b0076 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/FiltersClientGateway.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/FiltersClientGateway.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/FiltersDhcpOptions.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/FiltersDhcpOptions.java index 5d5112c2..1a72ec03 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/FiltersDhcpOptions.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/FiltersDhcpOptions.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/FiltersDirectLink.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/FiltersDirectLink.java index ef5f9ca8..af1efced 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/FiltersDirectLink.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/FiltersDirectLink.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/FiltersDirectLinkInterface.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/FiltersDirectLinkInterface.java index 2670b433..e5c53c0c 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/FiltersDirectLinkInterface.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/FiltersDirectLinkInterface.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/FiltersExportTask.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/FiltersExportTask.java index 0762a599..e9ed6a8f 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/FiltersExportTask.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/FiltersExportTask.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/FiltersFlexibleGpu.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/FiltersFlexibleGpu.java index d2a098be..bb710d16 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/FiltersFlexibleGpu.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/FiltersFlexibleGpu.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/FiltersImage.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/FiltersImage.java index ccbd0b64..5b3cdf91 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/FiltersImage.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/FiltersImage.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -586,8 +586,7 @@ public FiltersImage addProductCodesItem(String productCodesItem) { } /** - * The product code associated with the OMI (`0001` Linux/Unix \\| `0002` - * Windows \\| `0004` Linux/Oracle \\| `0005` Windows 10). + * The product codes associated with the OMI. * * @return productCodes */ diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/FiltersInternetService.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/FiltersInternetService.java index 3f9284f3..2c8d2cd9 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/FiltersInternetService.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/FiltersInternetService.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/FiltersKeypair.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/FiltersKeypair.java index 8dd451d9..ba3e2401 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/FiltersKeypair.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/FiltersKeypair.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/FiltersListenerRule.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/FiltersListenerRule.java index e4a828bd..393d4d7a 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/FiltersListenerRule.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/FiltersListenerRule.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/FiltersLoadBalancer.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/FiltersLoadBalancer.java index 81e630ed..1b3588ef 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/FiltersLoadBalancer.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/FiltersLoadBalancer.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/FiltersNatService.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/FiltersNatService.java index 51f8d6d0..4e6b3748 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/FiltersNatService.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/FiltersNatService.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/FiltersNet.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/FiltersNet.java index 07bdac7b..777aa291 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/FiltersNet.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/FiltersNet.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/FiltersNetAccessPoint.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/FiltersNetAccessPoint.java index 90c60b50..63e62c35 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/FiltersNetAccessPoint.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/FiltersNetAccessPoint.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/FiltersNetPeering.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/FiltersNetPeering.java index 1dd92024..ec79fe5a 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/FiltersNetPeering.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/FiltersNetPeering.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/FiltersNic.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/FiltersNic.java index d92f8f37..c46efdd3 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/FiltersNic.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/FiltersNic.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/FiltersProductType.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/FiltersProductType.java index 556de1b3..5c145676 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/FiltersProductType.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/FiltersProductType.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/FiltersPublicIp.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/FiltersPublicIp.java index c59e641d..09ad026d 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/FiltersPublicIp.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/FiltersPublicIp.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/FiltersQuota.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/FiltersQuota.java index 6b2084d7..93cbb975 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/FiltersQuota.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/FiltersQuota.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/FiltersRouteTable.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/FiltersRouteTable.java index 16b64560..a9206abc 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/FiltersRouteTable.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/FiltersRouteTable.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/FiltersSecurityGroup.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/FiltersSecurityGroup.java index 13bb1379..87bdefbe 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/FiltersSecurityGroup.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/FiltersSecurityGroup.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/FiltersServerCertificate.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/FiltersServerCertificate.java index 3afba868..40c83d4a 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/FiltersServerCertificate.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/FiltersServerCertificate.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/FiltersService.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/FiltersService.java index 4797e8d1..384911a0 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/FiltersService.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/FiltersService.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/FiltersSnapshot.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/FiltersSnapshot.java index 93e846a8..c112a603 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/FiltersSnapshot.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/FiltersSnapshot.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -23,6 +23,7 @@ import com.google.gson.stream.JsonWriter; import io.github.outscale.osc_sdk_java.client.JSON; import java.io.IOException; +import java.time.OffsetDateTime; import java.util.ArrayList; import java.util.HashSet; import java.util.List; @@ -48,6 +49,11 @@ public class FiltersSnapshot { @SerializedName(SERIALIZED_NAME_DESCRIPTIONS) private List descriptions = null; + public static final String SERIALIZED_NAME_FROM_CREATION_DATE = "FromCreationDate"; + + @SerializedName(SERIALIZED_NAME_FROM_CREATION_DATE) + private OffsetDateTime fromCreationDate; + public static final String SERIALIZED_NAME_PERMISSIONS_TO_CREATE_VOLUME_ACCOUNT_IDS = "PermissionsToCreateVolumeAccountIds"; @@ -90,6 +96,11 @@ public class FiltersSnapshot { @SerializedName(SERIALIZED_NAME_TAGS) private List tags = null; + public static final String SERIALIZED_NAME_TO_CREATION_DATE = "ToCreationDate"; + + @SerializedName(SERIALIZED_NAME_TO_CREATION_DATE) + private OffsetDateTime toCreationDate; + public static final String SERIALIZED_NAME_VOLUME_IDS = "VolumeIds"; @SerializedName(SERIALIZED_NAME_VOLUME_IDS) @@ -186,6 +197,27 @@ public void setDescriptions(List descriptions) { this.descriptions = descriptions; } + public FiltersSnapshot fromCreationDate(OffsetDateTime fromCreationDate) { + + this.fromCreationDate = fromCreationDate; + return this; + } + + /** + * The beginning of the time period, in ISO 8601 date-time format (for example, + * `2020-06-14T00:00:00.000Z`). + * + * @return fromCreationDate + */ + @javax.annotation.Nullable + public OffsetDateTime getFromCreationDate() { + return fromCreationDate; + } + + public void setFromCreationDate(OffsetDateTime fromCreationDate) { + this.fromCreationDate = fromCreationDate; + } + public FiltersSnapshot permissionsToCreateVolumeAccountIds( List permissionsToCreateVolumeAccountIds) { @@ -409,6 +441,27 @@ public void setTags(List tags) { this.tags = tags; } + public FiltersSnapshot toCreationDate(OffsetDateTime toCreationDate) { + + this.toCreationDate = toCreationDate; + return this; + } + + /** + * The end of the time period, in ISO 8601 date-time format (for example, + * `2020-06-30T00:00:00.000Z`). + * + * @return toCreationDate + */ + @javax.annotation.Nullable + public OffsetDateTime getToCreationDate() { + return toCreationDate; + } + + public void setToCreationDate(OffsetDateTime toCreationDate) { + this.toCreationDate = toCreationDate; + } + public FiltersSnapshot volumeIds(List volumeIds) { this.volumeIds = volumeIds; @@ -477,6 +530,7 @@ public boolean equals(Object o) { return Objects.equals(this.accountAliases, filtersSnapshot.accountAliases) && Objects.equals(this.accountIds, filtersSnapshot.accountIds) && Objects.equals(this.descriptions, filtersSnapshot.descriptions) + && Objects.equals(this.fromCreationDate, filtersSnapshot.fromCreationDate) && Objects.equals( this.permissionsToCreateVolumeAccountIds, filtersSnapshot.permissionsToCreateVolumeAccountIds) @@ -489,6 +543,7 @@ public boolean equals(Object o) { && Objects.equals(this.tagKeys, filtersSnapshot.tagKeys) && Objects.equals(this.tagValues, filtersSnapshot.tagValues) && Objects.equals(this.tags, filtersSnapshot.tags) + && Objects.equals(this.toCreationDate, filtersSnapshot.toCreationDate) && Objects.equals(this.volumeIds, filtersSnapshot.volumeIds) && Objects.equals(this.volumeSizes, filtersSnapshot.volumeSizes); } @@ -499,6 +554,7 @@ public int hashCode() { accountAliases, accountIds, descriptions, + fromCreationDate, permissionsToCreateVolumeAccountIds, permissionsToCreateVolumeGlobalPermission, progresses, @@ -507,6 +563,7 @@ public int hashCode() { tagKeys, tagValues, tags, + toCreationDate, volumeIds, volumeSizes); } @@ -518,6 +575,7 @@ public String toString() { sb.append(" accountAliases: ").append(toIndentedString(accountAliases)).append("\n"); sb.append(" accountIds: ").append(toIndentedString(accountIds)).append("\n"); sb.append(" descriptions: ").append(toIndentedString(descriptions)).append("\n"); + sb.append(" fromCreationDate: ").append(toIndentedString(fromCreationDate)).append("\n"); sb.append(" permissionsToCreateVolumeAccountIds: ") .append(toIndentedString(permissionsToCreateVolumeAccountIds)) .append("\n"); @@ -530,6 +588,7 @@ public String toString() { sb.append(" tagKeys: ").append(toIndentedString(tagKeys)).append("\n"); sb.append(" tagValues: ").append(toIndentedString(tagValues)).append("\n"); sb.append(" tags: ").append(toIndentedString(tags)).append("\n"); + sb.append(" toCreationDate: ").append(toIndentedString(toCreationDate)).append("\n"); sb.append(" volumeIds: ").append(toIndentedString(volumeIds)).append("\n"); sb.append(" volumeSizes: ").append(toIndentedString(volumeSizes)).append("\n"); sb.append("}"); @@ -556,6 +615,7 @@ private String toIndentedString(Object o) { openapiFields.add("AccountAliases"); openapiFields.add("AccountIds"); openapiFields.add("Descriptions"); + openapiFields.add("FromCreationDate"); openapiFields.add("PermissionsToCreateVolumeAccountIds"); openapiFields.add("PermissionsToCreateVolumeGlobalPermission"); openapiFields.add("Progresses"); @@ -564,6 +624,7 @@ private String toIndentedString(Object o) { openapiFields.add("TagKeys"); openapiFields.add("TagValues"); openapiFields.add("Tags"); + openapiFields.add("ToCreationDate"); openapiFields.add("VolumeIds"); openapiFields.add("VolumeSizes"); diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/FiltersSubnet.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/FiltersSubnet.java index 8f9e6784..df998763 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/FiltersSubnet.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/FiltersSubnet.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/FiltersSubregion.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/FiltersSubregion.java index 2b5a34cb..33c3639e 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/FiltersSubregion.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/FiltersSubregion.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/FiltersTag.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/FiltersTag.java index dc7930e5..284852d4 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/FiltersTag.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/FiltersTag.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/FiltersVirtualGateway.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/FiltersVirtualGateway.java index f0c91232..74404297 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/FiltersVirtualGateway.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/FiltersVirtualGateway.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/FiltersVm.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/FiltersVm.java index 0ebc0971..5102751f 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/FiltersVm.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/FiltersVm.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/FiltersVmGroup.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/FiltersVmGroup.java new file mode 100644 index 00000000..074cebaf --- /dev/null +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/FiltersVmGroup.java @@ -0,0 +1,615 @@ +/* + * 3DS OUTSCALE API + * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). + * + * The version of the OpenAPI document: 1.26 + * Contact: support@outscale.com + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ + +package io.github.outscale.osc_sdk_java.client.model; + +import com.google.gson.Gson; +import com.google.gson.JsonElement; +import com.google.gson.JsonObject; +import com.google.gson.TypeAdapter; +import com.google.gson.TypeAdapterFactory; +import com.google.gson.annotations.SerializedName; +import com.google.gson.reflect.TypeToken; +import com.google.gson.stream.JsonReader; +import com.google.gson.stream.JsonWriter; +import io.github.outscale.osc_sdk_java.client.JSON; +import java.io.IOException; +import java.util.ArrayList; +import java.util.HashSet; +import java.util.List; +import java.util.Map.Entry; +import java.util.Objects; +import java.util.Set; + +/** One or more filters. */ +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen") +public class FiltersVmGroup { + public static final String SERIALIZED_NAME_DESCRIPTIONS = "Descriptions"; + + @SerializedName(SERIALIZED_NAME_DESCRIPTIONS) + private List descriptions = null; + + public static final String SERIALIZED_NAME_SECURITY_GROUP_IDS = "SecurityGroupIds"; + + @SerializedName(SERIALIZED_NAME_SECURITY_GROUP_IDS) + private List securityGroupIds = null; + + public static final String SERIALIZED_NAME_SUBNET_IDS = "SubnetIds"; + + @SerializedName(SERIALIZED_NAME_SUBNET_IDS) + private List subnetIds = null; + + public static final String SERIALIZED_NAME_TAG_KEYS = "TagKeys"; + + @SerializedName(SERIALIZED_NAME_TAG_KEYS) + private List tagKeys = null; + + public static final String SERIALIZED_NAME_TAG_VALUES = "TagValues"; + + @SerializedName(SERIALIZED_NAME_TAG_VALUES) + private List tagValues = null; + + public static final String SERIALIZED_NAME_TAGS = "Tags"; + + @SerializedName(SERIALIZED_NAME_TAGS) + private List tags = null; + + public static final String SERIALIZED_NAME_VM_COUNTS = "VmCounts"; + + @SerializedName(SERIALIZED_NAME_VM_COUNTS) + private List vmCounts = null; + + public static final String SERIALIZED_NAME_VM_GROUP_IDS = "VmGroupIds"; + + @SerializedName(SERIALIZED_NAME_VM_GROUP_IDS) + private List vmGroupIds = null; + + public static final String SERIALIZED_NAME_VM_GROUP_NAMES = "VmGroupNames"; + + @SerializedName(SERIALIZED_NAME_VM_GROUP_NAMES) + private List vmGroupNames = null; + + public static final String SERIALIZED_NAME_VM_TEMPLATE_IDS = "VmTemplateIds"; + + @SerializedName(SERIALIZED_NAME_VM_TEMPLATE_IDS) + private List vmTemplateIds = null; + + public FiltersVmGroup() {} + + public FiltersVmGroup descriptions(List descriptions) { + + this.descriptions = descriptions; + return this; + } + + public FiltersVmGroup addDescriptionsItem(String descriptionsItem) { + if (this.descriptions == null) { + this.descriptions = new ArrayList<>(); + } + this.descriptions.add(descriptionsItem); + return this; + } + + /** + * The descriptions of the VM groups. + * + * @return descriptions + */ + @javax.annotation.Nullable + public List getDescriptions() { + return descriptions; + } + + public void setDescriptions(List descriptions) { + this.descriptions = descriptions; + } + + public FiltersVmGroup securityGroupIds(List securityGroupIds) { + + this.securityGroupIds = securityGroupIds; + return this; + } + + public FiltersVmGroup addSecurityGroupIdsItem(String securityGroupIdsItem) { + if (this.securityGroupIds == null) { + this.securityGroupIds = new ArrayList<>(); + } + this.securityGroupIds.add(securityGroupIdsItem); + return this; + } + + /** + * The IDs of the security groups. + * + * @return securityGroupIds + */ + @javax.annotation.Nullable + public List getSecurityGroupIds() { + return securityGroupIds; + } + + public void setSecurityGroupIds(List securityGroupIds) { + this.securityGroupIds = securityGroupIds; + } + + public FiltersVmGroup subnetIds(List subnetIds) { + + this.subnetIds = subnetIds; + return this; + } + + public FiltersVmGroup addSubnetIdsItem(String subnetIdsItem) { + if (this.subnetIds == null) { + this.subnetIds = new ArrayList<>(); + } + this.subnetIds.add(subnetIdsItem); + return this; + } + + /** + * The IDs of the Subnets. + * + * @return subnetIds + */ + @javax.annotation.Nullable + public List getSubnetIds() { + return subnetIds; + } + + public void setSubnetIds(List subnetIds) { + this.subnetIds = subnetIds; + } + + public FiltersVmGroup tagKeys(List tagKeys) { + + this.tagKeys = tagKeys; + return this; + } + + public FiltersVmGroup addTagKeysItem(String tagKeysItem) { + if (this.tagKeys == null) { + this.tagKeys = new ArrayList<>(); + } + this.tagKeys.add(tagKeysItem); + return this; + } + + /** + * The keys of the tags associated with the VM groups. + * + * @return tagKeys + */ + @javax.annotation.Nullable + public List getTagKeys() { + return tagKeys; + } + + public void setTagKeys(List tagKeys) { + this.tagKeys = tagKeys; + } + + public FiltersVmGroup tagValues(List tagValues) { + + this.tagValues = tagValues; + return this; + } + + public FiltersVmGroup addTagValuesItem(String tagValuesItem) { + if (this.tagValues == null) { + this.tagValues = new ArrayList<>(); + } + this.tagValues.add(tagValuesItem); + return this; + } + + /** + * The values of the tags associated with the VM groups. + * + * @return tagValues + */ + @javax.annotation.Nullable + public List getTagValues() { + return tagValues; + } + + public void setTagValues(List tagValues) { + this.tagValues = tagValues; + } + + public FiltersVmGroup tags(List tags) { + + this.tags = tags; + return this; + } + + public FiltersVmGroup addTagsItem(String tagsItem) { + if (this.tags == null) { + this.tags = new ArrayList<>(); + } + this.tags.add(tagsItem); + return this; + } + + /** + * The key/value combination of the tags associated with the VMs, in the following format: + * &quot;Filters&quot;:{&quot;Tags&quot;:[&quot;TAGKEY=TAGVALUE&quot;]}. + * + * @return tags + */ + @javax.annotation.Nullable + public List getTags() { + return tags; + } + + public void setTags(List tags) { + this.tags = tags; + } + + public FiltersVmGroup vmCounts(List vmCounts) { + + this.vmCounts = vmCounts; + return this; + } + + public FiltersVmGroup addVmCountsItem(Integer vmCountsItem) { + if (this.vmCounts == null) { + this.vmCounts = new ArrayList<>(); + } + this.vmCounts.add(vmCountsItem); + return this; + } + + /** + * The number of VMs in the VM group. + * + * @return vmCounts + */ + @javax.annotation.Nullable + public List getVmCounts() { + return vmCounts; + } + + public void setVmCounts(List vmCounts) { + this.vmCounts = vmCounts; + } + + public FiltersVmGroup vmGroupIds(List vmGroupIds) { + + this.vmGroupIds = vmGroupIds; + return this; + } + + public FiltersVmGroup addVmGroupIdsItem(String vmGroupIdsItem) { + if (this.vmGroupIds == null) { + this.vmGroupIds = new ArrayList<>(); + } + this.vmGroupIds.add(vmGroupIdsItem); + return this; + } + + /** + * The IDs of the VM groups. + * + * @return vmGroupIds + */ + @javax.annotation.Nullable + public List getVmGroupIds() { + return vmGroupIds; + } + + public void setVmGroupIds(List vmGroupIds) { + this.vmGroupIds = vmGroupIds; + } + + public FiltersVmGroup vmGroupNames(List vmGroupNames) { + + this.vmGroupNames = vmGroupNames; + return this; + } + + public FiltersVmGroup addVmGroupNamesItem(String vmGroupNamesItem) { + if (this.vmGroupNames == null) { + this.vmGroupNames = new ArrayList<>(); + } + this.vmGroupNames.add(vmGroupNamesItem); + return this; + } + + /** + * The names of the VM groups. + * + * @return vmGroupNames + */ + @javax.annotation.Nullable + public List getVmGroupNames() { + return vmGroupNames; + } + + public void setVmGroupNames(List vmGroupNames) { + this.vmGroupNames = vmGroupNames; + } + + public FiltersVmGroup vmTemplateIds(List vmTemplateIds) { + + this.vmTemplateIds = vmTemplateIds; + return this; + } + + public FiltersVmGroup addVmTemplateIdsItem(String vmTemplateIdsItem) { + if (this.vmTemplateIds == null) { + this.vmTemplateIds = new ArrayList<>(); + } + this.vmTemplateIds.add(vmTemplateIdsItem); + return this; + } + + /** + * The IDs of the VM templates. + * + * @return vmTemplateIds + */ + @javax.annotation.Nullable + public List getVmTemplateIds() { + return vmTemplateIds; + } + + public void setVmTemplateIds(List vmTemplateIds) { + this.vmTemplateIds = vmTemplateIds; + } + + @Override + public boolean equals(Object o) { + if (this == o) { + return true; + } + if (o == null || getClass() != o.getClass()) { + return false; + } + FiltersVmGroup filtersVmGroup = (FiltersVmGroup) o; + return Objects.equals(this.descriptions, filtersVmGroup.descriptions) + && Objects.equals(this.securityGroupIds, filtersVmGroup.securityGroupIds) + && Objects.equals(this.subnetIds, filtersVmGroup.subnetIds) + && Objects.equals(this.tagKeys, filtersVmGroup.tagKeys) + && Objects.equals(this.tagValues, filtersVmGroup.tagValues) + && Objects.equals(this.tags, filtersVmGroup.tags) + && Objects.equals(this.vmCounts, filtersVmGroup.vmCounts) + && Objects.equals(this.vmGroupIds, filtersVmGroup.vmGroupIds) + && Objects.equals(this.vmGroupNames, filtersVmGroup.vmGroupNames) + && Objects.equals(this.vmTemplateIds, filtersVmGroup.vmTemplateIds); + } + + @Override + public int hashCode() { + return Objects.hash( + descriptions, + securityGroupIds, + subnetIds, + tagKeys, + tagValues, + tags, + vmCounts, + vmGroupIds, + vmGroupNames, + vmTemplateIds); + } + + @Override + public String toString() { + StringBuilder sb = new StringBuilder(); + sb.append("class FiltersVmGroup {\n"); + sb.append(" descriptions: ").append(toIndentedString(descriptions)).append("\n"); + sb.append(" securityGroupIds: ").append(toIndentedString(securityGroupIds)).append("\n"); + sb.append(" subnetIds: ").append(toIndentedString(subnetIds)).append("\n"); + sb.append(" tagKeys: ").append(toIndentedString(tagKeys)).append("\n"); + sb.append(" tagValues: ").append(toIndentedString(tagValues)).append("\n"); + sb.append(" tags: ").append(toIndentedString(tags)).append("\n"); + sb.append(" vmCounts: ").append(toIndentedString(vmCounts)).append("\n"); + sb.append(" vmGroupIds: ").append(toIndentedString(vmGroupIds)).append("\n"); + sb.append(" vmGroupNames: ").append(toIndentedString(vmGroupNames)).append("\n"); + sb.append(" vmTemplateIds: ").append(toIndentedString(vmTemplateIds)).append("\n"); + sb.append("}"); + return sb.toString(); + } + + /** + * Convert the given object to string with each line indented by 4 spaces (except the first + * line). + */ + private String toIndentedString(Object o) { + if (o == null) { + return "null"; + } + return o.toString().replace("\n", "\n "); + } + + public static HashSet openapiFields; + public static HashSet openapiRequiredFields; + + static { + // a set of all properties/fields (JSON key names) + openapiFields = new HashSet(); + openapiFields.add("Descriptions"); + openapiFields.add("SecurityGroupIds"); + openapiFields.add("SubnetIds"); + openapiFields.add("TagKeys"); + openapiFields.add("TagValues"); + openapiFields.add("Tags"); + openapiFields.add("VmCounts"); + openapiFields.add("VmGroupIds"); + openapiFields.add("VmGroupNames"); + openapiFields.add("VmTemplateIds"); + + // a set of required properties/fields (JSON key names) + openapiRequiredFields = new HashSet(); + } + + /** + * Validates the JSON Object and throws an exception if issues found + * + * @param jsonObj JSON Object + * @throws IOException if the JSON Object is invalid with respect to FiltersVmGroup + */ + public static void validateJsonObject(JsonObject jsonObj) throws IOException { + if (jsonObj == null) { + if (!FiltersVmGroup.openapiRequiredFields + .isEmpty()) { // has required fields but JSON object is null + throw new IllegalArgumentException( + String.format( + "The required field(s) %s in FiltersVmGroup is not found in the" + + " empty JSON string", + FiltersVmGroup.openapiRequiredFields.toString())); + } + } + + Set> entries = jsonObj.entrySet(); + // check to see if the JSON string contains additional fields + for (Entry entry : entries) { + if (!FiltersVmGroup.openapiFields.contains(entry.getKey())) { + throw new IllegalArgumentException( + String.format( + "The field `%s` in the JSON string is not defined in the" + + " `FiltersVmGroup` properties. JSON: %s", + entry.getKey(), jsonObj.toString())); + } + } + // ensure the optional json data is an array if present + if (jsonObj.get("Descriptions") != null && !jsonObj.get("Descriptions").isJsonArray()) { + throw new IllegalArgumentException( + String.format( + "Expected the field `Descriptions` to be an array in the JSON string" + + " but got `%s`", + jsonObj.get("Descriptions").toString())); + } + // ensure the optional json data is an array if present + if (jsonObj.get("SecurityGroupIds") != null + && !jsonObj.get("SecurityGroupIds").isJsonArray()) { + throw new IllegalArgumentException( + String.format( + "Expected the field `SecurityGroupIds` to be an array in the JSON" + + " string but got `%s`", + jsonObj.get("SecurityGroupIds").toString())); + } + // ensure the optional json data is an array if present + if (jsonObj.get("SubnetIds") != null && !jsonObj.get("SubnetIds").isJsonArray()) { + throw new IllegalArgumentException( + String.format( + "Expected the field `SubnetIds` to be an array in the JSON string but" + + " got `%s`", + jsonObj.get("SubnetIds").toString())); + } + // ensure the optional json data is an array if present + if (jsonObj.get("TagKeys") != null && !jsonObj.get("TagKeys").isJsonArray()) { + throw new IllegalArgumentException( + String.format( + "Expected the field `TagKeys` to be an array in the JSON string but" + + " got `%s`", + jsonObj.get("TagKeys").toString())); + } + // ensure the optional json data is an array if present + if (jsonObj.get("TagValues") != null && !jsonObj.get("TagValues").isJsonArray()) { + throw new IllegalArgumentException( + String.format( + "Expected the field `TagValues` to be an array in the JSON string but" + + " got `%s`", + jsonObj.get("TagValues").toString())); + } + // ensure the optional json data is an array if present + if (jsonObj.get("Tags") != null && !jsonObj.get("Tags").isJsonArray()) { + throw new IllegalArgumentException( + String.format( + "Expected the field `Tags` to be an array in the JSON string but got" + + " `%s`", + jsonObj.get("Tags").toString())); + } + // ensure the optional json data is an array if present + if (jsonObj.get("VmCounts") != null && !jsonObj.get("VmCounts").isJsonArray()) { + throw new IllegalArgumentException( + String.format( + "Expected the field `VmCounts` to be an array in the JSON string but" + + " got `%s`", + jsonObj.get("VmCounts").toString())); + } + // ensure the optional json data is an array if present + if (jsonObj.get("VmGroupIds") != null && !jsonObj.get("VmGroupIds").isJsonArray()) { + throw new IllegalArgumentException( + String.format( + "Expected the field `VmGroupIds` to be an array in the JSON string but" + + " got `%s`", + jsonObj.get("VmGroupIds").toString())); + } + // ensure the optional json data is an array if present + if (jsonObj.get("VmGroupNames") != null && !jsonObj.get("VmGroupNames").isJsonArray()) { + throw new IllegalArgumentException( + String.format( + "Expected the field `VmGroupNames` to be an array in the JSON string" + + " but got `%s`", + jsonObj.get("VmGroupNames").toString())); + } + // ensure the optional json data is an array if present + if (jsonObj.get("VmTemplateIds") != null && !jsonObj.get("VmTemplateIds").isJsonArray()) { + throw new IllegalArgumentException( + String.format( + "Expected the field `VmTemplateIds` to be an array in the JSON string" + + " but got `%s`", + jsonObj.get("VmTemplateIds").toString())); + } + } + + public static class CustomTypeAdapterFactory implements TypeAdapterFactory { + @SuppressWarnings("unchecked") + @Override + public TypeAdapter create(Gson gson, TypeToken type) { + if (!FiltersVmGroup.class.isAssignableFrom(type.getRawType())) { + return null; // this class only serializes 'FiltersVmGroup' and its subtypes + } + final TypeAdapter elementAdapter = gson.getAdapter(JsonElement.class); + final TypeAdapter thisAdapter = + gson.getDelegateAdapter(this, TypeToken.get(FiltersVmGroup.class)); + + return (TypeAdapter) + new TypeAdapter() { + @Override + public void write(JsonWriter out, FiltersVmGroup value) throws IOException { + JsonObject obj = thisAdapter.toJsonTree(value).getAsJsonObject(); + elementAdapter.write(out, obj); + } + + @Override + public FiltersVmGroup read(JsonReader in) throws IOException { + JsonObject jsonObj = elementAdapter.read(in).getAsJsonObject(); + validateJsonObject(jsonObj); + return thisAdapter.fromJsonTree(jsonObj); + } + }.nullSafe(); + } + } + + /** + * Create an instance of FiltersVmGroup given an JSON string + * + * @param jsonString JSON string + * @return An instance of FiltersVmGroup + * @throws IOException if the JSON string is invalid with respect to FiltersVmGroup + */ + public static FiltersVmGroup fromJson(String jsonString) throws IOException { + return JSON.getGson().fromJson(jsonString, FiltersVmGroup.class); + } + + /** + * Convert an instance of FiltersVmGroup to an JSON string + * + * @return JSON string + */ + public String toJson() { + return JSON.getGson().toJson(this); + } +} diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/FiltersVmTemplate.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/FiltersVmTemplate.java new file mode 100644 index 00000000..2f2bf366 --- /dev/null +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/FiltersVmTemplate.java @@ -0,0 +1,707 @@ +/* + * 3DS OUTSCALE API + * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). + * + * The version of the OpenAPI document: 1.26 + * Contact: support@outscale.com + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ + +package io.github.outscale.osc_sdk_java.client.model; + +import com.google.gson.Gson; +import com.google.gson.JsonElement; +import com.google.gson.JsonObject; +import com.google.gson.TypeAdapter; +import com.google.gson.TypeAdapterFactory; +import com.google.gson.annotations.SerializedName; +import com.google.gson.reflect.TypeToken; +import com.google.gson.stream.JsonReader; +import com.google.gson.stream.JsonWriter; +import io.github.outscale.osc_sdk_java.client.JSON; +import java.io.IOException; +import java.util.ArrayList; +import java.util.HashSet; +import java.util.List; +import java.util.Map.Entry; +import java.util.Objects; +import java.util.Set; + +/** One or more filters. */ +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen") +public class FiltersVmTemplate { + public static final String SERIALIZED_NAME_CPU_CORES = "CpuCores"; + + @SerializedName(SERIALIZED_NAME_CPU_CORES) + private List cpuCores = null; + + public static final String SERIALIZED_NAME_CPU_GENERATIONS = "CpuGenerations"; + + @SerializedName(SERIALIZED_NAME_CPU_GENERATIONS) + private List cpuGenerations = null; + + public static final String SERIALIZED_NAME_CPU_PERFORMANCES = "CpuPerformances"; + + @SerializedName(SERIALIZED_NAME_CPU_PERFORMANCES) + private List cpuPerformances = null; + + public static final String SERIALIZED_NAME_DESCRIPTIONS = "Descriptions"; + + @SerializedName(SERIALIZED_NAME_DESCRIPTIONS) + private List descriptions = null; + + public static final String SERIALIZED_NAME_IMAGE_IDS = "ImageIds"; + + @SerializedName(SERIALIZED_NAME_IMAGE_IDS) + private List imageIds = null; + + public static final String SERIALIZED_NAME_KEYPAIR_NAMES = "KeypairNames"; + + @SerializedName(SERIALIZED_NAME_KEYPAIR_NAMES) + private List keypairNames = null; + + public static final String SERIALIZED_NAME_RAMS = "Rams"; + + @SerializedName(SERIALIZED_NAME_RAMS) + private List rams = null; + + public static final String SERIALIZED_NAME_TAG_KEYS = "TagKeys"; + + @SerializedName(SERIALIZED_NAME_TAG_KEYS) + private List tagKeys = null; + + public static final String SERIALIZED_NAME_TAG_VALUES = "TagValues"; + + @SerializedName(SERIALIZED_NAME_TAG_VALUES) + private List tagValues = null; + + public static final String SERIALIZED_NAME_TAGS = "Tags"; + + @SerializedName(SERIALIZED_NAME_TAGS) + private List tags = null; + + public static final String SERIALIZED_NAME_VM_TEMPLATE_IDS = "VmTemplateIds"; + + @SerializedName(SERIALIZED_NAME_VM_TEMPLATE_IDS) + private List vmTemplateIds = null; + + public static final String SERIALIZED_NAME_VM_TEMPLATE_NAMES = "VmTemplateNames"; + + @SerializedName(SERIALIZED_NAME_VM_TEMPLATE_NAMES) + private List vmTemplateNames = null; + + public FiltersVmTemplate() {} + + public FiltersVmTemplate cpuCores(List cpuCores) { + + this.cpuCores = cpuCores; + return this; + } + + public FiltersVmTemplate addCpuCoresItem(Integer cpuCoresItem) { + if (this.cpuCores == null) { + this.cpuCores = new ArrayList<>(); + } + this.cpuCores.add(cpuCoresItem); + return this; + } + + /** + * The number of vCores. + * + * @return cpuCores + */ + @javax.annotation.Nullable + public List getCpuCores() { + return cpuCores; + } + + public void setCpuCores(List cpuCores) { + this.cpuCores = cpuCores; + } + + public FiltersVmTemplate cpuGenerations(List cpuGenerations) { + + this.cpuGenerations = cpuGenerations; + return this; + } + + public FiltersVmTemplate addCpuGenerationsItem(String cpuGenerationsItem) { + if (this.cpuGenerations == null) { + this.cpuGenerations = new ArrayList<>(); + } + this.cpuGenerations.add(cpuGenerationsItem); + return this; + } + + /** + * The processor generations (for example, `v4`). + * + * @return cpuGenerations + */ + @javax.annotation.Nullable + public List getCpuGenerations() { + return cpuGenerations; + } + + public void setCpuGenerations(List cpuGenerations) { + this.cpuGenerations = cpuGenerations; + } + + public FiltersVmTemplate cpuPerformances(List cpuPerformances) { + + this.cpuPerformances = cpuPerformances; + return this; + } + + public FiltersVmTemplate addCpuPerformancesItem(String cpuPerformancesItem) { + if (this.cpuPerformances == null) { + this.cpuPerformances = new ArrayList<>(); + } + this.cpuPerformances.add(cpuPerformancesItem); + return this; + } + + /** + * The performances of the VMs. + * + * @return cpuPerformances + */ + @javax.annotation.Nullable + public List getCpuPerformances() { + return cpuPerformances; + } + + public void setCpuPerformances(List cpuPerformances) { + this.cpuPerformances = cpuPerformances; + } + + public FiltersVmTemplate descriptions(List descriptions) { + + this.descriptions = descriptions; + return this; + } + + public FiltersVmTemplate addDescriptionsItem(String descriptionsItem) { + if (this.descriptions == null) { + this.descriptions = new ArrayList<>(); + } + this.descriptions.add(descriptionsItem); + return this; + } + + /** + * The descriptions of the VM templates. + * + * @return descriptions + */ + @javax.annotation.Nullable + public List getDescriptions() { + return descriptions; + } + + public void setDescriptions(List descriptions) { + this.descriptions = descriptions; + } + + public FiltersVmTemplate imageIds(List imageIds) { + + this.imageIds = imageIds; + return this; + } + + public FiltersVmTemplate addImageIdsItem(String imageIdsItem) { + if (this.imageIds == null) { + this.imageIds = new ArrayList<>(); + } + this.imageIds.add(imageIdsItem); + return this; + } + + /** + * The IDs of the OMIs. + * + * @return imageIds + */ + @javax.annotation.Nullable + public List getImageIds() { + return imageIds; + } + + public void setImageIds(List imageIds) { + this.imageIds = imageIds; + } + + public FiltersVmTemplate keypairNames(List keypairNames) { + + this.keypairNames = keypairNames; + return this; + } + + public FiltersVmTemplate addKeypairNamesItem(String keypairNamesItem) { + if (this.keypairNames == null) { + this.keypairNames = new ArrayList<>(); + } + this.keypairNames.add(keypairNamesItem); + return this; + } + + /** + * The names of the keypairs. + * + * @return keypairNames + */ + @javax.annotation.Nullable + public List getKeypairNames() { + return keypairNames; + } + + public void setKeypairNames(List keypairNames) { + this.keypairNames = keypairNames; + } + + public FiltersVmTemplate rams(List rams) { + + this.rams = rams; + return this; + } + + public FiltersVmTemplate addRamsItem(Integer ramsItem) { + if (this.rams == null) { + this.rams = new ArrayList<>(); + } + this.rams.add(ramsItem); + return this; + } + + /** + * The amount of RAM. + * + * @return rams + */ + @javax.annotation.Nullable + public List getRams() { + return rams; + } + + public void setRams(List rams) { + this.rams = rams; + } + + public FiltersVmTemplate tagKeys(List tagKeys) { + + this.tagKeys = tagKeys; + return this; + } + + public FiltersVmTemplate addTagKeysItem(String tagKeysItem) { + if (this.tagKeys == null) { + this.tagKeys = new ArrayList<>(); + } + this.tagKeys.add(tagKeysItem); + return this; + } + + /** + * The keys of the tags associated with the VM templates. + * + * @return tagKeys + */ + @javax.annotation.Nullable + public List getTagKeys() { + return tagKeys; + } + + public void setTagKeys(List tagKeys) { + this.tagKeys = tagKeys; + } + + public FiltersVmTemplate tagValues(List tagValues) { + + this.tagValues = tagValues; + return this; + } + + public FiltersVmTemplate addTagValuesItem(String tagValuesItem) { + if (this.tagValues == null) { + this.tagValues = new ArrayList<>(); + } + this.tagValues.add(tagValuesItem); + return this; + } + + /** + * The values of the tags associated with the VM templates. + * + * @return tagValues + */ + @javax.annotation.Nullable + public List getTagValues() { + return tagValues; + } + + public void setTagValues(List tagValues) { + this.tagValues = tagValues; + } + + public FiltersVmTemplate tags(List tags) { + + this.tags = tags; + return this; + } + + public FiltersVmTemplate addTagsItem(String tagsItem) { + if (this.tags == null) { + this.tags = new ArrayList<>(); + } + this.tags.add(tagsItem); + return this; + } + + /** + * The key/value combination of the tags associated with the VM templates, in the following + * format: \"Filters\":{\"Tags\":[\"TAGKEY=TAGVALUE\"]}. + * + * @return tags + */ + @javax.annotation.Nullable + public List getTags() { + return tags; + } + + public void setTags(List tags) { + this.tags = tags; + } + + public FiltersVmTemplate vmTemplateIds(List vmTemplateIds) { + + this.vmTemplateIds = vmTemplateIds; + return this; + } + + public FiltersVmTemplate addVmTemplateIdsItem(String vmTemplateIdsItem) { + if (this.vmTemplateIds == null) { + this.vmTemplateIds = new ArrayList<>(); + } + this.vmTemplateIds.add(vmTemplateIdsItem); + return this; + } + + /** + * The IDs of the VM templates. + * + * @return vmTemplateIds + */ + @javax.annotation.Nullable + public List getVmTemplateIds() { + return vmTemplateIds; + } + + public void setVmTemplateIds(List vmTemplateIds) { + this.vmTemplateIds = vmTemplateIds; + } + + public FiltersVmTemplate vmTemplateNames(List vmTemplateNames) { + + this.vmTemplateNames = vmTemplateNames; + return this; + } + + public FiltersVmTemplate addVmTemplateNamesItem(String vmTemplateNamesItem) { + if (this.vmTemplateNames == null) { + this.vmTemplateNames = new ArrayList<>(); + } + this.vmTemplateNames.add(vmTemplateNamesItem); + return this; + } + + /** + * The names of the VM templates. + * + * @return vmTemplateNames + */ + @javax.annotation.Nullable + public List getVmTemplateNames() { + return vmTemplateNames; + } + + public void setVmTemplateNames(List vmTemplateNames) { + this.vmTemplateNames = vmTemplateNames; + } + + @Override + public boolean equals(Object o) { + if (this == o) { + return true; + } + if (o == null || getClass() != o.getClass()) { + return false; + } + FiltersVmTemplate filtersVmTemplate = (FiltersVmTemplate) o; + return Objects.equals(this.cpuCores, filtersVmTemplate.cpuCores) + && Objects.equals(this.cpuGenerations, filtersVmTemplate.cpuGenerations) + && Objects.equals(this.cpuPerformances, filtersVmTemplate.cpuPerformances) + && Objects.equals(this.descriptions, filtersVmTemplate.descriptions) + && Objects.equals(this.imageIds, filtersVmTemplate.imageIds) + && Objects.equals(this.keypairNames, filtersVmTemplate.keypairNames) + && Objects.equals(this.rams, filtersVmTemplate.rams) + && Objects.equals(this.tagKeys, filtersVmTemplate.tagKeys) + && Objects.equals(this.tagValues, filtersVmTemplate.tagValues) + && Objects.equals(this.tags, filtersVmTemplate.tags) + && Objects.equals(this.vmTemplateIds, filtersVmTemplate.vmTemplateIds) + && Objects.equals(this.vmTemplateNames, filtersVmTemplate.vmTemplateNames); + } + + @Override + public int hashCode() { + return Objects.hash( + cpuCores, + cpuGenerations, + cpuPerformances, + descriptions, + imageIds, + keypairNames, + rams, + tagKeys, + tagValues, + tags, + vmTemplateIds, + vmTemplateNames); + } + + @Override + public String toString() { + StringBuilder sb = new StringBuilder(); + sb.append("class FiltersVmTemplate {\n"); + sb.append(" cpuCores: ").append(toIndentedString(cpuCores)).append("\n"); + sb.append(" cpuGenerations: ").append(toIndentedString(cpuGenerations)).append("\n"); + sb.append(" cpuPerformances: ").append(toIndentedString(cpuPerformances)).append("\n"); + sb.append(" descriptions: ").append(toIndentedString(descriptions)).append("\n"); + sb.append(" imageIds: ").append(toIndentedString(imageIds)).append("\n"); + sb.append(" keypairNames: ").append(toIndentedString(keypairNames)).append("\n"); + sb.append(" rams: ").append(toIndentedString(rams)).append("\n"); + sb.append(" tagKeys: ").append(toIndentedString(tagKeys)).append("\n"); + sb.append(" tagValues: ").append(toIndentedString(tagValues)).append("\n"); + sb.append(" tags: ").append(toIndentedString(tags)).append("\n"); + sb.append(" vmTemplateIds: ").append(toIndentedString(vmTemplateIds)).append("\n"); + sb.append(" vmTemplateNames: ").append(toIndentedString(vmTemplateNames)).append("\n"); + sb.append("}"); + return sb.toString(); + } + + /** + * Convert the given object to string with each line indented by 4 spaces (except the first + * line). + */ + private String toIndentedString(Object o) { + if (o == null) { + return "null"; + } + return o.toString().replace("\n", "\n "); + } + + public static HashSet openapiFields; + public static HashSet openapiRequiredFields; + + static { + // a set of all properties/fields (JSON key names) + openapiFields = new HashSet(); + openapiFields.add("CpuCores"); + openapiFields.add("CpuGenerations"); + openapiFields.add("CpuPerformances"); + openapiFields.add("Descriptions"); + openapiFields.add("ImageIds"); + openapiFields.add("KeypairNames"); + openapiFields.add("Rams"); + openapiFields.add("TagKeys"); + openapiFields.add("TagValues"); + openapiFields.add("Tags"); + openapiFields.add("VmTemplateIds"); + openapiFields.add("VmTemplateNames"); + + // a set of required properties/fields (JSON key names) + openapiRequiredFields = new HashSet(); + } + + /** + * Validates the JSON Object and throws an exception if issues found + * + * @param jsonObj JSON Object + * @throws IOException if the JSON Object is invalid with respect to FiltersVmTemplate + */ + public static void validateJsonObject(JsonObject jsonObj) throws IOException { + if (jsonObj == null) { + if (!FiltersVmTemplate.openapiRequiredFields + .isEmpty()) { // has required fields but JSON object is null + throw new IllegalArgumentException( + String.format( + "The required field(s) %s in FiltersVmTemplate is not found in the" + + " empty JSON string", + FiltersVmTemplate.openapiRequiredFields.toString())); + } + } + + Set> entries = jsonObj.entrySet(); + // check to see if the JSON string contains additional fields + for (Entry entry : entries) { + if (!FiltersVmTemplate.openapiFields.contains(entry.getKey())) { + throw new IllegalArgumentException( + String.format( + "The field `%s` in the JSON string is not defined in the" + + " `FiltersVmTemplate` properties. JSON: %s", + entry.getKey(), jsonObj.toString())); + } + } + // ensure the optional json data is an array if present + if (jsonObj.get("CpuCores") != null && !jsonObj.get("CpuCores").isJsonArray()) { + throw new IllegalArgumentException( + String.format( + "Expected the field `CpuCores` to be an array in the JSON string but" + + " got `%s`", + jsonObj.get("CpuCores").toString())); + } + // ensure the optional json data is an array if present + if (jsonObj.get("CpuGenerations") != null && !jsonObj.get("CpuGenerations").isJsonArray()) { + throw new IllegalArgumentException( + String.format( + "Expected the field `CpuGenerations` to be an array in the JSON string" + + " but got `%s`", + jsonObj.get("CpuGenerations").toString())); + } + // ensure the optional json data is an array if present + if (jsonObj.get("CpuPerformances") != null + && !jsonObj.get("CpuPerformances").isJsonArray()) { + throw new IllegalArgumentException( + String.format( + "Expected the field `CpuPerformances` to be an array in the JSON" + + " string but got `%s`", + jsonObj.get("CpuPerformances").toString())); + } + // ensure the optional json data is an array if present + if (jsonObj.get("Descriptions") != null && !jsonObj.get("Descriptions").isJsonArray()) { + throw new IllegalArgumentException( + String.format( + "Expected the field `Descriptions` to be an array in the JSON string" + + " but got `%s`", + jsonObj.get("Descriptions").toString())); + } + // ensure the optional json data is an array if present + if (jsonObj.get("ImageIds") != null && !jsonObj.get("ImageIds").isJsonArray()) { + throw new IllegalArgumentException( + String.format( + "Expected the field `ImageIds` to be an array in the JSON string but" + + " got `%s`", + jsonObj.get("ImageIds").toString())); + } + // ensure the optional json data is an array if present + if (jsonObj.get("KeypairNames") != null && !jsonObj.get("KeypairNames").isJsonArray()) { + throw new IllegalArgumentException( + String.format( + "Expected the field `KeypairNames` to be an array in the JSON string" + + " but got `%s`", + jsonObj.get("KeypairNames").toString())); + } + // ensure the optional json data is an array if present + if (jsonObj.get("Rams") != null && !jsonObj.get("Rams").isJsonArray()) { + throw new IllegalArgumentException( + String.format( + "Expected the field `Rams` to be an array in the JSON string but got" + + " `%s`", + jsonObj.get("Rams").toString())); + } + // ensure the optional json data is an array if present + if (jsonObj.get("TagKeys") != null && !jsonObj.get("TagKeys").isJsonArray()) { + throw new IllegalArgumentException( + String.format( + "Expected the field `TagKeys` to be an array in the JSON string but" + + " got `%s`", + jsonObj.get("TagKeys").toString())); + } + // ensure the optional json data is an array if present + if (jsonObj.get("TagValues") != null && !jsonObj.get("TagValues").isJsonArray()) { + throw new IllegalArgumentException( + String.format( + "Expected the field `TagValues` to be an array in the JSON string but" + + " got `%s`", + jsonObj.get("TagValues").toString())); + } + // ensure the optional json data is an array if present + if (jsonObj.get("Tags") != null && !jsonObj.get("Tags").isJsonArray()) { + throw new IllegalArgumentException( + String.format( + "Expected the field `Tags` to be an array in the JSON string but got" + + " `%s`", + jsonObj.get("Tags").toString())); + } + // ensure the optional json data is an array if present + if (jsonObj.get("VmTemplateIds") != null && !jsonObj.get("VmTemplateIds").isJsonArray()) { + throw new IllegalArgumentException( + String.format( + "Expected the field `VmTemplateIds` to be an array in the JSON string" + + " but got `%s`", + jsonObj.get("VmTemplateIds").toString())); + } + // ensure the optional json data is an array if present + if (jsonObj.get("VmTemplateNames") != null + && !jsonObj.get("VmTemplateNames").isJsonArray()) { + throw new IllegalArgumentException( + String.format( + "Expected the field `VmTemplateNames` to be an array in the JSON" + + " string but got `%s`", + jsonObj.get("VmTemplateNames").toString())); + } + } + + public static class CustomTypeAdapterFactory implements TypeAdapterFactory { + @SuppressWarnings("unchecked") + @Override + public TypeAdapter create(Gson gson, TypeToken type) { + if (!FiltersVmTemplate.class.isAssignableFrom(type.getRawType())) { + return null; // this class only serializes 'FiltersVmTemplate' and its subtypes + } + final TypeAdapter elementAdapter = gson.getAdapter(JsonElement.class); + final TypeAdapter thisAdapter = + gson.getDelegateAdapter(this, TypeToken.get(FiltersVmTemplate.class)); + + return (TypeAdapter) + new TypeAdapter() { + @Override + public void write(JsonWriter out, FiltersVmTemplate value) + throws IOException { + JsonObject obj = thisAdapter.toJsonTree(value).getAsJsonObject(); + elementAdapter.write(out, obj); + } + + @Override + public FiltersVmTemplate read(JsonReader in) throws IOException { + JsonObject jsonObj = elementAdapter.read(in).getAsJsonObject(); + validateJsonObject(jsonObj); + return thisAdapter.fromJsonTree(jsonObj); + } + }.nullSafe(); + } + } + + /** + * Create an instance of FiltersVmTemplate given an JSON string + * + * @param jsonString JSON string + * @return An instance of FiltersVmTemplate + * @throws IOException if the JSON string is invalid with respect to FiltersVmTemplate + */ + public static FiltersVmTemplate fromJson(String jsonString) throws IOException { + return JSON.getGson().fromJson(jsonString, FiltersVmTemplate.class); + } + + /** + * Convert an instance of FiltersVmTemplate to an JSON string + * + * @return JSON string + */ + public String toJson() { + return JSON.getGson().toJson(this); + } +} diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/FiltersVmType.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/FiltersVmType.java index 7cbe791b..157c11c6 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/FiltersVmType.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/FiltersVmType.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/FiltersVmsState.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/FiltersVmsState.java index 28bcea11..044dc607 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/FiltersVmsState.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/FiltersVmsState.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/FiltersVolume.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/FiltersVolume.java index 62267864..6d03d42e 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/FiltersVolume.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/FiltersVolume.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -127,7 +127,8 @@ public FiltersVolume addCreationDatesItem(OffsetDateTime creationDatesItem) { } /** - * The dates and times of creation of the volumes. + * The dates and times of creation of the volumes, in ISO 8601 date-time format (for example, + * `2020-06-30T00:00:00.000Z`). * * @return creationDates */ @@ -203,7 +204,8 @@ public FiltersVolume addLinkVolumeLinkDatesItem(OffsetDateTime linkVolumeLinkDat } /** - * The dates and times of creation of the volumes. + * The dates and times of creation of the volumes, in ISO 8601 date-time format (for example, + * `2020-06-30T00:00:00.000Z`). * * @return linkVolumeLinkDates */ diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/FiltersVpnConnection.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/FiltersVpnConnection.java index dc5f3ddd..0269d9be 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/FiltersVpnConnection.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/FiltersVpnConnection.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/FlexibleGpu.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/FlexibleGpu.java index 3780fa34..bb0b1303 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/FlexibleGpu.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/FlexibleGpu.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/FlexibleGpuCatalog.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/FlexibleGpuCatalog.java index 9a39209d..e736d56c 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/FlexibleGpuCatalog.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/FlexibleGpuCatalog.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/HealthCheck.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/HealthCheck.java index bb47eeb7..e848c908 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/HealthCheck.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/HealthCheck.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/Image.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/Image.java index 99fa5872..d85b686e 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/Image.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/Image.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -217,7 +217,7 @@ public Image creationDate(LocalDate creationDate) { } /** - * The date and time of creation of the OMI. + * The date and time of creation of the OMI, in ISO 8601 date-time format. * * @return creationDate */ @@ -365,8 +365,7 @@ public Image addProductCodesItem(String productCodesItem) { } /** - * The product code associated with the OMI (`0001` Linux/Unix \\| `0002` - * Windows \\| `0004` Linux/Oracle \\| `0005` Windows 10). + * The product codes associated with the OMI. * * @return productCodes */ diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/ImageExportTask.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/ImageExportTask.java index f1681a66..8506dc58 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/ImageExportTask.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/ImageExportTask.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/InternetService.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/InternetService.java index c7dc401d..35d2fb9b 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/InternetService.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/InternetService.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/Keypair.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/Keypair.java index 5d8d9719..0e9d05f0 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/Keypair.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/Keypair.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/KeypairCreated.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/KeypairCreated.java index 00f6e4a6..843e8a9c 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/KeypairCreated.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/KeypairCreated.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/LinkFlexibleGpuRequest.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/LinkFlexibleGpuRequest.java index 8f74bf4b..7de273ca 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/LinkFlexibleGpuRequest.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/LinkFlexibleGpuRequest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/LinkFlexibleGpuResponse.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/LinkFlexibleGpuResponse.java index a6ffcebf..a4175ba5 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/LinkFlexibleGpuResponse.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/LinkFlexibleGpuResponse.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/LinkInternetServiceRequest.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/LinkInternetServiceRequest.java index f9cf0081..e3f9c3d8 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/LinkInternetServiceRequest.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/LinkInternetServiceRequest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/LinkInternetServiceResponse.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/LinkInternetServiceResponse.java index 4bcff720..950fb686 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/LinkInternetServiceResponse.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/LinkInternetServiceResponse.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/LinkLoadBalancerBackendMachinesRequest.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/LinkLoadBalancerBackendMachinesRequest.java index 81e14057..3de4e926 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/LinkLoadBalancerBackendMachinesRequest.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/LinkLoadBalancerBackendMachinesRequest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/LinkLoadBalancerBackendMachinesResponse.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/LinkLoadBalancerBackendMachinesResponse.java index d63afcff..4b9dca88 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/LinkLoadBalancerBackendMachinesResponse.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/LinkLoadBalancerBackendMachinesResponse.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/LinkNic.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/LinkNic.java index 33091f81..f7b8a69c 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/LinkNic.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/LinkNic.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/LinkNicLight.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/LinkNicLight.java index 841765fb..4aafc1d4 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/LinkNicLight.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/LinkNicLight.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/LinkNicRequest.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/LinkNicRequest.java index 1c27042e..d41d6527 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/LinkNicRequest.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/LinkNicRequest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/LinkNicResponse.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/LinkNicResponse.java index 48783805..f3777c37 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/LinkNicResponse.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/LinkNicResponse.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/LinkNicToUpdate.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/LinkNicToUpdate.java index 9ba8f958..b5468250 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/LinkNicToUpdate.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/LinkNicToUpdate.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/LinkPrivateIpsRequest.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/LinkPrivateIpsRequest.java index 72cb188d..f77d41ba 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/LinkPrivateIpsRequest.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/LinkPrivateIpsRequest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/LinkPrivateIpsResponse.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/LinkPrivateIpsResponse.java index e3bf3479..2300f802 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/LinkPrivateIpsResponse.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/LinkPrivateIpsResponse.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/LinkPublicIp.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/LinkPublicIp.java index 56146ea2..37d288a9 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/LinkPublicIp.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/LinkPublicIp.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/LinkPublicIpLightForVm.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/LinkPublicIpLightForVm.java index 2ec97132..3abc95b8 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/LinkPublicIpLightForVm.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/LinkPublicIpLightForVm.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/LinkPublicIpRequest.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/LinkPublicIpRequest.java index fd0bd287..c11b2fc2 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/LinkPublicIpRequest.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/LinkPublicIpRequest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/LinkPublicIpResponse.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/LinkPublicIpResponse.java index a3886dc6..791f86a1 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/LinkPublicIpResponse.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/LinkPublicIpResponse.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/LinkRouteTable.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/LinkRouteTable.java index 35e2e6a5..bef1d5ae 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/LinkRouteTable.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/LinkRouteTable.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/LinkRouteTableRequest.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/LinkRouteTableRequest.java index 9688de3b..d5252bc5 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/LinkRouteTableRequest.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/LinkRouteTableRequest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/LinkRouteTableResponse.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/LinkRouteTableResponse.java index fc19c33e..d8da4367 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/LinkRouteTableResponse.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/LinkRouteTableResponse.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/LinkVirtualGatewayRequest.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/LinkVirtualGatewayRequest.java index a5882577..25b4a22a 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/LinkVirtualGatewayRequest.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/LinkVirtualGatewayRequest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/LinkVirtualGatewayResponse.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/LinkVirtualGatewayResponse.java index 89749385..880b7281 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/LinkVirtualGatewayResponse.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/LinkVirtualGatewayResponse.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/LinkVolumeRequest.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/LinkVolumeRequest.java index ef693450..491c744d 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/LinkVolumeRequest.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/LinkVolumeRequest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/LinkVolumeResponse.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/LinkVolumeResponse.java index a0f5fa03..3284e99a 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/LinkVolumeResponse.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/LinkVolumeResponse.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/LinkedVolume.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/LinkedVolume.java index e7a0c290..b60b1ffa 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/LinkedVolume.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/LinkedVolume.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/Listener.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/Listener.java index 0c436bd0..c3fc1a5a 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/Listener.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/Listener.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/ListenerForCreation.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/ListenerForCreation.java index 0425befe..7b4d8adc 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/ListenerForCreation.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/ListenerForCreation.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/ListenerRule.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/ListenerRule.java index fb561737..19743059 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/ListenerRule.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/ListenerRule.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/ListenerRuleForCreation.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/ListenerRuleForCreation.java index 27766453..7fc00672 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/ListenerRuleForCreation.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/ListenerRuleForCreation.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/LoadBalancer.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/LoadBalancer.java index d9ab8dd8..dc12e4e1 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/LoadBalancer.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/LoadBalancer.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/LoadBalancerLight.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/LoadBalancerLight.java index 6026b1cf..ada7de50 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/LoadBalancerLight.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/LoadBalancerLight.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/LoadBalancerStickyCookiePolicy.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/LoadBalancerStickyCookiePolicy.java index e9bb7056..089ace5a 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/LoadBalancerStickyCookiePolicy.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/LoadBalancerStickyCookiePolicy.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/LoadBalancerTag.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/LoadBalancerTag.java index 819bf146..5bf16162 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/LoadBalancerTag.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/LoadBalancerTag.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/Location.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/Location.java index 72487c5c..622e980b 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/Location.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/Location.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/Log.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/Log.java index 53cb8b3c..80c0c583 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/Log.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/Log.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -241,7 +241,7 @@ public Log queryDate(OffsetDateTime queryDate) { } /** - * The date of the logged call, in ISO 8601 format. + * The date and time of the logged call, in ISO 8601 date-time format. * * @return queryDate */ diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/MaintenanceEvent.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/MaintenanceEvent.java index b1dee3ad..0567b047 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/MaintenanceEvent.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/MaintenanceEvent.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/NatService.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/NatService.java index fbeff50f..ffaed9e6 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/NatService.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/NatService.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/Net.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/Net.java index 3f6b986a..63595734 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/Net.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/Net.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/NetAccessPoint.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/NetAccessPoint.java index f62915dc..ae0be7a1 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/NetAccessPoint.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/NetAccessPoint.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/NetPeering.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/NetPeering.java index cdf26a39..6ef00e6c 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/NetPeering.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/NetPeering.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/NetPeeringState.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/NetPeeringState.java index 51fea2e4..9d25b9d0 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/NetPeeringState.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/NetPeeringState.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/NetToVirtualGatewayLink.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/NetToVirtualGatewayLink.java index 01b13254..b819e3f8 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/NetToVirtualGatewayLink.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/NetToVirtualGatewayLink.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/Nic.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/Nic.java index 7189533a..e135e74f 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/Nic.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/Nic.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/NicForVmCreation.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/NicForVmCreation.java index 47138226..f8433ed1 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/NicForVmCreation.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/NicForVmCreation.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/NicLight.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/NicLight.java index a8c353ef..aafa7df3 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/NicLight.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/NicLight.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/OsuApiKey.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/OsuApiKey.java index 6c53b1e7..f4707cc7 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/OsuApiKey.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/OsuApiKey.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/OsuExportImageExportTask.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/OsuExportImageExportTask.java index 9b3c6027..e5ed1779 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/OsuExportImageExportTask.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/OsuExportImageExportTask.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/OsuExportSnapshotExportTask.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/OsuExportSnapshotExportTask.java index 00ec11eb..b16a3170 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/OsuExportSnapshotExportTask.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/OsuExportSnapshotExportTask.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/OsuExportToCreate.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/OsuExportToCreate.java index 58336264..ad84cad9 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/OsuExportToCreate.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/OsuExportToCreate.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/PermissionsOnResource.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/PermissionsOnResource.java index 2c100894..bbf2a5ef 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/PermissionsOnResource.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/PermissionsOnResource.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/PermissionsOnResourceCreation.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/PermissionsOnResourceCreation.java index 0823b98f..d5aacb08 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/PermissionsOnResourceCreation.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/PermissionsOnResourceCreation.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/Phase1Options.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/Phase1Options.java index bd984b73..4925ce23 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/Phase1Options.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/Phase1Options.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/Phase2Options.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/Phase2Options.java index 57fc337f..3f3e8928 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/Phase2Options.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/Phase2Options.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/Placement.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/Placement.java index ee295d90..32a15b53 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/Placement.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/Placement.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/PrivateIp.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/PrivateIp.java index 725bdf4f..fe4cbf5d 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/PrivateIp.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/PrivateIp.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/PrivateIpLight.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/PrivateIpLight.java index 55fe95ed..ee71275a 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/PrivateIpLight.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/PrivateIpLight.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/PrivateIpLightForVm.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/PrivateIpLightForVm.java index 93ddc6a2..e2322d74 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/PrivateIpLightForVm.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/PrivateIpLightForVm.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/ProductType.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/ProductType.java index e19e47d7..a175cb9d 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/ProductType.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/ProductType.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/PublicIp.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/PublicIp.java index 399e39de..5088eb84 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/PublicIp.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/PublicIp.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/PublicIpLight.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/PublicIpLight.java index 17186223..b832e474 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/PublicIpLight.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/PublicIpLight.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/Quota.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/Quota.java index 50497158..62ef5773 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/Quota.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/Quota.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/QuotaTypes.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/QuotaTypes.java index 2f4f057b..33e51ac3 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/QuotaTypes.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/QuotaTypes.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadAccessKeysRequest.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadAccessKeysRequest.java index f75d39fe..98049472 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadAccessKeysRequest.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadAccessKeysRequest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadAccessKeysResponse.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadAccessKeysResponse.java index 3585b181..56bd6baa 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadAccessKeysResponse.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadAccessKeysResponse.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadAccountsRequest.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadAccountsRequest.java index 7ab6f0f6..ba5df9d6 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadAccountsRequest.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadAccountsRequest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadAccountsResponse.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadAccountsResponse.java index 59eed7da..b44c3faa 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadAccountsResponse.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadAccountsResponse.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadAdminPasswordRequest.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadAdminPasswordRequest.java index 27d9053b..fac2853a 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadAdminPasswordRequest.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadAdminPasswordRequest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadAdminPasswordResponse.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadAdminPasswordResponse.java index 21c856f0..df262ec2 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadAdminPasswordResponse.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadAdminPasswordResponse.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadApiAccessPolicyRequest.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadApiAccessPolicyRequest.java index 7ece6ff8..81b70518 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadApiAccessPolicyRequest.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadApiAccessPolicyRequest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadApiAccessPolicyResponse.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadApiAccessPolicyResponse.java index a9b926e7..d5a37cd2 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadApiAccessPolicyResponse.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadApiAccessPolicyResponse.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadApiAccessRulesRequest.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadApiAccessRulesRequest.java index 3ac1e3ef..c352c87f 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadApiAccessRulesRequest.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadApiAccessRulesRequest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadApiAccessRulesResponse.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadApiAccessRulesResponse.java index 86d98a30..4eeb78e6 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadApiAccessRulesResponse.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadApiAccessRulesResponse.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadApiLogsRequest.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadApiLogsRequest.java index c93df745..bd06618b 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadApiLogsRequest.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadApiLogsRequest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadApiLogsResponse.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadApiLogsResponse.java index ed00af83..05f14f90 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadApiLogsResponse.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadApiLogsResponse.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadCasRequest.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadCasRequest.java index e44c608a..5b22d14f 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadCasRequest.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadCasRequest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadCasResponse.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadCasResponse.java index be4f4d2b..affae287 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadCasResponse.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadCasResponse.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadCatalogRequest.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadCatalogRequest.java index 056e5a4c..381357cb 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadCatalogRequest.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadCatalogRequest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadCatalogResponse.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadCatalogResponse.java index d4cb27a7..22d5a96f 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadCatalogResponse.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadCatalogResponse.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadCatalogsRequest.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadCatalogsRequest.java new file mode 100644 index 00000000..f05e3adb --- /dev/null +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadCatalogsRequest.java @@ -0,0 +1,222 @@ +/* + * 3DS OUTSCALE API + * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). + * + * The version of the OpenAPI document: 1.26 + * Contact: support@outscale.com + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ + +package io.github.outscale.osc_sdk_java.client.model; + +import com.google.gson.Gson; +import com.google.gson.JsonElement; +import com.google.gson.JsonObject; +import com.google.gson.TypeAdapter; +import com.google.gson.TypeAdapterFactory; +import com.google.gson.annotations.SerializedName; +import com.google.gson.reflect.TypeToken; +import com.google.gson.stream.JsonReader; +import com.google.gson.stream.JsonWriter; +import io.github.outscale.osc_sdk_java.client.JSON; +import java.io.IOException; +import java.util.HashSet; +import java.util.Map.Entry; +import java.util.Objects; +import java.util.Set; + +/** ReadCatalogsRequest */ +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen") +public class ReadCatalogsRequest { + public static final String SERIALIZED_NAME_DRY_RUN = "DryRun"; + + @SerializedName(SERIALIZED_NAME_DRY_RUN) + private Boolean dryRun; + + public static final String SERIALIZED_NAME_FILTERS = "Filters"; + + @SerializedName(SERIALIZED_NAME_FILTERS) + private FiltersCatalogs filters; + + public ReadCatalogsRequest() {} + + public ReadCatalogsRequest dryRun(Boolean dryRun) { + + this.dryRun = dryRun; + return this; + } + + /** + * If true, checks whether you have the required permissions to perform the action. + * + * @return dryRun + */ + @javax.annotation.Nullable + public Boolean getDryRun() { + return dryRun; + } + + public void setDryRun(Boolean dryRun) { + this.dryRun = dryRun; + } + + public ReadCatalogsRequest filters(FiltersCatalogs filters) { + + this.filters = filters; + return this; + } + + /** + * Get filters + * + * @return filters + */ + @javax.annotation.Nullable + public FiltersCatalogs getFilters() { + return filters; + } + + public void setFilters(FiltersCatalogs filters) { + this.filters = filters; + } + + @Override + public boolean equals(Object o) { + if (this == o) { + return true; + } + if (o == null || getClass() != o.getClass()) { + return false; + } + ReadCatalogsRequest readCatalogsRequest = (ReadCatalogsRequest) o; + return Objects.equals(this.dryRun, readCatalogsRequest.dryRun) + && Objects.equals(this.filters, readCatalogsRequest.filters); + } + + @Override + public int hashCode() { + return Objects.hash(dryRun, filters); + } + + @Override + public String toString() { + StringBuilder sb = new StringBuilder(); + sb.append("class ReadCatalogsRequest {\n"); + sb.append(" dryRun: ").append(toIndentedString(dryRun)).append("\n"); + sb.append(" filters: ").append(toIndentedString(filters)).append("\n"); + sb.append("}"); + return sb.toString(); + } + + /** + * Convert the given object to string with each line indented by 4 spaces (except the first + * line). + */ + private String toIndentedString(Object o) { + if (o == null) { + return "null"; + } + return o.toString().replace("\n", "\n "); + } + + public static HashSet openapiFields; + public static HashSet openapiRequiredFields; + + static { + // a set of all properties/fields (JSON key names) + openapiFields = new HashSet(); + openapiFields.add("DryRun"); + openapiFields.add("Filters"); + + // a set of required properties/fields (JSON key names) + openapiRequiredFields = new HashSet(); + } + + /** + * Validates the JSON Object and throws an exception if issues found + * + * @param jsonObj JSON Object + * @throws IOException if the JSON Object is invalid with respect to ReadCatalogsRequest + */ + public static void validateJsonObject(JsonObject jsonObj) throws IOException { + if (jsonObj == null) { + if (!ReadCatalogsRequest.openapiRequiredFields + .isEmpty()) { // has required fields but JSON object is null + throw new IllegalArgumentException( + String.format( + "The required field(s) %s in ReadCatalogsRequest is not found in" + + " the empty JSON string", + ReadCatalogsRequest.openapiRequiredFields.toString())); + } + } + + Set> entries = jsonObj.entrySet(); + // check to see if the JSON string contains additional fields + for (Entry entry : entries) { + if (!ReadCatalogsRequest.openapiFields.contains(entry.getKey())) { + throw new IllegalArgumentException( + String.format( + "The field `%s` in the JSON string is not defined in the" + + " `ReadCatalogsRequest` properties. JSON: %s", + entry.getKey(), jsonObj.toString())); + } + } + // validate the optional field `Filters` + if (jsonObj.get("Filters") != null && !jsonObj.get("Filters").isJsonNull()) { + FiltersCatalogs.validateJsonObject(jsonObj.getAsJsonObject("Filters")); + } + } + + public static class CustomTypeAdapterFactory implements TypeAdapterFactory { + @SuppressWarnings("unchecked") + @Override + public TypeAdapter create(Gson gson, TypeToken type) { + if (!ReadCatalogsRequest.class.isAssignableFrom(type.getRawType())) { + return null; // this class only serializes 'ReadCatalogsRequest' and its subtypes + } + final TypeAdapter elementAdapter = gson.getAdapter(JsonElement.class); + final TypeAdapter thisAdapter = + gson.getDelegateAdapter(this, TypeToken.get(ReadCatalogsRequest.class)); + + return (TypeAdapter) + new TypeAdapter() { + @Override + public void write(JsonWriter out, ReadCatalogsRequest value) + throws IOException { + JsonObject obj = thisAdapter.toJsonTree(value).getAsJsonObject(); + elementAdapter.write(out, obj); + } + + @Override + public ReadCatalogsRequest read(JsonReader in) throws IOException { + JsonObject jsonObj = elementAdapter.read(in).getAsJsonObject(); + validateJsonObject(jsonObj); + return thisAdapter.fromJsonTree(jsonObj); + } + }.nullSafe(); + } + } + + /** + * Create an instance of ReadCatalogsRequest given an JSON string + * + * @param jsonString JSON string + * @return An instance of ReadCatalogsRequest + * @throws IOException if the JSON string is invalid with respect to ReadCatalogsRequest + */ + public static ReadCatalogsRequest fromJson(String jsonString) throws IOException { + return JSON.getGson().fromJson(jsonString, ReadCatalogsRequest.class); + } + + /** + * Convert an instance of ReadCatalogsRequest to an JSON string + * + * @return JSON string + */ + public String toJson() { + return JSON.getGson().toJson(this); + } +} diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadCatalogsResponse.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadCatalogsResponse.java new file mode 100644 index 00000000..49543ffa --- /dev/null +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadCatalogsResponse.java @@ -0,0 +1,253 @@ +/* + * 3DS OUTSCALE API + * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). + * + * The version of the OpenAPI document: 1.26 + * Contact: support@outscale.com + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ + +package io.github.outscale.osc_sdk_java.client.model; + +import com.google.gson.Gson; +import com.google.gson.JsonArray; +import com.google.gson.JsonElement; +import com.google.gson.JsonObject; +import com.google.gson.TypeAdapter; +import com.google.gson.TypeAdapterFactory; +import com.google.gson.annotations.SerializedName; +import com.google.gson.reflect.TypeToken; +import com.google.gson.stream.JsonReader; +import com.google.gson.stream.JsonWriter; +import io.github.outscale.osc_sdk_java.client.JSON; +import java.io.IOException; +import java.util.ArrayList; +import java.util.HashSet; +import java.util.List; +import java.util.Map.Entry; +import java.util.Objects; +import java.util.Set; + +/** ReadCatalogsResponse */ +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen") +public class ReadCatalogsResponse { + public static final String SERIALIZED_NAME_CATALOGS = "Catalogs"; + + @SerializedName(SERIALIZED_NAME_CATALOGS) + private List catalogs = null; + + public static final String SERIALIZED_NAME_RESPONSE_CONTEXT = "ResponseContext"; + + @SerializedName(SERIALIZED_NAME_RESPONSE_CONTEXT) + private ResponseContext responseContext; + + public ReadCatalogsResponse() {} + + public ReadCatalogsResponse catalogs(List catalogs) { + + this.catalogs = catalogs; + return this; + } + + public ReadCatalogsResponse addCatalogsItem(Catalogs catalogsItem) { + if (this.catalogs == null) { + this.catalogs = new ArrayList<>(); + } + this.catalogs.add(catalogsItem); + return this; + } + + /** + * Information about one or more catalogs. + * + * @return catalogs + */ + @javax.annotation.Nullable + public List getCatalogs() { + return catalogs; + } + + public void setCatalogs(List catalogs) { + this.catalogs = catalogs; + } + + public ReadCatalogsResponse responseContext(ResponseContext responseContext) { + + this.responseContext = responseContext; + return this; + } + + /** + * Get responseContext + * + * @return responseContext + */ + @javax.annotation.Nullable + public ResponseContext getResponseContext() { + return responseContext; + } + + public void setResponseContext(ResponseContext responseContext) { + this.responseContext = responseContext; + } + + @Override + public boolean equals(Object o) { + if (this == o) { + return true; + } + if (o == null || getClass() != o.getClass()) { + return false; + } + ReadCatalogsResponse readCatalogsResponse = (ReadCatalogsResponse) o; + return Objects.equals(this.catalogs, readCatalogsResponse.catalogs) + && Objects.equals(this.responseContext, readCatalogsResponse.responseContext); + } + + @Override + public int hashCode() { + return Objects.hash(catalogs, responseContext); + } + + @Override + public String toString() { + StringBuilder sb = new StringBuilder(); + sb.append("class ReadCatalogsResponse {\n"); + sb.append(" catalogs: ").append(toIndentedString(catalogs)).append("\n"); + sb.append(" responseContext: ").append(toIndentedString(responseContext)).append("\n"); + sb.append("}"); + return sb.toString(); + } + + /** + * Convert the given object to string with each line indented by 4 spaces (except the first + * line). + */ + private String toIndentedString(Object o) { + if (o == null) { + return "null"; + } + return o.toString().replace("\n", "\n "); + } + + public static HashSet openapiFields; + public static HashSet openapiRequiredFields; + + static { + // a set of all properties/fields (JSON key names) + openapiFields = new HashSet(); + openapiFields.add("Catalogs"); + openapiFields.add("ResponseContext"); + + // a set of required properties/fields (JSON key names) + openapiRequiredFields = new HashSet(); + } + + /** + * Validates the JSON Object and throws an exception if issues found + * + * @param jsonObj JSON Object + * @throws IOException if the JSON Object is invalid with respect to ReadCatalogsResponse + */ + public static void validateJsonObject(JsonObject jsonObj) throws IOException { + if (jsonObj == null) { + if (!ReadCatalogsResponse.openapiRequiredFields + .isEmpty()) { // has required fields but JSON object is null + throw new IllegalArgumentException( + String.format( + "The required field(s) %s in ReadCatalogsResponse is not found in" + + " the empty JSON string", + ReadCatalogsResponse.openapiRequiredFields.toString())); + } + } + + Set> entries = jsonObj.entrySet(); + // check to see if the JSON string contains additional fields + for (Entry entry : entries) { + if (!ReadCatalogsResponse.openapiFields.contains(entry.getKey())) { + throw new IllegalArgumentException( + String.format( + "The field `%s` in the JSON string is not defined in the" + + " `ReadCatalogsResponse` properties. JSON: %s", + entry.getKey(), jsonObj.toString())); + } + } + if (jsonObj.get("Catalogs") != null && !jsonObj.get("Catalogs").isJsonNull()) { + JsonArray jsonArraycatalogs = jsonObj.getAsJsonArray("Catalogs"); + if (jsonArraycatalogs != null) { + // ensure the json data is an array + if (!jsonObj.get("Catalogs").isJsonArray()) { + throw new IllegalArgumentException( + String.format( + "Expected the field `Catalogs` to be an array in the JSON" + + " string but got `%s`", + jsonObj.get("Catalogs").toString())); + } + + // validate the optional field `Catalogs` (array) + for (int i = 0; i < jsonArraycatalogs.size(); i++) { + Catalogs.validateJsonObject(jsonArraycatalogs.get(i).getAsJsonObject()); + } + ; + } + } + // validate the optional field `ResponseContext` + if (jsonObj.get("ResponseContext") != null + && !jsonObj.get("ResponseContext").isJsonNull()) { + ResponseContext.validateJsonObject(jsonObj.getAsJsonObject("ResponseContext")); + } + } + + public static class CustomTypeAdapterFactory implements TypeAdapterFactory { + @SuppressWarnings("unchecked") + @Override + public TypeAdapter create(Gson gson, TypeToken type) { + if (!ReadCatalogsResponse.class.isAssignableFrom(type.getRawType())) { + return null; // this class only serializes 'ReadCatalogsResponse' and its subtypes + } + final TypeAdapter elementAdapter = gson.getAdapter(JsonElement.class); + final TypeAdapter thisAdapter = + gson.getDelegateAdapter(this, TypeToken.get(ReadCatalogsResponse.class)); + + return (TypeAdapter) + new TypeAdapter() { + @Override + public void write(JsonWriter out, ReadCatalogsResponse value) + throws IOException { + JsonObject obj = thisAdapter.toJsonTree(value).getAsJsonObject(); + elementAdapter.write(out, obj); + } + + @Override + public ReadCatalogsResponse read(JsonReader in) throws IOException { + JsonObject jsonObj = elementAdapter.read(in).getAsJsonObject(); + validateJsonObject(jsonObj); + return thisAdapter.fromJsonTree(jsonObj); + } + }.nullSafe(); + } + } + + /** + * Create an instance of ReadCatalogsResponse given an JSON string + * + * @param jsonString JSON string + * @return An instance of ReadCatalogsResponse + * @throws IOException if the JSON string is invalid with respect to ReadCatalogsResponse + */ + public static ReadCatalogsResponse fromJson(String jsonString) throws IOException { + return JSON.getGson().fromJson(jsonString, ReadCatalogsResponse.class); + } + + /** + * Convert an instance of ReadCatalogsResponse to an JSON string + * + * @return JSON string + */ + public String toJson() { + return JSON.getGson().toJson(this); + } +} diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadClientGatewaysRequest.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadClientGatewaysRequest.java index da536054..69965fcb 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadClientGatewaysRequest.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadClientGatewaysRequest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadClientGatewaysResponse.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadClientGatewaysResponse.java index 78dbe0c0..68cf7ad0 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadClientGatewaysResponse.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadClientGatewaysResponse.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadConsoleOutputRequest.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadConsoleOutputRequest.java index 73846701..88994d40 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadConsoleOutputRequest.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadConsoleOutputRequest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadConsoleOutputResponse.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadConsoleOutputResponse.java index 19849ff7..de83db74 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadConsoleOutputResponse.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadConsoleOutputResponse.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadConsumptionAccountRequest.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadConsumptionAccountRequest.java index f2c71daf..7e7b5a4a 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadConsumptionAccountRequest.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadConsumptionAccountRequest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -81,8 +81,9 @@ public ReadConsumptionAccountRequest fromDate(OffsetDateTime fromDate) { } /** - * The beginning of the time period, in ISO 8601 date-time format (for example, - * `2017-06-14` or `2017-06-14T00:00:00Z`). + * The beginning of the time period, in ISO 8601 date format (for example, + * `2020-06-14`). The date-time format is also accepted, but only with a time set to + * midnight (for example, `2020-06-14T00:00:00.000Z`). * * @return fromDate */ @@ -125,8 +126,9 @@ public ReadConsumptionAccountRequest toDate(OffsetDateTime toDate) { } /** - * The end of the time period, in ISO 8601 date-time format (for example, `2017-06-30` - * or `2017-06-30T00:00:00Z`). + * The end of the time period, in ISO 8601 date format (for example, `2020-06-30`). + * The date-time format is also accepted, but only with a time set to midnight (for example, + * `2020-06-30T00:00:00.000Z`). * * @return toDate */ diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadConsumptionAccountResponse.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadConsumptionAccountResponse.java index 5fe0c1f0..4dbdfc1d 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadConsumptionAccountResponse.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadConsumptionAccountResponse.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadDhcpOptionsRequest.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadDhcpOptionsRequest.java index 54d18f1e..16b6c3e6 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadDhcpOptionsRequest.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadDhcpOptionsRequest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadDhcpOptionsResponse.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadDhcpOptionsResponse.java index 211f7a12..bb701b97 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadDhcpOptionsResponse.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadDhcpOptionsResponse.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadDirectLinkInterfacesRequest.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadDirectLinkInterfacesRequest.java index 24d9c216..c986a7eb 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadDirectLinkInterfacesRequest.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadDirectLinkInterfacesRequest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadDirectLinkInterfacesResponse.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadDirectLinkInterfacesResponse.java index f030e31b..ef3b2739 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadDirectLinkInterfacesResponse.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadDirectLinkInterfacesResponse.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadDirectLinksRequest.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadDirectLinksRequest.java index 178595cb..d7a0208b 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadDirectLinksRequest.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadDirectLinksRequest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadDirectLinksResponse.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadDirectLinksResponse.java index 868e7936..176aaaef 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadDirectLinksResponse.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadDirectLinksResponse.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadFlexibleGpuCatalogRequest.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadFlexibleGpuCatalogRequest.java index b8d44818..e0034833 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadFlexibleGpuCatalogRequest.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadFlexibleGpuCatalogRequest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadFlexibleGpuCatalogResponse.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadFlexibleGpuCatalogResponse.java index 9a47dc0d..83c08394 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadFlexibleGpuCatalogResponse.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadFlexibleGpuCatalogResponse.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadFlexibleGpusRequest.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadFlexibleGpusRequest.java index 63c814ad..37c1e7a9 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadFlexibleGpusRequest.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadFlexibleGpusRequest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadFlexibleGpusResponse.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadFlexibleGpusResponse.java index 7be01d81..51895104 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadFlexibleGpusResponse.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadFlexibleGpusResponse.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadImageExportTasksRequest.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadImageExportTasksRequest.java index 8a48bfdc..02087387 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadImageExportTasksRequest.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadImageExportTasksRequest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadImageExportTasksResponse.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadImageExportTasksResponse.java index 9d679e61..e10ebef3 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadImageExportTasksResponse.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadImageExportTasksResponse.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadImagesRequest.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadImagesRequest.java index 1c6d5b3a..ca02713d 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadImagesRequest.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadImagesRequest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadImagesResponse.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadImagesResponse.java index 8e4caf23..28c4403a 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadImagesResponse.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadImagesResponse.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadInternetServicesRequest.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadInternetServicesRequest.java index 62127a7b..e9a18e0c 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadInternetServicesRequest.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadInternetServicesRequest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadInternetServicesResponse.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadInternetServicesResponse.java index 72ac2080..870415d5 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadInternetServicesResponse.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadInternetServicesResponse.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadKeypairsRequest.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadKeypairsRequest.java index 4d7f6c7b..9abc25ea 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadKeypairsRequest.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadKeypairsRequest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadKeypairsResponse.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadKeypairsResponse.java index 1c783bb8..e2891bdb 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadKeypairsResponse.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadKeypairsResponse.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadListenerRulesRequest.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadListenerRulesRequest.java index 01109ae7..e121d1a1 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadListenerRulesRequest.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadListenerRulesRequest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadListenerRulesResponse.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadListenerRulesResponse.java index 8fbe8993..ca672ccb 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadListenerRulesResponse.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadListenerRulesResponse.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadLoadBalancerTagsRequest.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadLoadBalancerTagsRequest.java index e9bbfda5..2fabdb52 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadLoadBalancerTagsRequest.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadLoadBalancerTagsRequest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadLoadBalancerTagsResponse.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadLoadBalancerTagsResponse.java index 464be5f6..6a2b6a1d 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadLoadBalancerTagsResponse.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadLoadBalancerTagsResponse.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadLoadBalancersRequest.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadLoadBalancersRequest.java index b3f636a3..887b744a 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadLoadBalancersRequest.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadLoadBalancersRequest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadLoadBalancersResponse.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadLoadBalancersResponse.java index d9d7e9b4..a170c69b 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadLoadBalancersResponse.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadLoadBalancersResponse.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadLocationsRequest.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadLocationsRequest.java index 112cb753..0f863f43 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadLocationsRequest.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadLocationsRequest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadLocationsResponse.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadLocationsResponse.java index ec7d52a5..fd915202 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadLocationsResponse.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadLocationsResponse.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadNatServicesRequest.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadNatServicesRequest.java index 294a1d1e..ac994665 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadNatServicesRequest.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadNatServicesRequest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadNatServicesResponse.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadNatServicesResponse.java index 684806aa..8d7430a4 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadNatServicesResponse.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadNatServicesResponse.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadNetAccessPointServicesRequest.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadNetAccessPointServicesRequest.java index 879e6b9d..b631114d 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadNetAccessPointServicesRequest.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadNetAccessPointServicesRequest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadNetAccessPointServicesResponse.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadNetAccessPointServicesResponse.java index 5f061d92..e9ce7613 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadNetAccessPointServicesResponse.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadNetAccessPointServicesResponse.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadNetAccessPointsRequest.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadNetAccessPointsRequest.java index 7df8649c..250c2292 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadNetAccessPointsRequest.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadNetAccessPointsRequest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadNetAccessPointsResponse.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadNetAccessPointsResponse.java index 4468b6c7..45cc0bc0 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadNetAccessPointsResponse.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadNetAccessPointsResponse.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadNetPeeringsRequest.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadNetPeeringsRequest.java index 4c6235d5..b073559f 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadNetPeeringsRequest.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadNetPeeringsRequest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadNetPeeringsResponse.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadNetPeeringsResponse.java index a16944fc..df9bd79e 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadNetPeeringsResponse.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadNetPeeringsResponse.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadNetsRequest.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadNetsRequest.java index bdb5518a..04a56569 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadNetsRequest.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadNetsRequest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadNetsResponse.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadNetsResponse.java index 8ba2164f..de32f2ed 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadNetsResponse.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadNetsResponse.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadNicsRequest.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadNicsRequest.java index 911a160e..95664ea8 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadNicsRequest.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadNicsRequest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadNicsResponse.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadNicsResponse.java index db568193..c3b7e86a 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadNicsResponse.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadNicsResponse.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadProductTypesRequest.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadProductTypesRequest.java index 0518e25c..b60d49d0 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadProductTypesRequest.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadProductTypesRequest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadProductTypesResponse.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadProductTypesResponse.java index 7ab981c8..16fe3f83 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadProductTypesResponse.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadProductTypesResponse.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadPublicCatalogRequest.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadPublicCatalogRequest.java index a08f1a80..2a84c303 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadPublicCatalogRequest.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadPublicCatalogRequest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadPublicCatalogResponse.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadPublicCatalogResponse.java index 93d899b1..c0a89f55 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadPublicCatalogResponse.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadPublicCatalogResponse.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadPublicIpRangesRequest.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadPublicIpRangesRequest.java index a74c7215..27718966 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadPublicIpRangesRequest.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadPublicIpRangesRequest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadPublicIpRangesResponse.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadPublicIpRangesResponse.java index e9d2f30d..81cc1174 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadPublicIpRangesResponse.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadPublicIpRangesResponse.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadPublicIpsRequest.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadPublicIpsRequest.java index ebc21ed9..2b5c0250 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadPublicIpsRequest.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadPublicIpsRequest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadPublicIpsResponse.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadPublicIpsResponse.java index 0cb259f0..fab8771f 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadPublicIpsResponse.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadPublicIpsResponse.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadQuotasRequest.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadQuotasRequest.java index 44d63b05..1d8b0227 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadQuotasRequest.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadQuotasRequest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadQuotasResponse.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadQuotasResponse.java index e0fd5dc9..30c57946 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadQuotasResponse.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadQuotasResponse.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadRegionsRequest.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadRegionsRequest.java index 432bee65..c5d44bd2 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadRegionsRequest.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadRegionsRequest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadRegionsResponse.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadRegionsResponse.java index 89eb4353..ab9cf532 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadRegionsResponse.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadRegionsResponse.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadRouteTablesRequest.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadRouteTablesRequest.java index 6fc4bfac..1cdf93eb 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadRouteTablesRequest.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadRouteTablesRequest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadRouteTablesResponse.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadRouteTablesResponse.java index d79d5a95..5abd1a39 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadRouteTablesResponse.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadRouteTablesResponse.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadSecretAccessKeyRequest.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadSecretAccessKeyRequest.java index 6404452c..ad685cb5 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadSecretAccessKeyRequest.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadSecretAccessKeyRequest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadSecretAccessKeyResponse.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadSecretAccessKeyResponse.java index 2aef947a..2dc880f6 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadSecretAccessKeyResponse.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadSecretAccessKeyResponse.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadSecurityGroupsRequest.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadSecurityGroupsRequest.java index e9388dda..9029e29c 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadSecurityGroupsRequest.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadSecurityGroupsRequest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadSecurityGroupsResponse.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadSecurityGroupsResponse.java index f3852ba4..24076abb 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadSecurityGroupsResponse.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadSecurityGroupsResponse.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadServerCertificatesRequest.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadServerCertificatesRequest.java index 48d0edab..08553af8 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadServerCertificatesRequest.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadServerCertificatesRequest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadServerCertificatesResponse.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadServerCertificatesResponse.java index b274a314..4216085a 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadServerCertificatesResponse.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadServerCertificatesResponse.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadSnapshotExportTasksRequest.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadSnapshotExportTasksRequest.java index 99807696..f0ad2a22 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadSnapshotExportTasksRequest.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadSnapshotExportTasksRequest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadSnapshotExportTasksResponse.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadSnapshotExportTasksResponse.java index 731a5380..5faa3b25 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadSnapshotExportTasksResponse.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadSnapshotExportTasksResponse.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadSnapshotsRequest.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadSnapshotsRequest.java index 6935bcf0..4670ab20 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadSnapshotsRequest.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadSnapshotsRequest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadSnapshotsResponse.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadSnapshotsResponse.java index 3494cd90..01fc5677 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadSnapshotsResponse.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadSnapshotsResponse.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadSubnetsRequest.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadSubnetsRequest.java index 42df605c..16f0173a 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadSubnetsRequest.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadSubnetsRequest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadSubnetsResponse.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadSubnetsResponse.java index 3578ca8f..0d0d407d 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadSubnetsResponse.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadSubnetsResponse.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadSubregionsRequest.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadSubregionsRequest.java index 27cb85e5..a3617610 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadSubregionsRequest.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadSubregionsRequest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadSubregionsResponse.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadSubregionsResponse.java index 96ef68fe..e3ba0bc2 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadSubregionsResponse.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadSubregionsResponse.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadTagsRequest.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadTagsRequest.java index 9330a80f..b8b22660 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadTagsRequest.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadTagsRequest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadTagsResponse.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadTagsResponse.java index 830b51f2..a0851bd5 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadTagsResponse.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadTagsResponse.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadVirtualGatewaysRequest.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadVirtualGatewaysRequest.java index cd578b62..2bd21e42 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadVirtualGatewaysRequest.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadVirtualGatewaysRequest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadVirtualGatewaysResponse.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadVirtualGatewaysResponse.java index 54ee2fa0..b7cda70a 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadVirtualGatewaysResponse.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadVirtualGatewaysResponse.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadVmGroupsRequest.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadVmGroupsRequest.java new file mode 100644 index 00000000..fdd040aa --- /dev/null +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadVmGroupsRequest.java @@ -0,0 +1,222 @@ +/* + * 3DS OUTSCALE API + * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). + * + * The version of the OpenAPI document: 1.26 + * Contact: support@outscale.com + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ + +package io.github.outscale.osc_sdk_java.client.model; + +import com.google.gson.Gson; +import com.google.gson.JsonElement; +import com.google.gson.JsonObject; +import com.google.gson.TypeAdapter; +import com.google.gson.TypeAdapterFactory; +import com.google.gson.annotations.SerializedName; +import com.google.gson.reflect.TypeToken; +import com.google.gson.stream.JsonReader; +import com.google.gson.stream.JsonWriter; +import io.github.outscale.osc_sdk_java.client.JSON; +import java.io.IOException; +import java.util.HashSet; +import java.util.Map.Entry; +import java.util.Objects; +import java.util.Set; + +/** ReadVmGroupsRequest */ +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen") +public class ReadVmGroupsRequest { + public static final String SERIALIZED_NAME_DRY_RUN = "DryRun"; + + @SerializedName(SERIALIZED_NAME_DRY_RUN) + private Boolean dryRun; + + public static final String SERIALIZED_NAME_FILTERS = "Filters"; + + @SerializedName(SERIALIZED_NAME_FILTERS) + private FiltersVmGroup filters; + + public ReadVmGroupsRequest() {} + + public ReadVmGroupsRequest dryRun(Boolean dryRun) { + + this.dryRun = dryRun; + return this; + } + + /** + * If true, checks whether you have the required permissions to perform the action. + * + * @return dryRun + */ + @javax.annotation.Nullable + public Boolean getDryRun() { + return dryRun; + } + + public void setDryRun(Boolean dryRun) { + this.dryRun = dryRun; + } + + public ReadVmGroupsRequest filters(FiltersVmGroup filters) { + + this.filters = filters; + return this; + } + + /** + * Get filters + * + * @return filters + */ + @javax.annotation.Nullable + public FiltersVmGroup getFilters() { + return filters; + } + + public void setFilters(FiltersVmGroup filters) { + this.filters = filters; + } + + @Override + public boolean equals(Object o) { + if (this == o) { + return true; + } + if (o == null || getClass() != o.getClass()) { + return false; + } + ReadVmGroupsRequest readVmGroupsRequest = (ReadVmGroupsRequest) o; + return Objects.equals(this.dryRun, readVmGroupsRequest.dryRun) + && Objects.equals(this.filters, readVmGroupsRequest.filters); + } + + @Override + public int hashCode() { + return Objects.hash(dryRun, filters); + } + + @Override + public String toString() { + StringBuilder sb = new StringBuilder(); + sb.append("class ReadVmGroupsRequest {\n"); + sb.append(" dryRun: ").append(toIndentedString(dryRun)).append("\n"); + sb.append(" filters: ").append(toIndentedString(filters)).append("\n"); + sb.append("}"); + return sb.toString(); + } + + /** + * Convert the given object to string with each line indented by 4 spaces (except the first + * line). + */ + private String toIndentedString(Object o) { + if (o == null) { + return "null"; + } + return o.toString().replace("\n", "\n "); + } + + public static HashSet openapiFields; + public static HashSet openapiRequiredFields; + + static { + // a set of all properties/fields (JSON key names) + openapiFields = new HashSet(); + openapiFields.add("DryRun"); + openapiFields.add("Filters"); + + // a set of required properties/fields (JSON key names) + openapiRequiredFields = new HashSet(); + } + + /** + * Validates the JSON Object and throws an exception if issues found + * + * @param jsonObj JSON Object + * @throws IOException if the JSON Object is invalid with respect to ReadVmGroupsRequest + */ + public static void validateJsonObject(JsonObject jsonObj) throws IOException { + if (jsonObj == null) { + if (!ReadVmGroupsRequest.openapiRequiredFields + .isEmpty()) { // has required fields but JSON object is null + throw new IllegalArgumentException( + String.format( + "The required field(s) %s in ReadVmGroupsRequest is not found in" + + " the empty JSON string", + ReadVmGroupsRequest.openapiRequiredFields.toString())); + } + } + + Set> entries = jsonObj.entrySet(); + // check to see if the JSON string contains additional fields + for (Entry entry : entries) { + if (!ReadVmGroupsRequest.openapiFields.contains(entry.getKey())) { + throw new IllegalArgumentException( + String.format( + "The field `%s` in the JSON string is not defined in the" + + " `ReadVmGroupsRequest` properties. JSON: %s", + entry.getKey(), jsonObj.toString())); + } + } + // validate the optional field `Filters` + if (jsonObj.get("Filters") != null && !jsonObj.get("Filters").isJsonNull()) { + FiltersVmGroup.validateJsonObject(jsonObj.getAsJsonObject("Filters")); + } + } + + public static class CustomTypeAdapterFactory implements TypeAdapterFactory { + @SuppressWarnings("unchecked") + @Override + public TypeAdapter create(Gson gson, TypeToken type) { + if (!ReadVmGroupsRequest.class.isAssignableFrom(type.getRawType())) { + return null; // this class only serializes 'ReadVmGroupsRequest' and its subtypes + } + final TypeAdapter elementAdapter = gson.getAdapter(JsonElement.class); + final TypeAdapter thisAdapter = + gson.getDelegateAdapter(this, TypeToken.get(ReadVmGroupsRequest.class)); + + return (TypeAdapter) + new TypeAdapter() { + @Override + public void write(JsonWriter out, ReadVmGroupsRequest value) + throws IOException { + JsonObject obj = thisAdapter.toJsonTree(value).getAsJsonObject(); + elementAdapter.write(out, obj); + } + + @Override + public ReadVmGroupsRequest read(JsonReader in) throws IOException { + JsonObject jsonObj = elementAdapter.read(in).getAsJsonObject(); + validateJsonObject(jsonObj); + return thisAdapter.fromJsonTree(jsonObj); + } + }.nullSafe(); + } + } + + /** + * Create an instance of ReadVmGroupsRequest given an JSON string + * + * @param jsonString JSON string + * @return An instance of ReadVmGroupsRequest + * @throws IOException if the JSON string is invalid with respect to ReadVmGroupsRequest + */ + public static ReadVmGroupsRequest fromJson(String jsonString) throws IOException { + return JSON.getGson().fromJson(jsonString, ReadVmGroupsRequest.class); + } + + /** + * Convert an instance of ReadVmGroupsRequest to an JSON string + * + * @return JSON string + */ + public String toJson() { + return JSON.getGson().toJson(this); + } +} diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadVmGroupsResponse.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadVmGroupsResponse.java new file mode 100644 index 00000000..09a13194 --- /dev/null +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadVmGroupsResponse.java @@ -0,0 +1,253 @@ +/* + * 3DS OUTSCALE API + * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). + * + * The version of the OpenAPI document: 1.26 + * Contact: support@outscale.com + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ + +package io.github.outscale.osc_sdk_java.client.model; + +import com.google.gson.Gson; +import com.google.gson.JsonArray; +import com.google.gson.JsonElement; +import com.google.gson.JsonObject; +import com.google.gson.TypeAdapter; +import com.google.gson.TypeAdapterFactory; +import com.google.gson.annotations.SerializedName; +import com.google.gson.reflect.TypeToken; +import com.google.gson.stream.JsonReader; +import com.google.gson.stream.JsonWriter; +import io.github.outscale.osc_sdk_java.client.JSON; +import java.io.IOException; +import java.util.ArrayList; +import java.util.HashSet; +import java.util.List; +import java.util.Map.Entry; +import java.util.Objects; +import java.util.Set; + +/** ReadVmGroupsResponse */ +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen") +public class ReadVmGroupsResponse { + public static final String SERIALIZED_NAME_RESPONSE_CONTEXT = "ResponseContext"; + + @SerializedName(SERIALIZED_NAME_RESPONSE_CONTEXT) + private ResponseContext responseContext; + + public static final String SERIALIZED_NAME_VM_GROUPS = "VmGroups"; + + @SerializedName(SERIALIZED_NAME_VM_GROUPS) + private List vmGroups = null; + + public ReadVmGroupsResponse() {} + + public ReadVmGroupsResponse responseContext(ResponseContext responseContext) { + + this.responseContext = responseContext; + return this; + } + + /** + * Get responseContext + * + * @return responseContext + */ + @javax.annotation.Nullable + public ResponseContext getResponseContext() { + return responseContext; + } + + public void setResponseContext(ResponseContext responseContext) { + this.responseContext = responseContext; + } + + public ReadVmGroupsResponse vmGroups(List vmGroups) { + + this.vmGroups = vmGroups; + return this; + } + + public ReadVmGroupsResponse addVmGroupsItem(VmGroup vmGroupsItem) { + if (this.vmGroups == null) { + this.vmGroups = new ArrayList<>(); + } + this.vmGroups.add(vmGroupsItem); + return this; + } + + /** + * Information about one or more VM groups. + * + * @return vmGroups + */ + @javax.annotation.Nullable + public List getVmGroups() { + return vmGroups; + } + + public void setVmGroups(List vmGroups) { + this.vmGroups = vmGroups; + } + + @Override + public boolean equals(Object o) { + if (this == o) { + return true; + } + if (o == null || getClass() != o.getClass()) { + return false; + } + ReadVmGroupsResponse readVmGroupsResponse = (ReadVmGroupsResponse) o; + return Objects.equals(this.responseContext, readVmGroupsResponse.responseContext) + && Objects.equals(this.vmGroups, readVmGroupsResponse.vmGroups); + } + + @Override + public int hashCode() { + return Objects.hash(responseContext, vmGroups); + } + + @Override + public String toString() { + StringBuilder sb = new StringBuilder(); + sb.append("class ReadVmGroupsResponse {\n"); + sb.append(" responseContext: ").append(toIndentedString(responseContext)).append("\n"); + sb.append(" vmGroups: ").append(toIndentedString(vmGroups)).append("\n"); + sb.append("}"); + return sb.toString(); + } + + /** + * Convert the given object to string with each line indented by 4 spaces (except the first + * line). + */ + private String toIndentedString(Object o) { + if (o == null) { + return "null"; + } + return o.toString().replace("\n", "\n "); + } + + public static HashSet openapiFields; + public static HashSet openapiRequiredFields; + + static { + // a set of all properties/fields (JSON key names) + openapiFields = new HashSet(); + openapiFields.add("ResponseContext"); + openapiFields.add("VmGroups"); + + // a set of required properties/fields (JSON key names) + openapiRequiredFields = new HashSet(); + } + + /** + * Validates the JSON Object and throws an exception if issues found + * + * @param jsonObj JSON Object + * @throws IOException if the JSON Object is invalid with respect to ReadVmGroupsResponse + */ + public static void validateJsonObject(JsonObject jsonObj) throws IOException { + if (jsonObj == null) { + if (!ReadVmGroupsResponse.openapiRequiredFields + .isEmpty()) { // has required fields but JSON object is null + throw new IllegalArgumentException( + String.format( + "The required field(s) %s in ReadVmGroupsResponse is not found in" + + " the empty JSON string", + ReadVmGroupsResponse.openapiRequiredFields.toString())); + } + } + + Set> entries = jsonObj.entrySet(); + // check to see if the JSON string contains additional fields + for (Entry entry : entries) { + if (!ReadVmGroupsResponse.openapiFields.contains(entry.getKey())) { + throw new IllegalArgumentException( + String.format( + "The field `%s` in the JSON string is not defined in the" + + " `ReadVmGroupsResponse` properties. JSON: %s", + entry.getKey(), jsonObj.toString())); + } + } + // validate the optional field `ResponseContext` + if (jsonObj.get("ResponseContext") != null + && !jsonObj.get("ResponseContext").isJsonNull()) { + ResponseContext.validateJsonObject(jsonObj.getAsJsonObject("ResponseContext")); + } + if (jsonObj.get("VmGroups") != null && !jsonObj.get("VmGroups").isJsonNull()) { + JsonArray jsonArrayvmGroups = jsonObj.getAsJsonArray("VmGroups"); + if (jsonArrayvmGroups != null) { + // ensure the json data is an array + if (!jsonObj.get("VmGroups").isJsonArray()) { + throw new IllegalArgumentException( + String.format( + "Expected the field `VmGroups` to be an array in the JSON" + + " string but got `%s`", + jsonObj.get("VmGroups").toString())); + } + + // validate the optional field `VmGroups` (array) + for (int i = 0; i < jsonArrayvmGroups.size(); i++) { + VmGroup.validateJsonObject(jsonArrayvmGroups.get(i).getAsJsonObject()); + } + ; + } + } + } + + public static class CustomTypeAdapterFactory implements TypeAdapterFactory { + @SuppressWarnings("unchecked") + @Override + public TypeAdapter create(Gson gson, TypeToken type) { + if (!ReadVmGroupsResponse.class.isAssignableFrom(type.getRawType())) { + return null; // this class only serializes 'ReadVmGroupsResponse' and its subtypes + } + final TypeAdapter elementAdapter = gson.getAdapter(JsonElement.class); + final TypeAdapter thisAdapter = + gson.getDelegateAdapter(this, TypeToken.get(ReadVmGroupsResponse.class)); + + return (TypeAdapter) + new TypeAdapter() { + @Override + public void write(JsonWriter out, ReadVmGroupsResponse value) + throws IOException { + JsonObject obj = thisAdapter.toJsonTree(value).getAsJsonObject(); + elementAdapter.write(out, obj); + } + + @Override + public ReadVmGroupsResponse read(JsonReader in) throws IOException { + JsonObject jsonObj = elementAdapter.read(in).getAsJsonObject(); + validateJsonObject(jsonObj); + return thisAdapter.fromJsonTree(jsonObj); + } + }.nullSafe(); + } + } + + /** + * Create an instance of ReadVmGroupsResponse given an JSON string + * + * @param jsonString JSON string + * @return An instance of ReadVmGroupsResponse + * @throws IOException if the JSON string is invalid with respect to ReadVmGroupsResponse + */ + public static ReadVmGroupsResponse fromJson(String jsonString) throws IOException { + return JSON.getGson().fromJson(jsonString, ReadVmGroupsResponse.class); + } + + /** + * Convert an instance of ReadVmGroupsResponse to an JSON string + * + * @return JSON string + */ + public String toJson() { + return JSON.getGson().toJson(this); + } +} diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadVmTemplatesRequest.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadVmTemplatesRequest.java new file mode 100644 index 00000000..c4e3491a --- /dev/null +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadVmTemplatesRequest.java @@ -0,0 +1,222 @@ +/* + * 3DS OUTSCALE API + * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). + * + * The version of the OpenAPI document: 1.26 + * Contact: support@outscale.com + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ + +package io.github.outscale.osc_sdk_java.client.model; + +import com.google.gson.Gson; +import com.google.gson.JsonElement; +import com.google.gson.JsonObject; +import com.google.gson.TypeAdapter; +import com.google.gson.TypeAdapterFactory; +import com.google.gson.annotations.SerializedName; +import com.google.gson.reflect.TypeToken; +import com.google.gson.stream.JsonReader; +import com.google.gson.stream.JsonWriter; +import io.github.outscale.osc_sdk_java.client.JSON; +import java.io.IOException; +import java.util.HashSet; +import java.util.Map.Entry; +import java.util.Objects; +import java.util.Set; + +/** ReadVmTemplatesRequest */ +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen") +public class ReadVmTemplatesRequest { + public static final String SERIALIZED_NAME_DRY_RUN = "DryRun"; + + @SerializedName(SERIALIZED_NAME_DRY_RUN) + private Boolean dryRun; + + public static final String SERIALIZED_NAME_FILTERS = "Filters"; + + @SerializedName(SERIALIZED_NAME_FILTERS) + private FiltersVmTemplate filters; + + public ReadVmTemplatesRequest() {} + + public ReadVmTemplatesRequest dryRun(Boolean dryRun) { + + this.dryRun = dryRun; + return this; + } + + /** + * If true, checks whether you have the required permissions to perform the action. + * + * @return dryRun + */ + @javax.annotation.Nullable + public Boolean getDryRun() { + return dryRun; + } + + public void setDryRun(Boolean dryRun) { + this.dryRun = dryRun; + } + + public ReadVmTemplatesRequest filters(FiltersVmTemplate filters) { + + this.filters = filters; + return this; + } + + /** + * Get filters + * + * @return filters + */ + @javax.annotation.Nullable + public FiltersVmTemplate getFilters() { + return filters; + } + + public void setFilters(FiltersVmTemplate filters) { + this.filters = filters; + } + + @Override + public boolean equals(Object o) { + if (this == o) { + return true; + } + if (o == null || getClass() != o.getClass()) { + return false; + } + ReadVmTemplatesRequest readVmTemplatesRequest = (ReadVmTemplatesRequest) o; + return Objects.equals(this.dryRun, readVmTemplatesRequest.dryRun) + && Objects.equals(this.filters, readVmTemplatesRequest.filters); + } + + @Override + public int hashCode() { + return Objects.hash(dryRun, filters); + } + + @Override + public String toString() { + StringBuilder sb = new StringBuilder(); + sb.append("class ReadVmTemplatesRequest {\n"); + sb.append(" dryRun: ").append(toIndentedString(dryRun)).append("\n"); + sb.append(" filters: ").append(toIndentedString(filters)).append("\n"); + sb.append("}"); + return sb.toString(); + } + + /** + * Convert the given object to string with each line indented by 4 spaces (except the first + * line). + */ + private String toIndentedString(Object o) { + if (o == null) { + return "null"; + } + return o.toString().replace("\n", "\n "); + } + + public static HashSet openapiFields; + public static HashSet openapiRequiredFields; + + static { + // a set of all properties/fields (JSON key names) + openapiFields = new HashSet(); + openapiFields.add("DryRun"); + openapiFields.add("Filters"); + + // a set of required properties/fields (JSON key names) + openapiRequiredFields = new HashSet(); + } + + /** + * Validates the JSON Object and throws an exception if issues found + * + * @param jsonObj JSON Object + * @throws IOException if the JSON Object is invalid with respect to ReadVmTemplatesRequest + */ + public static void validateJsonObject(JsonObject jsonObj) throws IOException { + if (jsonObj == null) { + if (!ReadVmTemplatesRequest.openapiRequiredFields + .isEmpty()) { // has required fields but JSON object is null + throw new IllegalArgumentException( + String.format( + "The required field(s) %s in ReadVmTemplatesRequest is not found" + + " in the empty JSON string", + ReadVmTemplatesRequest.openapiRequiredFields.toString())); + } + } + + Set> entries = jsonObj.entrySet(); + // check to see if the JSON string contains additional fields + for (Entry entry : entries) { + if (!ReadVmTemplatesRequest.openapiFields.contains(entry.getKey())) { + throw new IllegalArgumentException( + String.format( + "The field `%s` in the JSON string is not defined in the" + + " `ReadVmTemplatesRequest` properties. JSON: %s", + entry.getKey(), jsonObj.toString())); + } + } + // validate the optional field `Filters` + if (jsonObj.get("Filters") != null && !jsonObj.get("Filters").isJsonNull()) { + FiltersVmTemplate.validateJsonObject(jsonObj.getAsJsonObject("Filters")); + } + } + + public static class CustomTypeAdapterFactory implements TypeAdapterFactory { + @SuppressWarnings("unchecked") + @Override + public TypeAdapter create(Gson gson, TypeToken type) { + if (!ReadVmTemplatesRequest.class.isAssignableFrom(type.getRawType())) { + return null; // this class only serializes 'ReadVmTemplatesRequest' and its subtypes + } + final TypeAdapter elementAdapter = gson.getAdapter(JsonElement.class); + final TypeAdapter thisAdapter = + gson.getDelegateAdapter(this, TypeToken.get(ReadVmTemplatesRequest.class)); + + return (TypeAdapter) + new TypeAdapter() { + @Override + public void write(JsonWriter out, ReadVmTemplatesRequest value) + throws IOException { + JsonObject obj = thisAdapter.toJsonTree(value).getAsJsonObject(); + elementAdapter.write(out, obj); + } + + @Override + public ReadVmTemplatesRequest read(JsonReader in) throws IOException { + JsonObject jsonObj = elementAdapter.read(in).getAsJsonObject(); + validateJsonObject(jsonObj); + return thisAdapter.fromJsonTree(jsonObj); + } + }.nullSafe(); + } + } + + /** + * Create an instance of ReadVmTemplatesRequest given an JSON string + * + * @param jsonString JSON string + * @return An instance of ReadVmTemplatesRequest + * @throws IOException if the JSON string is invalid with respect to ReadVmTemplatesRequest + */ + public static ReadVmTemplatesRequest fromJson(String jsonString) throws IOException { + return JSON.getGson().fromJson(jsonString, ReadVmTemplatesRequest.class); + } + + /** + * Convert an instance of ReadVmTemplatesRequest to an JSON string + * + * @return JSON string + */ + public String toJson() { + return JSON.getGson().toJson(this); + } +} diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadVmTemplatesResponse.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadVmTemplatesResponse.java new file mode 100644 index 00000000..30cc3d03 --- /dev/null +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadVmTemplatesResponse.java @@ -0,0 +1,254 @@ +/* + * 3DS OUTSCALE API + * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). + * + * The version of the OpenAPI document: 1.26 + * Contact: support@outscale.com + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ + +package io.github.outscale.osc_sdk_java.client.model; + +import com.google.gson.Gson; +import com.google.gson.JsonArray; +import com.google.gson.JsonElement; +import com.google.gson.JsonObject; +import com.google.gson.TypeAdapter; +import com.google.gson.TypeAdapterFactory; +import com.google.gson.annotations.SerializedName; +import com.google.gson.reflect.TypeToken; +import com.google.gson.stream.JsonReader; +import com.google.gson.stream.JsonWriter; +import io.github.outscale.osc_sdk_java.client.JSON; +import java.io.IOException; +import java.util.ArrayList; +import java.util.HashSet; +import java.util.List; +import java.util.Map.Entry; +import java.util.Objects; +import java.util.Set; + +/** ReadVmTemplatesResponse */ +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen") +public class ReadVmTemplatesResponse { + public static final String SERIALIZED_NAME_RESPONSE_CONTEXT = "ResponseContext"; + + @SerializedName(SERIALIZED_NAME_RESPONSE_CONTEXT) + private ResponseContext responseContext; + + public static final String SERIALIZED_NAME_VM_TEMPLATES = "VmTemplates"; + + @SerializedName(SERIALIZED_NAME_VM_TEMPLATES) + private List vmTemplates = null; + + public ReadVmTemplatesResponse() {} + + public ReadVmTemplatesResponse responseContext(ResponseContext responseContext) { + + this.responseContext = responseContext; + return this; + } + + /** + * Get responseContext + * + * @return responseContext + */ + @javax.annotation.Nullable + public ResponseContext getResponseContext() { + return responseContext; + } + + public void setResponseContext(ResponseContext responseContext) { + this.responseContext = responseContext; + } + + public ReadVmTemplatesResponse vmTemplates(List vmTemplates) { + + this.vmTemplates = vmTemplates; + return this; + } + + public ReadVmTemplatesResponse addVmTemplatesItem(VmTemplate vmTemplatesItem) { + if (this.vmTemplates == null) { + this.vmTemplates = new ArrayList<>(); + } + this.vmTemplates.add(vmTemplatesItem); + return this; + } + + /** + * Information about one or more VM templates. + * + * @return vmTemplates + */ + @javax.annotation.Nullable + public List getVmTemplates() { + return vmTemplates; + } + + public void setVmTemplates(List vmTemplates) { + this.vmTemplates = vmTemplates; + } + + @Override + public boolean equals(Object o) { + if (this == o) { + return true; + } + if (o == null || getClass() != o.getClass()) { + return false; + } + ReadVmTemplatesResponse readVmTemplatesResponse = (ReadVmTemplatesResponse) o; + return Objects.equals(this.responseContext, readVmTemplatesResponse.responseContext) + && Objects.equals(this.vmTemplates, readVmTemplatesResponse.vmTemplates); + } + + @Override + public int hashCode() { + return Objects.hash(responseContext, vmTemplates); + } + + @Override + public String toString() { + StringBuilder sb = new StringBuilder(); + sb.append("class ReadVmTemplatesResponse {\n"); + sb.append(" responseContext: ").append(toIndentedString(responseContext)).append("\n"); + sb.append(" vmTemplates: ").append(toIndentedString(vmTemplates)).append("\n"); + sb.append("}"); + return sb.toString(); + } + + /** + * Convert the given object to string with each line indented by 4 spaces (except the first + * line). + */ + private String toIndentedString(Object o) { + if (o == null) { + return "null"; + } + return o.toString().replace("\n", "\n "); + } + + public static HashSet openapiFields; + public static HashSet openapiRequiredFields; + + static { + // a set of all properties/fields (JSON key names) + openapiFields = new HashSet(); + openapiFields.add("ResponseContext"); + openapiFields.add("VmTemplates"); + + // a set of required properties/fields (JSON key names) + openapiRequiredFields = new HashSet(); + } + + /** + * Validates the JSON Object and throws an exception if issues found + * + * @param jsonObj JSON Object + * @throws IOException if the JSON Object is invalid with respect to ReadVmTemplatesResponse + */ + public static void validateJsonObject(JsonObject jsonObj) throws IOException { + if (jsonObj == null) { + if (!ReadVmTemplatesResponse.openapiRequiredFields + .isEmpty()) { // has required fields but JSON object is null + throw new IllegalArgumentException( + String.format( + "The required field(s) %s in ReadVmTemplatesResponse is not found" + + " in the empty JSON string", + ReadVmTemplatesResponse.openapiRequiredFields.toString())); + } + } + + Set> entries = jsonObj.entrySet(); + // check to see if the JSON string contains additional fields + for (Entry entry : entries) { + if (!ReadVmTemplatesResponse.openapiFields.contains(entry.getKey())) { + throw new IllegalArgumentException( + String.format( + "The field `%s` in the JSON string is not defined in the" + + " `ReadVmTemplatesResponse` properties. JSON: %s", + entry.getKey(), jsonObj.toString())); + } + } + // validate the optional field `ResponseContext` + if (jsonObj.get("ResponseContext") != null + && !jsonObj.get("ResponseContext").isJsonNull()) { + ResponseContext.validateJsonObject(jsonObj.getAsJsonObject("ResponseContext")); + } + if (jsonObj.get("VmTemplates") != null && !jsonObj.get("VmTemplates").isJsonNull()) { + JsonArray jsonArrayvmTemplates = jsonObj.getAsJsonArray("VmTemplates"); + if (jsonArrayvmTemplates != null) { + // ensure the json data is an array + if (!jsonObj.get("VmTemplates").isJsonArray()) { + throw new IllegalArgumentException( + String.format( + "Expected the field `VmTemplates` to be an array in the JSON" + + " string but got `%s`", + jsonObj.get("VmTemplates").toString())); + } + + // validate the optional field `VmTemplates` (array) + for (int i = 0; i < jsonArrayvmTemplates.size(); i++) { + VmTemplate.validateJsonObject(jsonArrayvmTemplates.get(i).getAsJsonObject()); + } + ; + } + } + } + + public static class CustomTypeAdapterFactory implements TypeAdapterFactory { + @SuppressWarnings("unchecked") + @Override + public TypeAdapter create(Gson gson, TypeToken type) { + if (!ReadVmTemplatesResponse.class.isAssignableFrom(type.getRawType())) { + return null; // this class only serializes 'ReadVmTemplatesResponse' and its + // subtypes + } + final TypeAdapter elementAdapter = gson.getAdapter(JsonElement.class); + final TypeAdapter thisAdapter = + gson.getDelegateAdapter(this, TypeToken.get(ReadVmTemplatesResponse.class)); + + return (TypeAdapter) + new TypeAdapter() { + @Override + public void write(JsonWriter out, ReadVmTemplatesResponse value) + throws IOException { + JsonObject obj = thisAdapter.toJsonTree(value).getAsJsonObject(); + elementAdapter.write(out, obj); + } + + @Override + public ReadVmTemplatesResponse read(JsonReader in) throws IOException { + JsonObject jsonObj = elementAdapter.read(in).getAsJsonObject(); + validateJsonObject(jsonObj); + return thisAdapter.fromJsonTree(jsonObj); + } + }.nullSafe(); + } + } + + /** + * Create an instance of ReadVmTemplatesResponse given an JSON string + * + * @param jsonString JSON string + * @return An instance of ReadVmTemplatesResponse + * @throws IOException if the JSON string is invalid with respect to ReadVmTemplatesResponse + */ + public static ReadVmTemplatesResponse fromJson(String jsonString) throws IOException { + return JSON.getGson().fromJson(jsonString, ReadVmTemplatesResponse.class); + } + + /** + * Convert an instance of ReadVmTemplatesResponse to an JSON string + * + * @return JSON string + */ + public String toJson() { + return JSON.getGson().toJson(this); + } +} diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadVmTypesRequest.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadVmTypesRequest.java index b675b6c0..a82eecfd 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadVmTypesRequest.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadVmTypesRequest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadVmTypesResponse.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadVmTypesResponse.java index 7d69be9a..1a523495 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadVmTypesResponse.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadVmTypesResponse.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadVmsHealthRequest.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadVmsHealthRequest.java index 89338aa2..65b725f1 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadVmsHealthRequest.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadVmsHealthRequest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadVmsHealthResponse.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadVmsHealthResponse.java index 3db35eef..576e0bc4 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadVmsHealthResponse.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadVmsHealthResponse.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadVmsRequest.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadVmsRequest.java index ea3e428d..fbe78ed9 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadVmsRequest.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadVmsRequest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadVmsResponse.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadVmsResponse.java index 6cffd5b6..fd168664 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadVmsResponse.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadVmsResponse.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadVmsStateRequest.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadVmsStateRequest.java index 94e18451..436b64c2 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadVmsStateRequest.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadVmsStateRequest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadVmsStateResponse.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadVmsStateResponse.java index 89c36266..0494fe84 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadVmsStateResponse.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadVmsStateResponse.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadVolumesRequest.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadVolumesRequest.java index dc4b7f72..e4304c51 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadVolumesRequest.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadVolumesRequest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadVolumesResponse.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadVolumesResponse.java index 45e24d00..46f0b653 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadVolumesResponse.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadVolumesResponse.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadVpnConnectionsRequest.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadVpnConnectionsRequest.java index d8d3fa41..9ecf9f0c 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadVpnConnectionsRequest.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadVpnConnectionsRequest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadVpnConnectionsResponse.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadVpnConnectionsResponse.java index 63643b81..9d53f8c1 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadVpnConnectionsResponse.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/ReadVpnConnectionsResponse.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/RebootVmsRequest.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/RebootVmsRequest.java index 6c3c2221..6f3d25b0 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/RebootVmsRequest.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/RebootVmsRequest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/RebootVmsResponse.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/RebootVmsResponse.java index 48b6d496..ec075408 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/RebootVmsResponse.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/RebootVmsResponse.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/Region.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/Region.java index 4d4188bb..bdb7333a 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/Region.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/Region.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/RegisterVmsInLoadBalancerRequest.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/RegisterVmsInLoadBalancerRequest.java index 6235c11e..48f1ffdb 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/RegisterVmsInLoadBalancerRequest.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/RegisterVmsInLoadBalancerRequest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/RegisterVmsInLoadBalancerResponse.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/RegisterVmsInLoadBalancerResponse.java index 1b4d5e21..d7b20bb5 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/RegisterVmsInLoadBalancerResponse.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/RegisterVmsInLoadBalancerResponse.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/RejectNetPeeringRequest.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/RejectNetPeeringRequest.java index 1018a5eb..00c18ca6 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/RejectNetPeeringRequest.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/RejectNetPeeringRequest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/RejectNetPeeringResponse.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/RejectNetPeeringResponse.java index 875d0dc3..21055d33 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/RejectNetPeeringResponse.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/RejectNetPeeringResponse.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/ResetAccountPasswordRequest.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/ResetAccountPasswordRequest.java index a6a24d7e..f377aeac 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/ResetAccountPasswordRequest.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/ResetAccountPasswordRequest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/ResetAccountPasswordResponse.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/ResetAccountPasswordResponse.java index 28014a67..215829d5 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/ResetAccountPasswordResponse.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/ResetAccountPasswordResponse.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/ResourceLoadBalancerTag.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/ResourceLoadBalancerTag.java index 44be8fc6..e08a869b 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/ResourceLoadBalancerTag.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/ResourceLoadBalancerTag.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/ResourceTag.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/ResourceTag.java index 8c58e9d5..493dc08a 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/ResourceTag.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/ResourceTag.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/ResponseContext.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/ResponseContext.java index dd18abc8..082d1f61 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/ResponseContext.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/ResponseContext.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/Route.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/Route.java index c6782d8c..5ead2f47 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/Route.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/Route.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/RouteLight.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/RouteLight.java index be675a41..b351ff8d 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/RouteLight.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/RouteLight.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/RoutePropagatingVirtualGateway.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/RoutePropagatingVirtualGateway.java index 1b9c34c8..022c62f1 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/RoutePropagatingVirtualGateway.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/RoutePropagatingVirtualGateway.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/RouteTable.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/RouteTable.java index 2fd39b12..4213a4f3 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/RouteTable.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/RouteTable.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/ScaleDownVmGroupRequest.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/ScaleDownVmGroupRequest.java new file mode 100644 index 00000000..c9e4fd7b --- /dev/null +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/ScaleDownVmGroupRequest.java @@ -0,0 +1,266 @@ +/* + * 3DS OUTSCALE API + * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). + * + * The version of the OpenAPI document: 1.26 + * Contact: support@outscale.com + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ + +package io.github.outscale.osc_sdk_java.client.model; + +import com.google.gson.Gson; +import com.google.gson.JsonElement; +import com.google.gson.JsonObject; +import com.google.gson.TypeAdapter; +import com.google.gson.TypeAdapterFactory; +import com.google.gson.annotations.SerializedName; +import com.google.gson.reflect.TypeToken; +import com.google.gson.stream.JsonReader; +import com.google.gson.stream.JsonWriter; +import io.github.outscale.osc_sdk_java.client.JSON; +import java.io.IOException; +import java.util.HashSet; +import java.util.Map.Entry; +import java.util.Objects; +import java.util.Set; + +/** ScaleDownVmGroupRequest */ +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen") +public class ScaleDownVmGroupRequest { + public static final String SERIALIZED_NAME_DRY_RUN = "DryRun"; + + @SerializedName(SERIALIZED_NAME_DRY_RUN) + private Boolean dryRun; + + public static final String SERIALIZED_NAME_VM_GROUP_ID = "VmGroupId"; + + @SerializedName(SERIALIZED_NAME_VM_GROUP_ID) + private String vmGroupId; + + public static final String SERIALIZED_NAME_VM_SUBTRACTION = "VmSubtraction"; + + @SerializedName(SERIALIZED_NAME_VM_SUBTRACTION) + private Integer vmSubtraction; + + public ScaleDownVmGroupRequest() {} + + public ScaleDownVmGroupRequest dryRun(Boolean dryRun) { + + this.dryRun = dryRun; + return this; + } + + /** + * If true, checks whether you have the required permissions to perform the action. + * + * @return dryRun + */ + @javax.annotation.Nullable + public Boolean getDryRun() { + return dryRun; + } + + public void setDryRun(Boolean dryRun) { + this.dryRun = dryRun; + } + + public ScaleDownVmGroupRequest vmGroupId(String vmGroupId) { + + this.vmGroupId = vmGroupId; + return this; + } + + /** + * The ID of the VM group you want to scale down. + * + * @return vmGroupId + */ + @javax.annotation.Nonnull + public String getVmGroupId() { + return vmGroupId; + } + + public void setVmGroupId(String vmGroupId) { + this.vmGroupId = vmGroupId; + } + + public ScaleDownVmGroupRequest vmSubtraction(Integer vmSubtraction) { + + this.vmSubtraction = vmSubtraction; + return this; + } + + /** + * The number of VMs you want to delete from the VM group. + * + * @return vmSubtraction + */ + @javax.annotation.Nonnull + public Integer getVmSubtraction() { + return vmSubtraction; + } + + public void setVmSubtraction(Integer vmSubtraction) { + this.vmSubtraction = vmSubtraction; + } + + @Override + public boolean equals(Object o) { + if (this == o) { + return true; + } + if (o == null || getClass() != o.getClass()) { + return false; + } + ScaleDownVmGroupRequest scaleDownVmGroupRequest = (ScaleDownVmGroupRequest) o; + return Objects.equals(this.dryRun, scaleDownVmGroupRequest.dryRun) + && Objects.equals(this.vmGroupId, scaleDownVmGroupRequest.vmGroupId) + && Objects.equals(this.vmSubtraction, scaleDownVmGroupRequest.vmSubtraction); + } + + @Override + public int hashCode() { + return Objects.hash(dryRun, vmGroupId, vmSubtraction); + } + + @Override + public String toString() { + StringBuilder sb = new StringBuilder(); + sb.append("class ScaleDownVmGroupRequest {\n"); + sb.append(" dryRun: ").append(toIndentedString(dryRun)).append("\n"); + sb.append(" vmGroupId: ").append(toIndentedString(vmGroupId)).append("\n"); + sb.append(" vmSubtraction: ").append(toIndentedString(vmSubtraction)).append("\n"); + sb.append("}"); + return sb.toString(); + } + + /** + * Convert the given object to string with each line indented by 4 spaces (except the first + * line). + */ + private String toIndentedString(Object o) { + if (o == null) { + return "null"; + } + return o.toString().replace("\n", "\n "); + } + + public static HashSet openapiFields; + public static HashSet openapiRequiredFields; + + static { + // a set of all properties/fields (JSON key names) + openapiFields = new HashSet(); + openapiFields.add("DryRun"); + openapiFields.add("VmGroupId"); + openapiFields.add("VmSubtraction"); + + // a set of required properties/fields (JSON key names) + openapiRequiredFields = new HashSet(); + openapiRequiredFields.add("VmGroupId"); + openapiRequiredFields.add("VmSubtraction"); + } + + /** + * Validates the JSON Object and throws an exception if issues found + * + * @param jsonObj JSON Object + * @throws IOException if the JSON Object is invalid with respect to ScaleDownVmGroupRequest + */ + public static void validateJsonObject(JsonObject jsonObj) throws IOException { + if (jsonObj == null) { + if (!ScaleDownVmGroupRequest.openapiRequiredFields + .isEmpty()) { // has required fields but JSON object is null + throw new IllegalArgumentException( + String.format( + "The required field(s) %s in ScaleDownVmGroupRequest is not found" + + " in the empty JSON string", + ScaleDownVmGroupRequest.openapiRequiredFields.toString())); + } + } + + Set> entries = jsonObj.entrySet(); + // check to see if the JSON string contains additional fields + for (Entry entry : entries) { + if (!ScaleDownVmGroupRequest.openapiFields.contains(entry.getKey())) { + throw new IllegalArgumentException( + String.format( + "The field `%s` in the JSON string is not defined in the" + + " `ScaleDownVmGroupRequest` properties. JSON: %s", + entry.getKey(), jsonObj.toString())); + } + } + + // check to make sure all required properties/fields are present in the JSON string + for (String requiredField : ScaleDownVmGroupRequest.openapiRequiredFields) { + if (jsonObj.get(requiredField) == null) { + throw new IllegalArgumentException( + String.format( + "The required field `%s` is not found in the JSON string: %s", + requiredField, jsonObj.toString())); + } + } + if (!jsonObj.get("VmGroupId").isJsonPrimitive()) { + throw new IllegalArgumentException( + String.format( + "Expected the field `VmGroupId` to be a primitive type in the JSON" + + " string but got `%s`", + jsonObj.get("VmGroupId").toString())); + } + } + + public static class CustomTypeAdapterFactory implements TypeAdapterFactory { + @SuppressWarnings("unchecked") + @Override + public TypeAdapter create(Gson gson, TypeToken type) { + if (!ScaleDownVmGroupRequest.class.isAssignableFrom(type.getRawType())) { + return null; // this class only serializes 'ScaleDownVmGroupRequest' and its + // subtypes + } + final TypeAdapter elementAdapter = gson.getAdapter(JsonElement.class); + final TypeAdapter thisAdapter = + gson.getDelegateAdapter(this, TypeToken.get(ScaleDownVmGroupRequest.class)); + + return (TypeAdapter) + new TypeAdapter() { + @Override + public void write(JsonWriter out, ScaleDownVmGroupRequest value) + throws IOException { + JsonObject obj = thisAdapter.toJsonTree(value).getAsJsonObject(); + elementAdapter.write(out, obj); + } + + @Override + public ScaleDownVmGroupRequest read(JsonReader in) throws IOException { + JsonObject jsonObj = elementAdapter.read(in).getAsJsonObject(); + validateJsonObject(jsonObj); + return thisAdapter.fromJsonTree(jsonObj); + } + }.nullSafe(); + } + } + + /** + * Create an instance of ScaleDownVmGroupRequest given an JSON string + * + * @param jsonString JSON string + * @return An instance of ScaleDownVmGroupRequest + * @throws IOException if the JSON string is invalid with respect to ScaleDownVmGroupRequest + */ + public static ScaleDownVmGroupRequest fromJson(String jsonString) throws IOException { + return JSON.getGson().fromJson(jsonString, ScaleDownVmGroupRequest.class); + } + + /** + * Convert an instance of ScaleDownVmGroupRequest to an JSON string + * + * @return JSON string + */ + public String toJson() { + return JSON.getGson().toJson(this); + } +} diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/ScaleDownVmGroupResponse.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/ScaleDownVmGroupResponse.java new file mode 100644 index 00000000..89140a08 --- /dev/null +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/ScaleDownVmGroupResponse.java @@ -0,0 +1,196 @@ +/* + * 3DS OUTSCALE API + * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). + * + * The version of the OpenAPI document: 1.26 + * Contact: support@outscale.com + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ + +package io.github.outscale.osc_sdk_java.client.model; + +import com.google.gson.Gson; +import com.google.gson.JsonElement; +import com.google.gson.JsonObject; +import com.google.gson.TypeAdapter; +import com.google.gson.TypeAdapterFactory; +import com.google.gson.annotations.SerializedName; +import com.google.gson.reflect.TypeToken; +import com.google.gson.stream.JsonReader; +import com.google.gson.stream.JsonWriter; +import io.github.outscale.osc_sdk_java.client.JSON; +import java.io.IOException; +import java.util.HashSet; +import java.util.Map.Entry; +import java.util.Objects; +import java.util.Set; + +/** ScaleDownVmGroupResponse */ +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen") +public class ScaleDownVmGroupResponse { + public static final String SERIALIZED_NAME_RESPONSE_CONTEXT = "ResponseContext"; + + @SerializedName(SERIALIZED_NAME_RESPONSE_CONTEXT) + private ResponseContext responseContext; + + public ScaleDownVmGroupResponse() {} + + public ScaleDownVmGroupResponse responseContext(ResponseContext responseContext) { + + this.responseContext = responseContext; + return this; + } + + /** + * Get responseContext + * + * @return responseContext + */ + @javax.annotation.Nullable + public ResponseContext getResponseContext() { + return responseContext; + } + + public void setResponseContext(ResponseContext responseContext) { + this.responseContext = responseContext; + } + + @Override + public boolean equals(Object o) { + if (this == o) { + return true; + } + if (o == null || getClass() != o.getClass()) { + return false; + } + ScaleDownVmGroupResponse scaleDownVmGroupResponse = (ScaleDownVmGroupResponse) o; + return Objects.equals(this.responseContext, scaleDownVmGroupResponse.responseContext); + } + + @Override + public int hashCode() { + return Objects.hash(responseContext); + } + + @Override + public String toString() { + StringBuilder sb = new StringBuilder(); + sb.append("class ScaleDownVmGroupResponse {\n"); + sb.append(" responseContext: ").append(toIndentedString(responseContext)).append("\n"); + sb.append("}"); + return sb.toString(); + } + + /** + * Convert the given object to string with each line indented by 4 spaces (except the first + * line). + */ + private String toIndentedString(Object o) { + if (o == null) { + return "null"; + } + return o.toString().replace("\n", "\n "); + } + + public static HashSet openapiFields; + public static HashSet openapiRequiredFields; + + static { + // a set of all properties/fields (JSON key names) + openapiFields = new HashSet(); + openapiFields.add("ResponseContext"); + + // a set of required properties/fields (JSON key names) + openapiRequiredFields = new HashSet(); + } + + /** + * Validates the JSON Object and throws an exception if issues found + * + * @param jsonObj JSON Object + * @throws IOException if the JSON Object is invalid with respect to ScaleDownVmGroupResponse + */ + public static void validateJsonObject(JsonObject jsonObj) throws IOException { + if (jsonObj == null) { + if (!ScaleDownVmGroupResponse.openapiRequiredFields + .isEmpty()) { // has required fields but JSON object is null + throw new IllegalArgumentException( + String.format( + "The required field(s) %s in ScaleDownVmGroupResponse is not found" + + " in the empty JSON string", + ScaleDownVmGroupResponse.openapiRequiredFields.toString())); + } + } + + Set> entries = jsonObj.entrySet(); + // check to see if the JSON string contains additional fields + for (Entry entry : entries) { + if (!ScaleDownVmGroupResponse.openapiFields.contains(entry.getKey())) { + throw new IllegalArgumentException( + String.format( + "The field `%s` in the JSON string is not defined in the" + + " `ScaleDownVmGroupResponse` properties. JSON: %s", + entry.getKey(), jsonObj.toString())); + } + } + // validate the optional field `ResponseContext` + if (jsonObj.get("ResponseContext") != null + && !jsonObj.get("ResponseContext").isJsonNull()) { + ResponseContext.validateJsonObject(jsonObj.getAsJsonObject("ResponseContext")); + } + } + + public static class CustomTypeAdapterFactory implements TypeAdapterFactory { + @SuppressWarnings("unchecked") + @Override + public TypeAdapter create(Gson gson, TypeToken type) { + if (!ScaleDownVmGroupResponse.class.isAssignableFrom(type.getRawType())) { + return null; // this class only serializes 'ScaleDownVmGroupResponse' and its + // subtypes + } + final TypeAdapter elementAdapter = gson.getAdapter(JsonElement.class); + final TypeAdapter thisAdapter = + gson.getDelegateAdapter(this, TypeToken.get(ScaleDownVmGroupResponse.class)); + + return (TypeAdapter) + new TypeAdapter() { + @Override + public void write(JsonWriter out, ScaleDownVmGroupResponse value) + throws IOException { + JsonObject obj = thisAdapter.toJsonTree(value).getAsJsonObject(); + elementAdapter.write(out, obj); + } + + @Override + public ScaleDownVmGroupResponse read(JsonReader in) throws IOException { + JsonObject jsonObj = elementAdapter.read(in).getAsJsonObject(); + validateJsonObject(jsonObj); + return thisAdapter.fromJsonTree(jsonObj); + } + }.nullSafe(); + } + } + + /** + * Create an instance of ScaleDownVmGroupResponse given an JSON string + * + * @param jsonString JSON string + * @return An instance of ScaleDownVmGroupResponse + * @throws IOException if the JSON string is invalid with respect to ScaleDownVmGroupResponse + */ + public static ScaleDownVmGroupResponse fromJson(String jsonString) throws IOException { + return JSON.getGson().fromJson(jsonString, ScaleDownVmGroupResponse.class); + } + + /** + * Convert an instance of ScaleDownVmGroupResponse to an JSON string + * + * @return JSON string + */ + public String toJson() { + return JSON.getGson().toJson(this); + } +} diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/ScaleUpVmGroupRequest.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/ScaleUpVmGroupRequest.java new file mode 100644 index 00000000..94196352 --- /dev/null +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/ScaleUpVmGroupRequest.java @@ -0,0 +1,265 @@ +/* + * 3DS OUTSCALE API + * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). + * + * The version of the OpenAPI document: 1.26 + * Contact: support@outscale.com + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ + +package io.github.outscale.osc_sdk_java.client.model; + +import com.google.gson.Gson; +import com.google.gson.JsonElement; +import com.google.gson.JsonObject; +import com.google.gson.TypeAdapter; +import com.google.gson.TypeAdapterFactory; +import com.google.gson.annotations.SerializedName; +import com.google.gson.reflect.TypeToken; +import com.google.gson.stream.JsonReader; +import com.google.gson.stream.JsonWriter; +import io.github.outscale.osc_sdk_java.client.JSON; +import java.io.IOException; +import java.util.HashSet; +import java.util.Map.Entry; +import java.util.Objects; +import java.util.Set; + +/** ScaleUpVmGroupRequest */ +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen") +public class ScaleUpVmGroupRequest { + public static final String SERIALIZED_NAME_DRY_RUN = "DryRun"; + + @SerializedName(SERIALIZED_NAME_DRY_RUN) + private Boolean dryRun; + + public static final String SERIALIZED_NAME_VM_ADDITION = "VmAddition"; + + @SerializedName(SERIALIZED_NAME_VM_ADDITION) + private Integer vmAddition; + + public static final String SERIALIZED_NAME_VM_GROUP_ID = "VmGroupId"; + + @SerializedName(SERIALIZED_NAME_VM_GROUP_ID) + private String vmGroupId; + + public ScaleUpVmGroupRequest() {} + + public ScaleUpVmGroupRequest dryRun(Boolean dryRun) { + + this.dryRun = dryRun; + return this; + } + + /** + * If true, checks whether you have the required permissions to perform the action. + * + * @return dryRun + */ + @javax.annotation.Nullable + public Boolean getDryRun() { + return dryRun; + } + + public void setDryRun(Boolean dryRun) { + this.dryRun = dryRun; + } + + public ScaleUpVmGroupRequest vmAddition(Integer vmAddition) { + + this.vmAddition = vmAddition; + return this; + } + + /** + * The number of VMs you want to add to the VM group. + * + * @return vmAddition + */ + @javax.annotation.Nonnull + public Integer getVmAddition() { + return vmAddition; + } + + public void setVmAddition(Integer vmAddition) { + this.vmAddition = vmAddition; + } + + public ScaleUpVmGroupRequest vmGroupId(String vmGroupId) { + + this.vmGroupId = vmGroupId; + return this; + } + + /** + * The ID of the VM group you want to scale up. + * + * @return vmGroupId + */ + @javax.annotation.Nonnull + public String getVmGroupId() { + return vmGroupId; + } + + public void setVmGroupId(String vmGroupId) { + this.vmGroupId = vmGroupId; + } + + @Override + public boolean equals(Object o) { + if (this == o) { + return true; + } + if (o == null || getClass() != o.getClass()) { + return false; + } + ScaleUpVmGroupRequest scaleUpVmGroupRequest = (ScaleUpVmGroupRequest) o; + return Objects.equals(this.dryRun, scaleUpVmGroupRequest.dryRun) + && Objects.equals(this.vmAddition, scaleUpVmGroupRequest.vmAddition) + && Objects.equals(this.vmGroupId, scaleUpVmGroupRequest.vmGroupId); + } + + @Override + public int hashCode() { + return Objects.hash(dryRun, vmAddition, vmGroupId); + } + + @Override + public String toString() { + StringBuilder sb = new StringBuilder(); + sb.append("class ScaleUpVmGroupRequest {\n"); + sb.append(" dryRun: ").append(toIndentedString(dryRun)).append("\n"); + sb.append(" vmAddition: ").append(toIndentedString(vmAddition)).append("\n"); + sb.append(" vmGroupId: ").append(toIndentedString(vmGroupId)).append("\n"); + sb.append("}"); + return sb.toString(); + } + + /** + * Convert the given object to string with each line indented by 4 spaces (except the first + * line). + */ + private String toIndentedString(Object o) { + if (o == null) { + return "null"; + } + return o.toString().replace("\n", "\n "); + } + + public static HashSet openapiFields; + public static HashSet openapiRequiredFields; + + static { + // a set of all properties/fields (JSON key names) + openapiFields = new HashSet(); + openapiFields.add("DryRun"); + openapiFields.add("VmAddition"); + openapiFields.add("VmGroupId"); + + // a set of required properties/fields (JSON key names) + openapiRequiredFields = new HashSet(); + openapiRequiredFields.add("VmAddition"); + openapiRequiredFields.add("VmGroupId"); + } + + /** + * Validates the JSON Object and throws an exception if issues found + * + * @param jsonObj JSON Object + * @throws IOException if the JSON Object is invalid with respect to ScaleUpVmGroupRequest + */ + public static void validateJsonObject(JsonObject jsonObj) throws IOException { + if (jsonObj == null) { + if (!ScaleUpVmGroupRequest.openapiRequiredFields + .isEmpty()) { // has required fields but JSON object is null + throw new IllegalArgumentException( + String.format( + "The required field(s) %s in ScaleUpVmGroupRequest is not found in" + + " the empty JSON string", + ScaleUpVmGroupRequest.openapiRequiredFields.toString())); + } + } + + Set> entries = jsonObj.entrySet(); + // check to see if the JSON string contains additional fields + for (Entry entry : entries) { + if (!ScaleUpVmGroupRequest.openapiFields.contains(entry.getKey())) { + throw new IllegalArgumentException( + String.format( + "The field `%s` in the JSON string is not defined in the" + + " `ScaleUpVmGroupRequest` properties. JSON: %s", + entry.getKey(), jsonObj.toString())); + } + } + + // check to make sure all required properties/fields are present in the JSON string + for (String requiredField : ScaleUpVmGroupRequest.openapiRequiredFields) { + if (jsonObj.get(requiredField) == null) { + throw new IllegalArgumentException( + String.format( + "The required field `%s` is not found in the JSON string: %s", + requiredField, jsonObj.toString())); + } + } + if (!jsonObj.get("VmGroupId").isJsonPrimitive()) { + throw new IllegalArgumentException( + String.format( + "Expected the field `VmGroupId` to be a primitive type in the JSON" + + " string but got `%s`", + jsonObj.get("VmGroupId").toString())); + } + } + + public static class CustomTypeAdapterFactory implements TypeAdapterFactory { + @SuppressWarnings("unchecked") + @Override + public TypeAdapter create(Gson gson, TypeToken type) { + if (!ScaleUpVmGroupRequest.class.isAssignableFrom(type.getRawType())) { + return null; // this class only serializes 'ScaleUpVmGroupRequest' and its subtypes + } + final TypeAdapter elementAdapter = gson.getAdapter(JsonElement.class); + final TypeAdapter thisAdapter = + gson.getDelegateAdapter(this, TypeToken.get(ScaleUpVmGroupRequest.class)); + + return (TypeAdapter) + new TypeAdapter() { + @Override + public void write(JsonWriter out, ScaleUpVmGroupRequest value) + throws IOException { + JsonObject obj = thisAdapter.toJsonTree(value).getAsJsonObject(); + elementAdapter.write(out, obj); + } + + @Override + public ScaleUpVmGroupRequest read(JsonReader in) throws IOException { + JsonObject jsonObj = elementAdapter.read(in).getAsJsonObject(); + validateJsonObject(jsonObj); + return thisAdapter.fromJsonTree(jsonObj); + } + }.nullSafe(); + } + } + + /** + * Create an instance of ScaleUpVmGroupRequest given an JSON string + * + * @param jsonString JSON string + * @return An instance of ScaleUpVmGroupRequest + * @throws IOException if the JSON string is invalid with respect to ScaleUpVmGroupRequest + */ + public static ScaleUpVmGroupRequest fromJson(String jsonString) throws IOException { + return JSON.getGson().fromJson(jsonString, ScaleUpVmGroupRequest.class); + } + + /** + * Convert an instance of ScaleUpVmGroupRequest to an JSON string + * + * @return JSON string + */ + public String toJson() { + return JSON.getGson().toJson(this); + } +} diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/ScaleUpVmGroupResponse.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/ScaleUpVmGroupResponse.java new file mode 100644 index 00000000..75622491 --- /dev/null +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/ScaleUpVmGroupResponse.java @@ -0,0 +1,195 @@ +/* + * 3DS OUTSCALE API + * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). + * + * The version of the OpenAPI document: 1.26 + * Contact: support@outscale.com + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ + +package io.github.outscale.osc_sdk_java.client.model; + +import com.google.gson.Gson; +import com.google.gson.JsonElement; +import com.google.gson.JsonObject; +import com.google.gson.TypeAdapter; +import com.google.gson.TypeAdapterFactory; +import com.google.gson.annotations.SerializedName; +import com.google.gson.reflect.TypeToken; +import com.google.gson.stream.JsonReader; +import com.google.gson.stream.JsonWriter; +import io.github.outscale.osc_sdk_java.client.JSON; +import java.io.IOException; +import java.util.HashSet; +import java.util.Map.Entry; +import java.util.Objects; +import java.util.Set; + +/** ScaleUpVmGroupResponse */ +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen") +public class ScaleUpVmGroupResponse { + public static final String SERIALIZED_NAME_RESPONSE_CONTEXT = "ResponseContext"; + + @SerializedName(SERIALIZED_NAME_RESPONSE_CONTEXT) + private ResponseContext responseContext; + + public ScaleUpVmGroupResponse() {} + + public ScaleUpVmGroupResponse responseContext(ResponseContext responseContext) { + + this.responseContext = responseContext; + return this; + } + + /** + * Get responseContext + * + * @return responseContext + */ + @javax.annotation.Nullable + public ResponseContext getResponseContext() { + return responseContext; + } + + public void setResponseContext(ResponseContext responseContext) { + this.responseContext = responseContext; + } + + @Override + public boolean equals(Object o) { + if (this == o) { + return true; + } + if (o == null || getClass() != o.getClass()) { + return false; + } + ScaleUpVmGroupResponse scaleUpVmGroupResponse = (ScaleUpVmGroupResponse) o; + return Objects.equals(this.responseContext, scaleUpVmGroupResponse.responseContext); + } + + @Override + public int hashCode() { + return Objects.hash(responseContext); + } + + @Override + public String toString() { + StringBuilder sb = new StringBuilder(); + sb.append("class ScaleUpVmGroupResponse {\n"); + sb.append(" responseContext: ").append(toIndentedString(responseContext)).append("\n"); + sb.append("}"); + return sb.toString(); + } + + /** + * Convert the given object to string with each line indented by 4 spaces (except the first + * line). + */ + private String toIndentedString(Object o) { + if (o == null) { + return "null"; + } + return o.toString().replace("\n", "\n "); + } + + public static HashSet openapiFields; + public static HashSet openapiRequiredFields; + + static { + // a set of all properties/fields (JSON key names) + openapiFields = new HashSet(); + openapiFields.add("ResponseContext"); + + // a set of required properties/fields (JSON key names) + openapiRequiredFields = new HashSet(); + } + + /** + * Validates the JSON Object and throws an exception if issues found + * + * @param jsonObj JSON Object + * @throws IOException if the JSON Object is invalid with respect to ScaleUpVmGroupResponse + */ + public static void validateJsonObject(JsonObject jsonObj) throws IOException { + if (jsonObj == null) { + if (!ScaleUpVmGroupResponse.openapiRequiredFields + .isEmpty()) { // has required fields but JSON object is null + throw new IllegalArgumentException( + String.format( + "The required field(s) %s in ScaleUpVmGroupResponse is not found" + + " in the empty JSON string", + ScaleUpVmGroupResponse.openapiRequiredFields.toString())); + } + } + + Set> entries = jsonObj.entrySet(); + // check to see if the JSON string contains additional fields + for (Entry entry : entries) { + if (!ScaleUpVmGroupResponse.openapiFields.contains(entry.getKey())) { + throw new IllegalArgumentException( + String.format( + "The field `%s` in the JSON string is not defined in the" + + " `ScaleUpVmGroupResponse` properties. JSON: %s", + entry.getKey(), jsonObj.toString())); + } + } + // validate the optional field `ResponseContext` + if (jsonObj.get("ResponseContext") != null + && !jsonObj.get("ResponseContext").isJsonNull()) { + ResponseContext.validateJsonObject(jsonObj.getAsJsonObject("ResponseContext")); + } + } + + public static class CustomTypeAdapterFactory implements TypeAdapterFactory { + @SuppressWarnings("unchecked") + @Override + public TypeAdapter create(Gson gson, TypeToken type) { + if (!ScaleUpVmGroupResponse.class.isAssignableFrom(type.getRawType())) { + return null; // this class only serializes 'ScaleUpVmGroupResponse' and its subtypes + } + final TypeAdapter elementAdapter = gson.getAdapter(JsonElement.class); + final TypeAdapter thisAdapter = + gson.getDelegateAdapter(this, TypeToken.get(ScaleUpVmGroupResponse.class)); + + return (TypeAdapter) + new TypeAdapter() { + @Override + public void write(JsonWriter out, ScaleUpVmGroupResponse value) + throws IOException { + JsonObject obj = thisAdapter.toJsonTree(value).getAsJsonObject(); + elementAdapter.write(out, obj); + } + + @Override + public ScaleUpVmGroupResponse read(JsonReader in) throws IOException { + JsonObject jsonObj = elementAdapter.read(in).getAsJsonObject(); + validateJsonObject(jsonObj); + return thisAdapter.fromJsonTree(jsonObj); + } + }.nullSafe(); + } + } + + /** + * Create an instance of ScaleUpVmGroupResponse given an JSON string + * + * @param jsonString JSON string + * @return An instance of ScaleUpVmGroupResponse + * @throws IOException if the JSON string is invalid with respect to ScaleUpVmGroupResponse + */ + public static ScaleUpVmGroupResponse fromJson(String jsonString) throws IOException { + return JSON.getGson().fromJson(jsonString, ScaleUpVmGroupResponse.class); + } + + /** + * Convert an instance of ScaleUpVmGroupResponse to an JSON string + * + * @return JSON string + */ + public String toJson() { + return JSON.getGson().toJson(this); + } +} diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/SecurityGroup.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/SecurityGroup.java index a2cdc971..47d0918c 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/SecurityGroup.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/SecurityGroup.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/SecurityGroupLight.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/SecurityGroupLight.java index 23150334..f0a93077 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/SecurityGroupLight.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/SecurityGroupLight.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/SecurityGroupRule.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/SecurityGroupRule.java index 847498bf..53092f82 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/SecurityGroupRule.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/SecurityGroupRule.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/SecurityGroupsMember.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/SecurityGroupsMember.java index 242c4538..34a6d51e 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/SecurityGroupsMember.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/SecurityGroupsMember.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/SendResetPasswordEmailRequest.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/SendResetPasswordEmailRequest.java index f3a17aed..bad6fbac 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/SendResetPasswordEmailRequest.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/SendResetPasswordEmailRequest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/SendResetPasswordEmailResponse.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/SendResetPasswordEmailResponse.java index b77b8f25..ba1d88d4 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/SendResetPasswordEmailResponse.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/SendResetPasswordEmailResponse.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/ServerCertificate.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/ServerCertificate.java index 42892183..11438756 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/ServerCertificate.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/ServerCertificate.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/Service.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/Service.java index 05c7a2e0..a5b30da0 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/Service.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/Service.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/Snapshot.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/Snapshot.java index 4e336627..b6c876ae 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/Snapshot.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/Snapshot.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/SnapshotExportTask.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/SnapshotExportTask.java index aa3c394d..25d9c32d 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/SnapshotExportTask.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/SnapshotExportTask.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/SourceNet.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/SourceNet.java index c607fc3f..90049f81 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/SourceNet.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/SourceNet.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/SourceSecurityGroup.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/SourceSecurityGroup.java index ddd33177..2ed0062b 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/SourceSecurityGroup.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/SourceSecurityGroup.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/StartVmsRequest.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/StartVmsRequest.java index 2b1629b4..b7305b74 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/StartVmsRequest.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/StartVmsRequest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/StartVmsResponse.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/StartVmsResponse.java index 6bdb5f91..26ef292a 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/StartVmsResponse.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/StartVmsResponse.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/StateComment.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/StateComment.java index 4e5db3e5..503cba15 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/StateComment.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/StateComment.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/StopVmsRequest.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/StopVmsRequest.java index 37ac2834..9d6cca9c 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/StopVmsRequest.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/StopVmsRequest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/StopVmsResponse.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/StopVmsResponse.java index 2f88cee1..7283e88a 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/StopVmsResponse.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/StopVmsResponse.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/Subnet.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/Subnet.java index 2db084dd..a191de1e 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/Subnet.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/Subnet.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/Subregion.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/Subregion.java index 31385281..04830cca 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/Subregion.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/Subregion.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/Tag.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/Tag.java index d8377002..52c96f38 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/Tag.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/Tag.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/UnlinkFlexibleGpuRequest.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/UnlinkFlexibleGpuRequest.java index fb7efb53..cf97603c 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/UnlinkFlexibleGpuRequest.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/UnlinkFlexibleGpuRequest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/UnlinkFlexibleGpuResponse.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/UnlinkFlexibleGpuResponse.java index d8efdd12..a141221f 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/UnlinkFlexibleGpuResponse.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/UnlinkFlexibleGpuResponse.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/UnlinkInternetServiceRequest.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/UnlinkInternetServiceRequest.java index fce8533d..dfd190e0 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/UnlinkInternetServiceRequest.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/UnlinkInternetServiceRequest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/UnlinkInternetServiceResponse.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/UnlinkInternetServiceResponse.java index 4a65da81..bfd0ff2f 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/UnlinkInternetServiceResponse.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/UnlinkInternetServiceResponse.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/UnlinkLoadBalancerBackendMachinesRequest.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/UnlinkLoadBalancerBackendMachinesRequest.java index fc1de198..b7c95a03 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/UnlinkLoadBalancerBackendMachinesRequest.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/UnlinkLoadBalancerBackendMachinesRequest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/UnlinkLoadBalancerBackendMachinesResponse.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/UnlinkLoadBalancerBackendMachinesResponse.java index c49341f5..96ff5fb8 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/UnlinkLoadBalancerBackendMachinesResponse.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/UnlinkLoadBalancerBackendMachinesResponse.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/UnlinkNicRequest.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/UnlinkNicRequest.java index 7ad12f6e..84eb8c28 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/UnlinkNicRequest.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/UnlinkNicRequest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/UnlinkNicResponse.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/UnlinkNicResponse.java index 2c1e8ff6..77ae16e8 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/UnlinkNicResponse.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/UnlinkNicResponse.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/UnlinkPrivateIpsRequest.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/UnlinkPrivateIpsRequest.java index b97affac..59d4f954 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/UnlinkPrivateIpsRequest.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/UnlinkPrivateIpsRequest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/UnlinkPrivateIpsResponse.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/UnlinkPrivateIpsResponse.java index f407d528..77dabfaa 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/UnlinkPrivateIpsResponse.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/UnlinkPrivateIpsResponse.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/UnlinkPublicIpRequest.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/UnlinkPublicIpRequest.java index 56687fa0..15bafdf0 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/UnlinkPublicIpRequest.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/UnlinkPublicIpRequest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/UnlinkPublicIpResponse.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/UnlinkPublicIpResponse.java index 6aff7a0a..e3d315a1 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/UnlinkPublicIpResponse.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/UnlinkPublicIpResponse.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/UnlinkRouteTableRequest.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/UnlinkRouteTableRequest.java index 412ba34d..14497552 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/UnlinkRouteTableRequest.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/UnlinkRouteTableRequest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/UnlinkRouteTableResponse.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/UnlinkRouteTableResponse.java index aa4392c7..2f58bb4a 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/UnlinkRouteTableResponse.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/UnlinkRouteTableResponse.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/UnlinkVirtualGatewayRequest.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/UnlinkVirtualGatewayRequest.java index 070f0987..07b25e09 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/UnlinkVirtualGatewayRequest.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/UnlinkVirtualGatewayRequest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/UnlinkVirtualGatewayResponse.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/UnlinkVirtualGatewayResponse.java index 8b46ddf7..4e2961af 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/UnlinkVirtualGatewayResponse.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/UnlinkVirtualGatewayResponse.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/UnlinkVolumeRequest.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/UnlinkVolumeRequest.java index 44522ced..a40931ab 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/UnlinkVolumeRequest.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/UnlinkVolumeRequest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/UnlinkVolumeResponse.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/UnlinkVolumeResponse.java index e9076921..d7b261c9 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/UnlinkVolumeResponse.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/UnlinkVolumeResponse.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/UpdateAccessKeyRequest.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/UpdateAccessKeyRequest.java index 8b3e7eda..001225d9 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/UpdateAccessKeyRequest.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/UpdateAccessKeyRequest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -101,9 +101,9 @@ public UpdateAccessKeyRequest expirationDate(OffsetDateTime expirationDate) { } /** - * The date and time at which you want the access key to expire, in ISO 8601 format (for - * example, `2017-06-14` or `2017-06-14T00:00:00Z`). If not specified, the - * access key is set to not expire. + * The date and time, or the date, at which you want the access key to expire, in ISO 8601 + * format (for example, `2020-06-14T00:00:00.000Z` or `2020-06-14`). If not + * specified, the access key is set to not expire. * * @return expirationDate */ diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/UpdateAccessKeyResponse.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/UpdateAccessKeyResponse.java index dbd4654d..6b053bab 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/UpdateAccessKeyResponse.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/UpdateAccessKeyResponse.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/UpdateAccountRequest.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/UpdateAccountRequest.java index 51ce93b8..9bf0ff0f 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/UpdateAccountRequest.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/UpdateAccountRequest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/UpdateAccountResponse.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/UpdateAccountResponse.java index c8ec396c..2ee57b40 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/UpdateAccountResponse.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/UpdateAccountResponse.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/UpdateApiAccessPolicyRequest.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/UpdateApiAccessPolicyRequest.java index 0af060cc..9b63b40f 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/UpdateApiAccessPolicyRequest.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/UpdateApiAccessPolicyRequest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/UpdateApiAccessPolicyResponse.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/UpdateApiAccessPolicyResponse.java index 08b4da05..e94cfb56 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/UpdateApiAccessPolicyResponse.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/UpdateApiAccessPolicyResponse.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/UpdateApiAccessRuleRequest.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/UpdateApiAccessRuleRequest.java index 9b7fbbaa..72f544bc 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/UpdateApiAccessRuleRequest.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/UpdateApiAccessRuleRequest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/UpdateApiAccessRuleResponse.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/UpdateApiAccessRuleResponse.java index f5669c16..b7e943e5 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/UpdateApiAccessRuleResponse.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/UpdateApiAccessRuleResponse.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/UpdateCaRequest.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/UpdateCaRequest.java index d41465b6..29ab5810 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/UpdateCaRequest.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/UpdateCaRequest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/UpdateCaResponse.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/UpdateCaResponse.java index fe4b5612..7b2dfaf8 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/UpdateCaResponse.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/UpdateCaResponse.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/UpdateDirectLinkInterfaceRequest.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/UpdateDirectLinkInterfaceRequest.java index 3802b3db..8fe3a2f4 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/UpdateDirectLinkInterfaceRequest.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/UpdateDirectLinkInterfaceRequest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -48,9 +48,7 @@ public class UpdateDirectLinkInterfaceRequest { */ @JsonAdapter(MtuEnum.Adapter.class) public enum MtuEnum { - NUMBER_1500(1500), - - NUMBER_9000(9000); + NUMBER_1500(1500); private Integer value; diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/UpdateDirectLinkInterfaceResponse.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/UpdateDirectLinkInterfaceResponse.java index feecc920..6080091f 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/UpdateDirectLinkInterfaceResponse.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/UpdateDirectLinkInterfaceResponse.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/UpdateFlexibleGpuRequest.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/UpdateFlexibleGpuRequest.java index 32cde5cf..2a0a9d32 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/UpdateFlexibleGpuRequest.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/UpdateFlexibleGpuRequest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/UpdateFlexibleGpuResponse.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/UpdateFlexibleGpuResponse.java index 44fd7c06..f70b03a4 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/UpdateFlexibleGpuResponse.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/UpdateFlexibleGpuResponse.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/UpdateImageRequest.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/UpdateImageRequest.java index 777a5d4a..ca52ec54 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/UpdateImageRequest.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/UpdateImageRequest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/UpdateImageResponse.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/UpdateImageResponse.java index 95cc0314..7284adfb 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/UpdateImageResponse.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/UpdateImageResponse.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/UpdateListenerRuleRequest.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/UpdateListenerRuleRequest.java index 7e5437d9..95b107f1 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/UpdateListenerRuleRequest.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/UpdateListenerRuleRequest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/UpdateListenerRuleResponse.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/UpdateListenerRuleResponse.java index 655c513a..b08c74cb 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/UpdateListenerRuleResponse.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/UpdateListenerRuleResponse.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/UpdateLoadBalancerRequest.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/UpdateLoadBalancerRequest.java index 6329e8e3..65c6cdcc 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/UpdateLoadBalancerRequest.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/UpdateLoadBalancerRequest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/UpdateLoadBalancerResponse.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/UpdateLoadBalancerResponse.java index 3f9cadd3..c9eff301 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/UpdateLoadBalancerResponse.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/UpdateLoadBalancerResponse.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/UpdateNetAccessPointRequest.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/UpdateNetAccessPointRequest.java index 513127cf..4db45799 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/UpdateNetAccessPointRequest.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/UpdateNetAccessPointRequest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/UpdateNetAccessPointResponse.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/UpdateNetAccessPointResponse.java index 4d7e8673..9939b07e 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/UpdateNetAccessPointResponse.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/UpdateNetAccessPointResponse.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/UpdateNetRequest.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/UpdateNetRequest.java index f5a968cd..cb68543e 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/UpdateNetRequest.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/UpdateNetRequest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/UpdateNetResponse.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/UpdateNetResponse.java index 6a89ce8c..0a95904b 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/UpdateNetResponse.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/UpdateNetResponse.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/UpdateNicRequest.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/UpdateNicRequest.java index b28f0299..3793bc6d 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/UpdateNicRequest.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/UpdateNicRequest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/UpdateNicResponse.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/UpdateNicResponse.java index 6fc9eed1..67cb0522 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/UpdateNicResponse.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/UpdateNicResponse.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/UpdateRoutePropagationRequest.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/UpdateRoutePropagationRequest.java index 403636ca..5cedcf69 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/UpdateRoutePropagationRequest.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/UpdateRoutePropagationRequest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/UpdateRoutePropagationResponse.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/UpdateRoutePropagationResponse.java index 7bb59247..428a73f3 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/UpdateRoutePropagationResponse.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/UpdateRoutePropagationResponse.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/UpdateRouteRequest.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/UpdateRouteRequest.java index ed95088b..7fa7b366 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/UpdateRouteRequest.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/UpdateRouteRequest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/UpdateRouteResponse.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/UpdateRouteResponse.java index cf67b377..060fbd22 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/UpdateRouteResponse.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/UpdateRouteResponse.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/UpdateServerCertificateRequest.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/UpdateServerCertificateRequest.java index c861c9ab..0839db8a 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/UpdateServerCertificateRequest.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/UpdateServerCertificateRequest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/UpdateServerCertificateResponse.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/UpdateServerCertificateResponse.java index f5045b3d..5c642711 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/UpdateServerCertificateResponse.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/UpdateServerCertificateResponse.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/UpdateSnapshotRequest.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/UpdateSnapshotRequest.java index ed14530b..63f53f48 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/UpdateSnapshotRequest.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/UpdateSnapshotRequest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/UpdateSnapshotResponse.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/UpdateSnapshotResponse.java index 760b83da..edf3eb99 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/UpdateSnapshotResponse.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/UpdateSnapshotResponse.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/UpdateSubnetRequest.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/UpdateSubnetRequest.java index 4d421d2f..7f3e7880 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/UpdateSubnetRequest.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/UpdateSubnetRequest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/UpdateSubnetResponse.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/UpdateSubnetResponse.java index 78e8b431..a27f52ea 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/UpdateSubnetResponse.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/UpdateSubnetResponse.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/UpdateVmGroupRequest.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/UpdateVmGroupRequest.java new file mode 100644 index 00000000..4d3e091f --- /dev/null +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/UpdateVmGroupRequest.java @@ -0,0 +1,402 @@ +/* + * 3DS OUTSCALE API + * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). + * + * The version of the OpenAPI document: 1.26 + * Contact: support@outscale.com + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ + +package io.github.outscale.osc_sdk_java.client.model; + +import com.google.gson.Gson; +import com.google.gson.JsonArray; +import com.google.gson.JsonElement; +import com.google.gson.JsonObject; +import com.google.gson.TypeAdapter; +import com.google.gson.TypeAdapterFactory; +import com.google.gson.annotations.SerializedName; +import com.google.gson.reflect.TypeToken; +import com.google.gson.stream.JsonReader; +import com.google.gson.stream.JsonWriter; +import io.github.outscale.osc_sdk_java.client.JSON; +import java.io.IOException; +import java.util.ArrayList; +import java.util.HashSet; +import java.util.List; +import java.util.Map.Entry; +import java.util.Objects; +import java.util.Set; + +/** UpdateVmGroupRequest */ +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen") +public class UpdateVmGroupRequest { + public static final String SERIALIZED_NAME_DESCRIPTION = "Description"; + + @SerializedName(SERIALIZED_NAME_DESCRIPTION) + private String description; + + public static final String SERIALIZED_NAME_DRY_RUN = "DryRun"; + + @SerializedName(SERIALIZED_NAME_DRY_RUN) + private Boolean dryRun; + + public static final String SERIALIZED_NAME_TAGS = "Tags"; + + @SerializedName(SERIALIZED_NAME_TAGS) + private List tags = null; + + public static final String SERIALIZED_NAME_VM_GROUP_ID = "VmGroupId"; + + @SerializedName(SERIALIZED_NAME_VM_GROUP_ID) + private String vmGroupId; + + public static final String SERIALIZED_NAME_VM_GROUP_NAME = "VmGroupName"; + + @SerializedName(SERIALIZED_NAME_VM_GROUP_NAME) + private String vmGroupName; + + public static final String SERIALIZED_NAME_VM_TEMPLATE_ID = "VmTemplateId"; + + @SerializedName(SERIALIZED_NAME_VM_TEMPLATE_ID) + private String vmTemplateId; + + public UpdateVmGroupRequest() {} + + public UpdateVmGroupRequest description(String description) { + + this.description = description; + return this; + } + + /** + * A new description for the VM group. + * + * @return description + */ + @javax.annotation.Nullable + public String getDescription() { + return description; + } + + public void setDescription(String description) { + this.description = description; + } + + public UpdateVmGroupRequest dryRun(Boolean dryRun) { + + this.dryRun = dryRun; + return this; + } + + /** + * If true, checks whether you have the required permissions to perform the action. + * + * @return dryRun + */ + @javax.annotation.Nullable + public Boolean getDryRun() { + return dryRun; + } + + public void setDryRun(Boolean dryRun) { + this.dryRun = dryRun; + } + + public UpdateVmGroupRequest tags(List tags) { + + this.tags = tags; + return this; + } + + public UpdateVmGroupRequest addTagsItem(ResourceTag tagsItem) { + if (this.tags == null) { + this.tags = new ArrayList<>(); + } + this.tags.add(tagsItem); + return this; + } + + /** + * New tags for your VM group. + * + * @return tags + */ + @javax.annotation.Nullable + public List getTags() { + return tags; + } + + public void setTags(List tags) { + this.tags = tags; + } + + public UpdateVmGroupRequest vmGroupId(String vmGroupId) { + + this.vmGroupId = vmGroupId; + return this; + } + + /** + * The ID of the VM group you want to update. + * + * @return vmGroupId + */ + @javax.annotation.Nonnull + public String getVmGroupId() { + return vmGroupId; + } + + public void setVmGroupId(String vmGroupId) { + this.vmGroupId = vmGroupId; + } + + public UpdateVmGroupRequest vmGroupName(String vmGroupName) { + + this.vmGroupName = vmGroupName; + return this; + } + + /** + * A new name for your VM group. + * + * @return vmGroupName + */ + @javax.annotation.Nullable + public String getVmGroupName() { + return vmGroupName; + } + + public void setVmGroupName(String vmGroupName) { + this.vmGroupName = vmGroupName; + } + + public UpdateVmGroupRequest vmTemplateId(String vmTemplateId) { + + this.vmTemplateId = vmTemplateId; + return this; + } + + /** + * A new VM template ID for your VM group. + * + * @return vmTemplateId + */ + @javax.annotation.Nullable + public String getVmTemplateId() { + return vmTemplateId; + } + + public void setVmTemplateId(String vmTemplateId) { + this.vmTemplateId = vmTemplateId; + } + + @Override + public boolean equals(Object o) { + if (this == o) { + return true; + } + if (o == null || getClass() != o.getClass()) { + return false; + } + UpdateVmGroupRequest updateVmGroupRequest = (UpdateVmGroupRequest) o; + return Objects.equals(this.description, updateVmGroupRequest.description) + && Objects.equals(this.dryRun, updateVmGroupRequest.dryRun) + && Objects.equals(this.tags, updateVmGroupRequest.tags) + && Objects.equals(this.vmGroupId, updateVmGroupRequest.vmGroupId) + && Objects.equals(this.vmGroupName, updateVmGroupRequest.vmGroupName) + && Objects.equals(this.vmTemplateId, updateVmGroupRequest.vmTemplateId); + } + + @Override + public int hashCode() { + return Objects.hash(description, dryRun, tags, vmGroupId, vmGroupName, vmTemplateId); + } + + @Override + public String toString() { + StringBuilder sb = new StringBuilder(); + sb.append("class UpdateVmGroupRequest {\n"); + sb.append(" description: ").append(toIndentedString(description)).append("\n"); + sb.append(" dryRun: ").append(toIndentedString(dryRun)).append("\n"); + sb.append(" tags: ").append(toIndentedString(tags)).append("\n"); + sb.append(" vmGroupId: ").append(toIndentedString(vmGroupId)).append("\n"); + sb.append(" vmGroupName: ").append(toIndentedString(vmGroupName)).append("\n"); + sb.append(" vmTemplateId: ").append(toIndentedString(vmTemplateId)).append("\n"); + sb.append("}"); + return sb.toString(); + } + + /** + * Convert the given object to string with each line indented by 4 spaces (except the first + * line). + */ + private String toIndentedString(Object o) { + if (o == null) { + return "null"; + } + return o.toString().replace("\n", "\n "); + } + + public static HashSet openapiFields; + public static HashSet openapiRequiredFields; + + static { + // a set of all properties/fields (JSON key names) + openapiFields = new HashSet(); + openapiFields.add("Description"); + openapiFields.add("DryRun"); + openapiFields.add("Tags"); + openapiFields.add("VmGroupId"); + openapiFields.add("VmGroupName"); + openapiFields.add("VmTemplateId"); + + // a set of required properties/fields (JSON key names) + openapiRequiredFields = new HashSet(); + openapiRequiredFields.add("VmGroupId"); + } + + /** + * Validates the JSON Object and throws an exception if issues found + * + * @param jsonObj JSON Object + * @throws IOException if the JSON Object is invalid with respect to UpdateVmGroupRequest + */ + public static void validateJsonObject(JsonObject jsonObj) throws IOException { + if (jsonObj == null) { + if (!UpdateVmGroupRequest.openapiRequiredFields + .isEmpty()) { // has required fields but JSON object is null + throw new IllegalArgumentException( + String.format( + "The required field(s) %s in UpdateVmGroupRequest is not found in" + + " the empty JSON string", + UpdateVmGroupRequest.openapiRequiredFields.toString())); + } + } + + Set> entries = jsonObj.entrySet(); + // check to see if the JSON string contains additional fields + for (Entry entry : entries) { + if (!UpdateVmGroupRequest.openapiFields.contains(entry.getKey())) { + throw new IllegalArgumentException( + String.format( + "The field `%s` in the JSON string is not defined in the" + + " `UpdateVmGroupRequest` properties. JSON: %s", + entry.getKey(), jsonObj.toString())); + } + } + + // check to make sure all required properties/fields are present in the JSON string + for (String requiredField : UpdateVmGroupRequest.openapiRequiredFields) { + if (jsonObj.get(requiredField) == null) { + throw new IllegalArgumentException( + String.format( + "The required field `%s` is not found in the JSON string: %s", + requiredField, jsonObj.toString())); + } + } + if ((jsonObj.get("Description") != null && !jsonObj.get("Description").isJsonNull()) + && !jsonObj.get("Description").isJsonPrimitive()) { + throw new IllegalArgumentException( + String.format( + "Expected the field `Description` to be a primitive type in the JSON" + + " string but got `%s`", + jsonObj.get("Description").toString())); + } + if (jsonObj.get("Tags") != null && !jsonObj.get("Tags").isJsonNull()) { + JsonArray jsonArraytags = jsonObj.getAsJsonArray("Tags"); + if (jsonArraytags != null) { + // ensure the json data is an array + if (!jsonObj.get("Tags").isJsonArray()) { + throw new IllegalArgumentException( + String.format( + "Expected the field `Tags` to be an array in the JSON string" + + " but got `%s`", + jsonObj.get("Tags").toString())); + } + + // validate the optional field `Tags` (array) + for (int i = 0; i < jsonArraytags.size(); i++) { + ResourceTag.validateJsonObject(jsonArraytags.get(i).getAsJsonObject()); + } + ; + } + } + if (!jsonObj.get("VmGroupId").isJsonPrimitive()) { + throw new IllegalArgumentException( + String.format( + "Expected the field `VmGroupId` to be a primitive type in the JSON" + + " string but got `%s`", + jsonObj.get("VmGroupId").toString())); + } + if ((jsonObj.get("VmGroupName") != null && !jsonObj.get("VmGroupName").isJsonNull()) + && !jsonObj.get("VmGroupName").isJsonPrimitive()) { + throw new IllegalArgumentException( + String.format( + "Expected the field `VmGroupName` to be a primitive type in the JSON" + + " string but got `%s`", + jsonObj.get("VmGroupName").toString())); + } + if ((jsonObj.get("VmTemplateId") != null && !jsonObj.get("VmTemplateId").isJsonNull()) + && !jsonObj.get("VmTemplateId").isJsonPrimitive()) { + throw new IllegalArgumentException( + String.format( + "Expected the field `VmTemplateId` to be a primitive type in the JSON" + + " string but got `%s`", + jsonObj.get("VmTemplateId").toString())); + } + } + + public static class CustomTypeAdapterFactory implements TypeAdapterFactory { + @SuppressWarnings("unchecked") + @Override + public TypeAdapter create(Gson gson, TypeToken type) { + if (!UpdateVmGroupRequest.class.isAssignableFrom(type.getRawType())) { + return null; // this class only serializes 'UpdateVmGroupRequest' and its subtypes + } + final TypeAdapter elementAdapter = gson.getAdapter(JsonElement.class); + final TypeAdapter thisAdapter = + gson.getDelegateAdapter(this, TypeToken.get(UpdateVmGroupRequest.class)); + + return (TypeAdapter) + new TypeAdapter() { + @Override + public void write(JsonWriter out, UpdateVmGroupRequest value) + throws IOException { + JsonObject obj = thisAdapter.toJsonTree(value).getAsJsonObject(); + elementAdapter.write(out, obj); + } + + @Override + public UpdateVmGroupRequest read(JsonReader in) throws IOException { + JsonObject jsonObj = elementAdapter.read(in).getAsJsonObject(); + validateJsonObject(jsonObj); + return thisAdapter.fromJsonTree(jsonObj); + } + }.nullSafe(); + } + } + + /** + * Create an instance of UpdateVmGroupRequest given an JSON string + * + * @param jsonString JSON string + * @return An instance of UpdateVmGroupRequest + * @throws IOException if the JSON string is invalid with respect to UpdateVmGroupRequest + */ + public static UpdateVmGroupRequest fromJson(String jsonString) throws IOException { + return JSON.getGson().fromJson(jsonString, UpdateVmGroupRequest.class); + } + + /** + * Convert an instance of UpdateVmGroupRequest to an JSON string + * + * @return JSON string + */ + public String toJson() { + return JSON.getGson().toJson(this); + } +} diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/UpdateVmGroupResponse.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/UpdateVmGroupResponse.java new file mode 100644 index 00000000..0f95eafb --- /dev/null +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/UpdateVmGroupResponse.java @@ -0,0 +1,227 @@ +/* + * 3DS OUTSCALE API + * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). + * + * The version of the OpenAPI document: 1.26 + * Contact: support@outscale.com + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ + +package io.github.outscale.osc_sdk_java.client.model; + +import com.google.gson.Gson; +import com.google.gson.JsonElement; +import com.google.gson.JsonObject; +import com.google.gson.TypeAdapter; +import com.google.gson.TypeAdapterFactory; +import com.google.gson.annotations.SerializedName; +import com.google.gson.reflect.TypeToken; +import com.google.gson.stream.JsonReader; +import com.google.gson.stream.JsonWriter; +import io.github.outscale.osc_sdk_java.client.JSON; +import java.io.IOException; +import java.util.HashSet; +import java.util.Map.Entry; +import java.util.Objects; +import java.util.Set; + +/** UpdateVmGroupResponse */ +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen") +public class UpdateVmGroupResponse { + public static final String SERIALIZED_NAME_RESPONSE_CONTEXT = "ResponseContext"; + + @SerializedName(SERIALIZED_NAME_RESPONSE_CONTEXT) + private ResponseContext responseContext; + + public static final String SERIALIZED_NAME_VM_GROUP = "VmGroup"; + + @SerializedName(SERIALIZED_NAME_VM_GROUP) + private VmGroup vmGroup; + + public UpdateVmGroupResponse() {} + + public UpdateVmGroupResponse responseContext(ResponseContext responseContext) { + + this.responseContext = responseContext; + return this; + } + + /** + * Get responseContext + * + * @return responseContext + */ + @javax.annotation.Nullable + public ResponseContext getResponseContext() { + return responseContext; + } + + public void setResponseContext(ResponseContext responseContext) { + this.responseContext = responseContext; + } + + public UpdateVmGroupResponse vmGroup(VmGroup vmGroup) { + + this.vmGroup = vmGroup; + return this; + } + + /** + * Get vmGroup + * + * @return vmGroup + */ + @javax.annotation.Nullable + public VmGroup getVmGroup() { + return vmGroup; + } + + public void setVmGroup(VmGroup vmGroup) { + this.vmGroup = vmGroup; + } + + @Override + public boolean equals(Object o) { + if (this == o) { + return true; + } + if (o == null || getClass() != o.getClass()) { + return false; + } + UpdateVmGroupResponse updateVmGroupResponse = (UpdateVmGroupResponse) o; + return Objects.equals(this.responseContext, updateVmGroupResponse.responseContext) + && Objects.equals(this.vmGroup, updateVmGroupResponse.vmGroup); + } + + @Override + public int hashCode() { + return Objects.hash(responseContext, vmGroup); + } + + @Override + public String toString() { + StringBuilder sb = new StringBuilder(); + sb.append("class UpdateVmGroupResponse {\n"); + sb.append(" responseContext: ").append(toIndentedString(responseContext)).append("\n"); + sb.append(" vmGroup: ").append(toIndentedString(vmGroup)).append("\n"); + sb.append("}"); + return sb.toString(); + } + + /** + * Convert the given object to string with each line indented by 4 spaces (except the first + * line). + */ + private String toIndentedString(Object o) { + if (o == null) { + return "null"; + } + return o.toString().replace("\n", "\n "); + } + + public static HashSet openapiFields; + public static HashSet openapiRequiredFields; + + static { + // a set of all properties/fields (JSON key names) + openapiFields = new HashSet(); + openapiFields.add("ResponseContext"); + openapiFields.add("VmGroup"); + + // a set of required properties/fields (JSON key names) + openapiRequiredFields = new HashSet(); + } + + /** + * Validates the JSON Object and throws an exception if issues found + * + * @param jsonObj JSON Object + * @throws IOException if the JSON Object is invalid with respect to UpdateVmGroupResponse + */ + public static void validateJsonObject(JsonObject jsonObj) throws IOException { + if (jsonObj == null) { + if (!UpdateVmGroupResponse.openapiRequiredFields + .isEmpty()) { // has required fields but JSON object is null + throw new IllegalArgumentException( + String.format( + "The required field(s) %s in UpdateVmGroupResponse is not found in" + + " the empty JSON string", + UpdateVmGroupResponse.openapiRequiredFields.toString())); + } + } + + Set> entries = jsonObj.entrySet(); + // check to see if the JSON string contains additional fields + for (Entry entry : entries) { + if (!UpdateVmGroupResponse.openapiFields.contains(entry.getKey())) { + throw new IllegalArgumentException( + String.format( + "The field `%s` in the JSON string is not defined in the" + + " `UpdateVmGroupResponse` properties. JSON: %s", + entry.getKey(), jsonObj.toString())); + } + } + // validate the optional field `ResponseContext` + if (jsonObj.get("ResponseContext") != null + && !jsonObj.get("ResponseContext").isJsonNull()) { + ResponseContext.validateJsonObject(jsonObj.getAsJsonObject("ResponseContext")); + } + // validate the optional field `VmGroup` + if (jsonObj.get("VmGroup") != null && !jsonObj.get("VmGroup").isJsonNull()) { + VmGroup.validateJsonObject(jsonObj.getAsJsonObject("VmGroup")); + } + } + + public static class CustomTypeAdapterFactory implements TypeAdapterFactory { + @SuppressWarnings("unchecked") + @Override + public TypeAdapter create(Gson gson, TypeToken type) { + if (!UpdateVmGroupResponse.class.isAssignableFrom(type.getRawType())) { + return null; // this class only serializes 'UpdateVmGroupResponse' and its subtypes + } + final TypeAdapter elementAdapter = gson.getAdapter(JsonElement.class); + final TypeAdapter thisAdapter = + gson.getDelegateAdapter(this, TypeToken.get(UpdateVmGroupResponse.class)); + + return (TypeAdapter) + new TypeAdapter() { + @Override + public void write(JsonWriter out, UpdateVmGroupResponse value) + throws IOException { + JsonObject obj = thisAdapter.toJsonTree(value).getAsJsonObject(); + elementAdapter.write(out, obj); + } + + @Override + public UpdateVmGroupResponse read(JsonReader in) throws IOException { + JsonObject jsonObj = elementAdapter.read(in).getAsJsonObject(); + validateJsonObject(jsonObj); + return thisAdapter.fromJsonTree(jsonObj); + } + }.nullSafe(); + } + } + + /** + * Create an instance of UpdateVmGroupResponse given an JSON string + * + * @param jsonString JSON string + * @return An instance of UpdateVmGroupResponse + * @throws IOException if the JSON string is invalid with respect to UpdateVmGroupResponse + */ + public static UpdateVmGroupResponse fromJson(String jsonString) throws IOException { + return JSON.getGson().fromJson(jsonString, UpdateVmGroupResponse.class); + } + + /** + * Convert an instance of UpdateVmGroupResponse to an JSON string + * + * @return JSON string + */ + public String toJson() { + return JSON.getGson().toJson(this); + } +} diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/UpdateVmRequest.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/UpdateVmRequest.java index 2f4b8d70..13800270 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/UpdateVmRequest.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/UpdateVmRequest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/UpdateVmResponse.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/UpdateVmResponse.java index 2d3f82d6..3d2e885c 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/UpdateVmResponse.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/UpdateVmResponse.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/UpdateVmTemplateRequest.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/UpdateVmTemplateRequest.java new file mode 100644 index 00000000..5243ccf6 --- /dev/null +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/UpdateVmTemplateRequest.java @@ -0,0 +1,367 @@ +/* + * 3DS OUTSCALE API + * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). + * + * The version of the OpenAPI document: 1.26 + * Contact: support@outscale.com + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ + +package io.github.outscale.osc_sdk_java.client.model; + +import com.google.gson.Gson; +import com.google.gson.JsonArray; +import com.google.gson.JsonElement; +import com.google.gson.JsonObject; +import com.google.gson.TypeAdapter; +import com.google.gson.TypeAdapterFactory; +import com.google.gson.annotations.SerializedName; +import com.google.gson.reflect.TypeToken; +import com.google.gson.stream.JsonReader; +import com.google.gson.stream.JsonWriter; +import io.github.outscale.osc_sdk_java.client.JSON; +import java.io.IOException; +import java.util.ArrayList; +import java.util.HashSet; +import java.util.List; +import java.util.Map.Entry; +import java.util.Objects; +import java.util.Set; + +/** UpdateVmTemplateRequest */ +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen") +public class UpdateVmTemplateRequest { + public static final String SERIALIZED_NAME_DESCRIPTION = "Description"; + + @SerializedName(SERIALIZED_NAME_DESCRIPTION) + private String description; + + public static final String SERIALIZED_NAME_DRY_RUN = "DryRun"; + + @SerializedName(SERIALIZED_NAME_DRY_RUN) + private Boolean dryRun; + + public static final String SERIALIZED_NAME_TAGS = "Tags"; + + @SerializedName(SERIALIZED_NAME_TAGS) + private List tags = null; + + public static final String SERIALIZED_NAME_VM_TEMPLATE_ID = "VmTemplateId"; + + @SerializedName(SERIALIZED_NAME_VM_TEMPLATE_ID) + private String vmTemplateId; + + public static final String SERIALIZED_NAME_VM_TEMPLATE_NAME = "VmTemplateName"; + + @SerializedName(SERIALIZED_NAME_VM_TEMPLATE_NAME) + private String vmTemplateName; + + public UpdateVmTemplateRequest() {} + + public UpdateVmTemplateRequest description(String description) { + + this.description = description; + return this; + } + + /** + * A new description for the VM template. + * + * @return description + */ + @javax.annotation.Nullable + public String getDescription() { + return description; + } + + public void setDescription(String description) { + this.description = description; + } + + public UpdateVmTemplateRequest dryRun(Boolean dryRun) { + + this.dryRun = dryRun; + return this; + } + + /** + * If true, checks whether you have the required permissions to perform the action. + * + * @return dryRun + */ + @javax.annotation.Nullable + public Boolean getDryRun() { + return dryRun; + } + + public void setDryRun(Boolean dryRun) { + this.dryRun = dryRun; + } + + public UpdateVmTemplateRequest tags(List tags) { + + this.tags = tags; + return this; + } + + public UpdateVmTemplateRequest addTagsItem(ResourceTag tagsItem) { + if (this.tags == null) { + this.tags = new ArrayList<>(); + } + this.tags.add(tagsItem); + return this; + } + + /** + * New tags for your VM template. + * + * @return tags + */ + @javax.annotation.Nullable + public List getTags() { + return tags; + } + + public void setTags(List tags) { + this.tags = tags; + } + + public UpdateVmTemplateRequest vmTemplateId(String vmTemplateId) { + + this.vmTemplateId = vmTemplateId; + return this; + } + + /** + * The ID of the VM template you want to update. + * + * @return vmTemplateId + */ + @javax.annotation.Nonnull + public String getVmTemplateId() { + return vmTemplateId; + } + + public void setVmTemplateId(String vmTemplateId) { + this.vmTemplateId = vmTemplateId; + } + + public UpdateVmTemplateRequest vmTemplateName(String vmTemplateName) { + + this.vmTemplateName = vmTemplateName; + return this; + } + + /** + * A new name for your VM template. + * + * @return vmTemplateName + */ + @javax.annotation.Nullable + public String getVmTemplateName() { + return vmTemplateName; + } + + public void setVmTemplateName(String vmTemplateName) { + this.vmTemplateName = vmTemplateName; + } + + @Override + public boolean equals(Object o) { + if (this == o) { + return true; + } + if (o == null || getClass() != o.getClass()) { + return false; + } + UpdateVmTemplateRequest updateVmTemplateRequest = (UpdateVmTemplateRequest) o; + return Objects.equals(this.description, updateVmTemplateRequest.description) + && Objects.equals(this.dryRun, updateVmTemplateRequest.dryRun) + && Objects.equals(this.tags, updateVmTemplateRequest.tags) + && Objects.equals(this.vmTemplateId, updateVmTemplateRequest.vmTemplateId) + && Objects.equals(this.vmTemplateName, updateVmTemplateRequest.vmTemplateName); + } + + @Override + public int hashCode() { + return Objects.hash(description, dryRun, tags, vmTemplateId, vmTemplateName); + } + + @Override + public String toString() { + StringBuilder sb = new StringBuilder(); + sb.append("class UpdateVmTemplateRequest {\n"); + sb.append(" description: ").append(toIndentedString(description)).append("\n"); + sb.append(" dryRun: ").append(toIndentedString(dryRun)).append("\n"); + sb.append(" tags: ").append(toIndentedString(tags)).append("\n"); + sb.append(" vmTemplateId: ").append(toIndentedString(vmTemplateId)).append("\n"); + sb.append(" vmTemplateName: ").append(toIndentedString(vmTemplateName)).append("\n"); + sb.append("}"); + return sb.toString(); + } + + /** + * Convert the given object to string with each line indented by 4 spaces (except the first + * line). + */ + private String toIndentedString(Object o) { + if (o == null) { + return "null"; + } + return o.toString().replace("\n", "\n "); + } + + public static HashSet openapiFields; + public static HashSet openapiRequiredFields; + + static { + // a set of all properties/fields (JSON key names) + openapiFields = new HashSet(); + openapiFields.add("Description"); + openapiFields.add("DryRun"); + openapiFields.add("Tags"); + openapiFields.add("VmTemplateId"); + openapiFields.add("VmTemplateName"); + + // a set of required properties/fields (JSON key names) + openapiRequiredFields = new HashSet(); + openapiRequiredFields.add("VmTemplateId"); + } + + /** + * Validates the JSON Object and throws an exception if issues found + * + * @param jsonObj JSON Object + * @throws IOException if the JSON Object is invalid with respect to UpdateVmTemplateRequest + */ + public static void validateJsonObject(JsonObject jsonObj) throws IOException { + if (jsonObj == null) { + if (!UpdateVmTemplateRequest.openapiRequiredFields + .isEmpty()) { // has required fields but JSON object is null + throw new IllegalArgumentException( + String.format( + "The required field(s) %s in UpdateVmTemplateRequest is not found" + + " in the empty JSON string", + UpdateVmTemplateRequest.openapiRequiredFields.toString())); + } + } + + Set> entries = jsonObj.entrySet(); + // check to see if the JSON string contains additional fields + for (Entry entry : entries) { + if (!UpdateVmTemplateRequest.openapiFields.contains(entry.getKey())) { + throw new IllegalArgumentException( + String.format( + "The field `%s` in the JSON string is not defined in the" + + " `UpdateVmTemplateRequest` properties. JSON: %s", + entry.getKey(), jsonObj.toString())); + } + } + + // check to make sure all required properties/fields are present in the JSON string + for (String requiredField : UpdateVmTemplateRequest.openapiRequiredFields) { + if (jsonObj.get(requiredField) == null) { + throw new IllegalArgumentException( + String.format( + "The required field `%s` is not found in the JSON string: %s", + requiredField, jsonObj.toString())); + } + } + if ((jsonObj.get("Description") != null && !jsonObj.get("Description").isJsonNull()) + && !jsonObj.get("Description").isJsonPrimitive()) { + throw new IllegalArgumentException( + String.format( + "Expected the field `Description` to be a primitive type in the JSON" + + " string but got `%s`", + jsonObj.get("Description").toString())); + } + if (jsonObj.get("Tags") != null && !jsonObj.get("Tags").isJsonNull()) { + JsonArray jsonArraytags = jsonObj.getAsJsonArray("Tags"); + if (jsonArraytags != null) { + // ensure the json data is an array + if (!jsonObj.get("Tags").isJsonArray()) { + throw new IllegalArgumentException( + String.format( + "Expected the field `Tags` to be an array in the JSON string" + + " but got `%s`", + jsonObj.get("Tags").toString())); + } + + // validate the optional field `Tags` (array) + for (int i = 0; i < jsonArraytags.size(); i++) { + ResourceTag.validateJsonObject(jsonArraytags.get(i).getAsJsonObject()); + } + ; + } + } + if (!jsonObj.get("VmTemplateId").isJsonPrimitive()) { + throw new IllegalArgumentException( + String.format( + "Expected the field `VmTemplateId` to be a primitive type in the JSON" + + " string but got `%s`", + jsonObj.get("VmTemplateId").toString())); + } + if ((jsonObj.get("VmTemplateName") != null && !jsonObj.get("VmTemplateName").isJsonNull()) + && !jsonObj.get("VmTemplateName").isJsonPrimitive()) { + throw new IllegalArgumentException( + String.format( + "Expected the field `VmTemplateName` to be a primitive type in the" + + " JSON string but got `%s`", + jsonObj.get("VmTemplateName").toString())); + } + } + + public static class CustomTypeAdapterFactory implements TypeAdapterFactory { + @SuppressWarnings("unchecked") + @Override + public TypeAdapter create(Gson gson, TypeToken type) { + if (!UpdateVmTemplateRequest.class.isAssignableFrom(type.getRawType())) { + return null; // this class only serializes 'UpdateVmTemplateRequest' and its + // subtypes + } + final TypeAdapter elementAdapter = gson.getAdapter(JsonElement.class); + final TypeAdapter thisAdapter = + gson.getDelegateAdapter(this, TypeToken.get(UpdateVmTemplateRequest.class)); + + return (TypeAdapter) + new TypeAdapter() { + @Override + public void write(JsonWriter out, UpdateVmTemplateRequest value) + throws IOException { + JsonObject obj = thisAdapter.toJsonTree(value).getAsJsonObject(); + elementAdapter.write(out, obj); + } + + @Override + public UpdateVmTemplateRequest read(JsonReader in) throws IOException { + JsonObject jsonObj = elementAdapter.read(in).getAsJsonObject(); + validateJsonObject(jsonObj); + return thisAdapter.fromJsonTree(jsonObj); + } + }.nullSafe(); + } + } + + /** + * Create an instance of UpdateVmTemplateRequest given an JSON string + * + * @param jsonString JSON string + * @return An instance of UpdateVmTemplateRequest + * @throws IOException if the JSON string is invalid with respect to UpdateVmTemplateRequest + */ + public static UpdateVmTemplateRequest fromJson(String jsonString) throws IOException { + return JSON.getGson().fromJson(jsonString, UpdateVmTemplateRequest.class); + } + + /** + * Convert an instance of UpdateVmTemplateRequest to an JSON string + * + * @return JSON string + */ + public String toJson() { + return JSON.getGson().toJson(this); + } +} diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/UpdateVmTemplateResponse.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/UpdateVmTemplateResponse.java new file mode 100644 index 00000000..ccfe7c87 --- /dev/null +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/UpdateVmTemplateResponse.java @@ -0,0 +1,228 @@ +/* + * 3DS OUTSCALE API + * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). + * + * The version of the OpenAPI document: 1.26 + * Contact: support@outscale.com + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ + +package io.github.outscale.osc_sdk_java.client.model; + +import com.google.gson.Gson; +import com.google.gson.JsonElement; +import com.google.gson.JsonObject; +import com.google.gson.TypeAdapter; +import com.google.gson.TypeAdapterFactory; +import com.google.gson.annotations.SerializedName; +import com.google.gson.reflect.TypeToken; +import com.google.gson.stream.JsonReader; +import com.google.gson.stream.JsonWriter; +import io.github.outscale.osc_sdk_java.client.JSON; +import java.io.IOException; +import java.util.HashSet; +import java.util.Map.Entry; +import java.util.Objects; +import java.util.Set; + +/** UpdateVmTemplateResponse */ +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen") +public class UpdateVmTemplateResponse { + public static final String SERIALIZED_NAME_RESPONSE_CONTEXT = "ResponseContext"; + + @SerializedName(SERIALIZED_NAME_RESPONSE_CONTEXT) + private ResponseContext responseContext; + + public static final String SERIALIZED_NAME_VM_TEMPLATE = "VmTemplate"; + + @SerializedName(SERIALIZED_NAME_VM_TEMPLATE) + private VmTemplate vmTemplate; + + public UpdateVmTemplateResponse() {} + + public UpdateVmTemplateResponse responseContext(ResponseContext responseContext) { + + this.responseContext = responseContext; + return this; + } + + /** + * Get responseContext + * + * @return responseContext + */ + @javax.annotation.Nullable + public ResponseContext getResponseContext() { + return responseContext; + } + + public void setResponseContext(ResponseContext responseContext) { + this.responseContext = responseContext; + } + + public UpdateVmTemplateResponse vmTemplate(VmTemplate vmTemplate) { + + this.vmTemplate = vmTemplate; + return this; + } + + /** + * Get vmTemplate + * + * @return vmTemplate + */ + @javax.annotation.Nullable + public VmTemplate getVmTemplate() { + return vmTemplate; + } + + public void setVmTemplate(VmTemplate vmTemplate) { + this.vmTemplate = vmTemplate; + } + + @Override + public boolean equals(Object o) { + if (this == o) { + return true; + } + if (o == null || getClass() != o.getClass()) { + return false; + } + UpdateVmTemplateResponse updateVmTemplateResponse = (UpdateVmTemplateResponse) o; + return Objects.equals(this.responseContext, updateVmTemplateResponse.responseContext) + && Objects.equals(this.vmTemplate, updateVmTemplateResponse.vmTemplate); + } + + @Override + public int hashCode() { + return Objects.hash(responseContext, vmTemplate); + } + + @Override + public String toString() { + StringBuilder sb = new StringBuilder(); + sb.append("class UpdateVmTemplateResponse {\n"); + sb.append(" responseContext: ").append(toIndentedString(responseContext)).append("\n"); + sb.append(" vmTemplate: ").append(toIndentedString(vmTemplate)).append("\n"); + sb.append("}"); + return sb.toString(); + } + + /** + * Convert the given object to string with each line indented by 4 spaces (except the first + * line). + */ + private String toIndentedString(Object o) { + if (o == null) { + return "null"; + } + return o.toString().replace("\n", "\n "); + } + + public static HashSet openapiFields; + public static HashSet openapiRequiredFields; + + static { + // a set of all properties/fields (JSON key names) + openapiFields = new HashSet(); + openapiFields.add("ResponseContext"); + openapiFields.add("VmTemplate"); + + // a set of required properties/fields (JSON key names) + openapiRequiredFields = new HashSet(); + } + + /** + * Validates the JSON Object and throws an exception if issues found + * + * @param jsonObj JSON Object + * @throws IOException if the JSON Object is invalid with respect to UpdateVmTemplateResponse + */ + public static void validateJsonObject(JsonObject jsonObj) throws IOException { + if (jsonObj == null) { + if (!UpdateVmTemplateResponse.openapiRequiredFields + .isEmpty()) { // has required fields but JSON object is null + throw new IllegalArgumentException( + String.format( + "The required field(s) %s in UpdateVmTemplateResponse is not found" + + " in the empty JSON string", + UpdateVmTemplateResponse.openapiRequiredFields.toString())); + } + } + + Set> entries = jsonObj.entrySet(); + // check to see if the JSON string contains additional fields + for (Entry entry : entries) { + if (!UpdateVmTemplateResponse.openapiFields.contains(entry.getKey())) { + throw new IllegalArgumentException( + String.format( + "The field `%s` in the JSON string is not defined in the" + + " `UpdateVmTemplateResponse` properties. JSON: %s", + entry.getKey(), jsonObj.toString())); + } + } + // validate the optional field `ResponseContext` + if (jsonObj.get("ResponseContext") != null + && !jsonObj.get("ResponseContext").isJsonNull()) { + ResponseContext.validateJsonObject(jsonObj.getAsJsonObject("ResponseContext")); + } + // validate the optional field `VmTemplate` + if (jsonObj.get("VmTemplate") != null && !jsonObj.get("VmTemplate").isJsonNull()) { + VmTemplate.validateJsonObject(jsonObj.getAsJsonObject("VmTemplate")); + } + } + + public static class CustomTypeAdapterFactory implements TypeAdapterFactory { + @SuppressWarnings("unchecked") + @Override + public TypeAdapter create(Gson gson, TypeToken type) { + if (!UpdateVmTemplateResponse.class.isAssignableFrom(type.getRawType())) { + return null; // this class only serializes 'UpdateVmTemplateResponse' and its + // subtypes + } + final TypeAdapter elementAdapter = gson.getAdapter(JsonElement.class); + final TypeAdapter thisAdapter = + gson.getDelegateAdapter(this, TypeToken.get(UpdateVmTemplateResponse.class)); + + return (TypeAdapter) + new TypeAdapter() { + @Override + public void write(JsonWriter out, UpdateVmTemplateResponse value) + throws IOException { + JsonObject obj = thisAdapter.toJsonTree(value).getAsJsonObject(); + elementAdapter.write(out, obj); + } + + @Override + public UpdateVmTemplateResponse read(JsonReader in) throws IOException { + JsonObject jsonObj = elementAdapter.read(in).getAsJsonObject(); + validateJsonObject(jsonObj); + return thisAdapter.fromJsonTree(jsonObj); + } + }.nullSafe(); + } + } + + /** + * Create an instance of UpdateVmTemplateResponse given an JSON string + * + * @param jsonString JSON string + * @return An instance of UpdateVmTemplateResponse + * @throws IOException if the JSON string is invalid with respect to UpdateVmTemplateResponse + */ + public static UpdateVmTemplateResponse fromJson(String jsonString) throws IOException { + return JSON.getGson().fromJson(jsonString, UpdateVmTemplateResponse.class); + } + + /** + * Convert an instance of UpdateVmTemplateResponse to an JSON string + * + * @return JSON string + */ + public String toJson() { + return JSON.getGson().toJson(this); + } +} diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/UpdateVolumeRequest.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/UpdateVolumeRequest.java index 6725a8df..7d01d396 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/UpdateVolumeRequest.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/UpdateVolumeRequest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/UpdateVolumeResponse.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/UpdateVolumeResponse.java index 2707ca0f..d0b42c72 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/UpdateVolumeResponse.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/UpdateVolumeResponse.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/UpdateVpnConnectionRequest.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/UpdateVpnConnectionRequest.java index 1da03b56..e6f3b8ac 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/UpdateVpnConnectionRequest.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/UpdateVpnConnectionRequest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/UpdateVpnConnectionResponse.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/UpdateVpnConnectionResponse.java index 3fb5a84d..1a58e61f 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/UpdateVpnConnectionResponse.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/UpdateVpnConnectionResponse.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/VgwTelemetry.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/VgwTelemetry.java index a6c95b31..5762918b 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/VgwTelemetry.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/VgwTelemetry.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/VirtualGateway.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/VirtualGateway.java index b35f9333..ede4e071 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/VirtualGateway.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/VirtualGateway.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/Vm.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/Vm.java index 90c58201..39a1b76c 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/Vm.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/Vm.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -622,9 +622,7 @@ public Vm addProductCodesItem(String productCodesItem) { } /** - * The product code associated with the OMI used to create the VM (`0001` Linux/Unix - * \\| `0002` Windows \\| `0004` Linux/Oracle \\| `0005` Windows - * 10). + * The product codes associated with the OMI used to create the VM. * * @return productCodes */ diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/VmGroup.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/VmGroup.java new file mode 100644 index 00000000..00d14d02 --- /dev/null +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/VmGroup.java @@ -0,0 +1,750 @@ +/* + * 3DS OUTSCALE API + * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). + * + * The version of the OpenAPI document: 1.26 + * Contact: support@outscale.com + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ + +package io.github.outscale.osc_sdk_java.client.model; + +import com.google.gson.Gson; +import com.google.gson.JsonArray; +import com.google.gson.JsonElement; +import com.google.gson.JsonObject; +import com.google.gson.TypeAdapter; +import com.google.gson.TypeAdapterFactory; +import com.google.gson.annotations.JsonAdapter; +import com.google.gson.annotations.SerializedName; +import com.google.gson.reflect.TypeToken; +import com.google.gson.stream.JsonReader; +import com.google.gson.stream.JsonWriter; +import io.github.outscale.osc_sdk_java.client.JSON; +import java.io.IOException; +import java.time.OffsetDateTime; +import java.util.ArrayList; +import java.util.HashSet; +import java.util.List; +import java.util.Map.Entry; +import java.util.Objects; +import java.util.Set; + +/** Information about the VM group. */ +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen") +public class VmGroup { + public static final String SERIALIZED_NAME_CREATION_DATE = "CreationDate"; + + @SerializedName(SERIALIZED_NAME_CREATION_DATE) + private OffsetDateTime creationDate; + + public static final String SERIALIZED_NAME_DESCRIPTION = "Description"; + + @SerializedName(SERIALIZED_NAME_DESCRIPTION) + private String description; + + /** + * The positioning strategy of the VMs on hypervisors. By default, or if set to + * `no-strategy`, TINA determines the most adequate position for the VMs. If set to + * `attract`, the VMs are deployed on the same hypervisor, which improves network + * performance. If set to `repulse`, the VMs are deployed on a different hypervisor, + * which improves fault tolerance. + */ + @JsonAdapter(PositioningStrategyEnum.Adapter.class) + public enum PositioningStrategyEnum { + ATTRACT("attract"), + + NO_STRATEGY("no-strategy"), + + REPULSE("repulse"); + + private String value; + + PositioningStrategyEnum(String value) { + this.value = value; + } + + public String getValue() { + return value; + } + + @Override + public String toString() { + return String.valueOf(value); + } + + public static PositioningStrategyEnum fromValue(String value) { + for (PositioningStrategyEnum b : PositioningStrategyEnum.values()) { + if (b.value.equals(value)) { + return b; + } + } + throw new IllegalArgumentException("Unexpected value '" + value + "'"); + } + + public static class Adapter extends TypeAdapter { + @Override + public void write( + final JsonWriter jsonWriter, final PositioningStrategyEnum enumeration) + throws IOException { + jsonWriter.value(enumeration.getValue()); + } + + @Override + public PositioningStrategyEnum read(final JsonReader jsonReader) throws IOException { + String value = jsonReader.nextString(); + return PositioningStrategyEnum.fromValue(value); + } + } + } + + public static final String SERIALIZED_NAME_POSITIONING_STRATEGY = "PositioningStrategy"; + + @SerializedName(SERIALIZED_NAME_POSITIONING_STRATEGY) + private PositioningStrategyEnum positioningStrategy; + + public static final String SERIALIZED_NAME_SECURITY_GROUP_IDS = "SecurityGroupIds"; + + @SerializedName(SERIALIZED_NAME_SECURITY_GROUP_IDS) + private List securityGroupIds = null; + + /** + * The state of the VM group (`pending` \\| `available` \\| `scaling + * up` \\| `scaling down` \\| `deleting` \\| `deleted`). + */ + @JsonAdapter(StateEnum.Adapter.class) + public enum StateEnum { + AVAILABLE("available"), + + DELETED("deleted"), + + DELETING("deleting"), + + PENDING("pending"), + + SCALING_DOWN("scaling down"), + + SCALING_UP("scaling up"); + + private String value; + + StateEnum(String value) { + this.value = value; + } + + public String getValue() { + return value; + } + + @Override + public String toString() { + return String.valueOf(value); + } + + public static StateEnum fromValue(String value) { + for (StateEnum b : StateEnum.values()) { + if (b.value.equals(value)) { + return b; + } + } + throw new IllegalArgumentException("Unexpected value '" + value + "'"); + } + + public static class Adapter extends TypeAdapter { + @Override + public void write(final JsonWriter jsonWriter, final StateEnum enumeration) + throws IOException { + jsonWriter.value(enumeration.getValue()); + } + + @Override + public StateEnum read(final JsonReader jsonReader) throws IOException { + String value = jsonReader.nextString(); + return StateEnum.fromValue(value); + } + } + } + + public static final String SERIALIZED_NAME_STATE = "State"; + + @SerializedName(SERIALIZED_NAME_STATE) + private StateEnum state; + + public static final String SERIALIZED_NAME_SUBNET_ID = "SubnetId"; + + @SerializedName(SERIALIZED_NAME_SUBNET_ID) + private String subnetId; + + public static final String SERIALIZED_NAME_TAGS = "Tags"; + + @SerializedName(SERIALIZED_NAME_TAGS) + private List tags = null; + + public static final String SERIALIZED_NAME_VM_COUNT = "VmCount"; + + @SerializedName(SERIALIZED_NAME_VM_COUNT) + private Integer vmCount; + + public static final String SERIALIZED_NAME_VM_GROUP_ID = "VmGroupId"; + + @SerializedName(SERIALIZED_NAME_VM_GROUP_ID) + private String vmGroupId; + + public static final String SERIALIZED_NAME_VM_GROUP_NAME = "VmGroupName"; + + @SerializedName(SERIALIZED_NAME_VM_GROUP_NAME) + private String vmGroupName; + + public static final String SERIALIZED_NAME_VM_IDS = "VmIds"; + + @SerializedName(SERIALIZED_NAME_VM_IDS) + private List vmIds = null; + + public static final String SERIALIZED_NAME_VM_TEMPLATE_ID = "VmTemplateId"; + + @SerializedName(SERIALIZED_NAME_VM_TEMPLATE_ID) + private String vmTemplateId; + + public VmGroup() {} + + public VmGroup creationDate(OffsetDateTime creationDate) { + + this.creationDate = creationDate; + return this; + } + + /** + * The date and time of creation of the VM group. + * + * @return creationDate + */ + @javax.annotation.Nullable + public OffsetDateTime getCreationDate() { + return creationDate; + } + + public void setCreationDate(OffsetDateTime creationDate) { + this.creationDate = creationDate; + } + + public VmGroup description(String description) { + + this.description = description; + return this; + } + + /** + * The description of the VM group. + * + * @return description + */ + @javax.annotation.Nullable + public String getDescription() { + return description; + } + + public void setDescription(String description) { + this.description = description; + } + + public VmGroup positioningStrategy(PositioningStrategyEnum positioningStrategy) { + + this.positioningStrategy = positioningStrategy; + return this; + } + + /** + * The positioning strategy of the VMs on hypervisors. By default, or if set to + * `no-strategy`, TINA determines the most adequate position for the VMs. If set to + * `attract`, the VMs are deployed on the same hypervisor, which improves network + * performance. If set to `repulse`, the VMs are deployed on a different hypervisor, + * which improves fault tolerance. + * + * @return positioningStrategy + */ + @javax.annotation.Nullable + public PositioningStrategyEnum getPositioningStrategy() { + return positioningStrategy; + } + + public void setPositioningStrategy(PositioningStrategyEnum positioningStrategy) { + this.positioningStrategy = positioningStrategy; + } + + public VmGroup securityGroupIds(List securityGroupIds) { + + this.securityGroupIds = securityGroupIds; + return this; + } + + public VmGroup addSecurityGroupIdsItem(String securityGroupIdsItem) { + if (this.securityGroupIds == null) { + this.securityGroupIds = new ArrayList<>(); + } + this.securityGroupIds.add(securityGroupIdsItem); + return this; + } + + /** + * One or more IDs of security groups for the VM group. + * + * @return securityGroupIds + */ + @javax.annotation.Nullable + public List getSecurityGroupIds() { + return securityGroupIds; + } + + public void setSecurityGroupIds(List securityGroupIds) { + this.securityGroupIds = securityGroupIds; + } + + public VmGroup state(StateEnum state) { + + this.state = state; + return this; + } + + /** + * The state of the VM group (`pending` \\| `available` \\| `scaling + * up` \\| `scaling down` \\| `deleting` \\| `deleted`). + * + * @return state + */ + @javax.annotation.Nullable + public StateEnum getState() { + return state; + } + + public void setState(StateEnum state) { + this.state = state; + } + + public VmGroup subnetId(String subnetId) { + + this.subnetId = subnetId; + return this; + } + + /** + * The ID of the Subnet for the VM group. + * + * @return subnetId + */ + @javax.annotation.Nullable + public String getSubnetId() { + return subnetId; + } + + public void setSubnetId(String subnetId) { + this.subnetId = subnetId; + } + + public VmGroup tags(List tags) { + + this.tags = tags; + return this; + } + + public VmGroup addTagsItem(ResourceTag tagsItem) { + if (this.tags == null) { + this.tags = new ArrayList<>(); + } + this.tags.add(tagsItem); + return this; + } + + /** + * One or more tags associated with the VM group. + * + * @return tags + */ + @javax.annotation.Nullable + public List getTags() { + return tags; + } + + public void setTags(List tags) { + this.tags = tags; + } + + public VmGroup vmCount(Integer vmCount) { + + this.vmCount = vmCount; + return this; + } + + /** + * The number of VMs in the VM group. + * + * @return vmCount + */ + @javax.annotation.Nullable + public Integer getVmCount() { + return vmCount; + } + + public void setVmCount(Integer vmCount) { + this.vmCount = vmCount; + } + + public VmGroup vmGroupId(String vmGroupId) { + + this.vmGroupId = vmGroupId; + return this; + } + + /** + * The ID of the VM group. + * + * @return vmGroupId + */ + @javax.annotation.Nullable + public String getVmGroupId() { + return vmGroupId; + } + + public void setVmGroupId(String vmGroupId) { + this.vmGroupId = vmGroupId; + } + + public VmGroup vmGroupName(String vmGroupName) { + + this.vmGroupName = vmGroupName; + return this; + } + + /** + * The name of the VM group. + * + * @return vmGroupName + */ + @javax.annotation.Nullable + public String getVmGroupName() { + return vmGroupName; + } + + public void setVmGroupName(String vmGroupName) { + this.vmGroupName = vmGroupName; + } + + public VmGroup vmIds(List vmIds) { + + this.vmIds = vmIds; + return this; + } + + public VmGroup addVmIdsItem(String vmIdsItem) { + if (this.vmIds == null) { + this.vmIds = new ArrayList<>(); + } + this.vmIds.add(vmIdsItem); + return this; + } + + /** + * The IDs of the VMs in the VM group. + * + * @return vmIds + */ + @javax.annotation.Nullable + public List getVmIds() { + return vmIds; + } + + public void setVmIds(List vmIds) { + this.vmIds = vmIds; + } + + public VmGroup vmTemplateId(String vmTemplateId) { + + this.vmTemplateId = vmTemplateId; + return this; + } + + /** + * The ID of the VM template used by the VM group. + * + * @return vmTemplateId + */ + @javax.annotation.Nullable + public String getVmTemplateId() { + return vmTemplateId; + } + + public void setVmTemplateId(String vmTemplateId) { + this.vmTemplateId = vmTemplateId; + } + + @Override + public boolean equals(Object o) { + if (this == o) { + return true; + } + if (o == null || getClass() != o.getClass()) { + return false; + } + VmGroup vmGroup = (VmGroup) o; + return Objects.equals(this.creationDate, vmGroup.creationDate) + && Objects.equals(this.description, vmGroup.description) + && Objects.equals(this.positioningStrategy, vmGroup.positioningStrategy) + && Objects.equals(this.securityGroupIds, vmGroup.securityGroupIds) + && Objects.equals(this.state, vmGroup.state) + && Objects.equals(this.subnetId, vmGroup.subnetId) + && Objects.equals(this.tags, vmGroup.tags) + && Objects.equals(this.vmCount, vmGroup.vmCount) + && Objects.equals(this.vmGroupId, vmGroup.vmGroupId) + && Objects.equals(this.vmGroupName, vmGroup.vmGroupName) + && Objects.equals(this.vmIds, vmGroup.vmIds) + && Objects.equals(this.vmTemplateId, vmGroup.vmTemplateId); + } + + @Override + public int hashCode() { + return Objects.hash( + creationDate, + description, + positioningStrategy, + securityGroupIds, + state, + subnetId, + tags, + vmCount, + vmGroupId, + vmGroupName, + vmIds, + vmTemplateId); + } + + @Override + public String toString() { + StringBuilder sb = new StringBuilder(); + sb.append("class VmGroup {\n"); + sb.append(" creationDate: ").append(toIndentedString(creationDate)).append("\n"); + sb.append(" description: ").append(toIndentedString(description)).append("\n"); + sb.append(" positioningStrategy: ") + .append(toIndentedString(positioningStrategy)) + .append("\n"); + sb.append(" securityGroupIds: ").append(toIndentedString(securityGroupIds)).append("\n"); + sb.append(" state: ").append(toIndentedString(state)).append("\n"); + sb.append(" subnetId: ").append(toIndentedString(subnetId)).append("\n"); + sb.append(" tags: ").append(toIndentedString(tags)).append("\n"); + sb.append(" vmCount: ").append(toIndentedString(vmCount)).append("\n"); + sb.append(" vmGroupId: ").append(toIndentedString(vmGroupId)).append("\n"); + sb.append(" vmGroupName: ").append(toIndentedString(vmGroupName)).append("\n"); + sb.append(" vmIds: ").append(toIndentedString(vmIds)).append("\n"); + sb.append(" vmTemplateId: ").append(toIndentedString(vmTemplateId)).append("\n"); + sb.append("}"); + return sb.toString(); + } + + /** + * Convert the given object to string with each line indented by 4 spaces (except the first + * line). + */ + private String toIndentedString(Object o) { + if (o == null) { + return "null"; + } + return o.toString().replace("\n", "\n "); + } + + public static HashSet openapiFields; + public static HashSet openapiRequiredFields; + + static { + // a set of all properties/fields (JSON key names) + openapiFields = new HashSet(); + openapiFields.add("CreationDate"); + openapiFields.add("Description"); + openapiFields.add("PositioningStrategy"); + openapiFields.add("SecurityGroupIds"); + openapiFields.add("State"); + openapiFields.add("SubnetId"); + openapiFields.add("Tags"); + openapiFields.add("VmCount"); + openapiFields.add("VmGroupId"); + openapiFields.add("VmGroupName"); + openapiFields.add("VmIds"); + openapiFields.add("VmTemplateId"); + + // a set of required properties/fields (JSON key names) + openapiRequiredFields = new HashSet(); + } + + /** + * Validates the JSON Object and throws an exception if issues found + * + * @param jsonObj JSON Object + * @throws IOException if the JSON Object is invalid with respect to VmGroup + */ + public static void validateJsonObject(JsonObject jsonObj) throws IOException { + if (jsonObj == null) { + if (!VmGroup.openapiRequiredFields + .isEmpty()) { // has required fields but JSON object is null + throw new IllegalArgumentException( + String.format( + "The required field(s) %s in VmGroup is not found in the empty" + + " JSON string", + VmGroup.openapiRequiredFields.toString())); + } + } + + Set> entries = jsonObj.entrySet(); + // check to see if the JSON string contains additional fields + for (Entry entry : entries) { + if (!VmGroup.openapiFields.contains(entry.getKey())) { + throw new IllegalArgumentException( + String.format( + "The field `%s` in the JSON string is not defined in the `VmGroup`" + + " properties. JSON: %s", + entry.getKey(), jsonObj.toString())); + } + } + if ((jsonObj.get("Description") != null && !jsonObj.get("Description").isJsonNull()) + && !jsonObj.get("Description").isJsonPrimitive()) { + throw new IllegalArgumentException( + String.format( + "Expected the field `Description` to be a primitive type in the JSON" + + " string but got `%s`", + jsonObj.get("Description").toString())); + } + if ((jsonObj.get("PositioningStrategy") != null + && !jsonObj.get("PositioningStrategy").isJsonNull()) + && !jsonObj.get("PositioningStrategy").isJsonPrimitive()) { + throw new IllegalArgumentException( + String.format( + "Expected the field `PositioningStrategy` to be a primitive type in" + + " the JSON string but got `%s`", + jsonObj.get("PositioningStrategy").toString())); + } + // ensure the optional json data is an array if present + if (jsonObj.get("SecurityGroupIds") != null + && !jsonObj.get("SecurityGroupIds").isJsonArray()) { + throw new IllegalArgumentException( + String.format( + "Expected the field `SecurityGroupIds` to be an array in the JSON" + + " string but got `%s`", + jsonObj.get("SecurityGroupIds").toString())); + } + if ((jsonObj.get("State") != null && !jsonObj.get("State").isJsonNull()) + && !jsonObj.get("State").isJsonPrimitive()) { + throw new IllegalArgumentException( + String.format( + "Expected the field `State` to be a primitive type in the JSON string" + + " but got `%s`", + jsonObj.get("State").toString())); + } + if ((jsonObj.get("SubnetId") != null && !jsonObj.get("SubnetId").isJsonNull()) + && !jsonObj.get("SubnetId").isJsonPrimitive()) { + throw new IllegalArgumentException( + String.format( + "Expected the field `SubnetId` to be a primitive type in the JSON" + + " string but got `%s`", + jsonObj.get("SubnetId").toString())); + } + if (jsonObj.get("Tags") != null && !jsonObj.get("Tags").isJsonNull()) { + JsonArray jsonArraytags = jsonObj.getAsJsonArray("Tags"); + if (jsonArraytags != null) { + // ensure the json data is an array + if (!jsonObj.get("Tags").isJsonArray()) { + throw new IllegalArgumentException( + String.format( + "Expected the field `Tags` to be an array in the JSON string" + + " but got `%s`", + jsonObj.get("Tags").toString())); + } + + // validate the optional field `Tags` (array) + for (int i = 0; i < jsonArraytags.size(); i++) { + ResourceTag.validateJsonObject(jsonArraytags.get(i).getAsJsonObject()); + } + ; + } + } + if ((jsonObj.get("VmGroupId") != null && !jsonObj.get("VmGroupId").isJsonNull()) + && !jsonObj.get("VmGroupId").isJsonPrimitive()) { + throw new IllegalArgumentException( + String.format( + "Expected the field `VmGroupId` to be a primitive type in the JSON" + + " string but got `%s`", + jsonObj.get("VmGroupId").toString())); + } + if ((jsonObj.get("VmGroupName") != null && !jsonObj.get("VmGroupName").isJsonNull()) + && !jsonObj.get("VmGroupName").isJsonPrimitive()) { + throw new IllegalArgumentException( + String.format( + "Expected the field `VmGroupName` to be a primitive type in the JSON" + + " string but got `%s`", + jsonObj.get("VmGroupName").toString())); + } + // ensure the optional json data is an array if present + if (jsonObj.get("VmIds") != null && !jsonObj.get("VmIds").isJsonArray()) { + throw new IllegalArgumentException( + String.format( + "Expected the field `VmIds` to be an array in the JSON string but got" + + " `%s`", + jsonObj.get("VmIds").toString())); + } + if ((jsonObj.get("VmTemplateId") != null && !jsonObj.get("VmTemplateId").isJsonNull()) + && !jsonObj.get("VmTemplateId").isJsonPrimitive()) { + throw new IllegalArgumentException( + String.format( + "Expected the field `VmTemplateId` to be a primitive type in the JSON" + + " string but got `%s`", + jsonObj.get("VmTemplateId").toString())); + } + } + + public static class CustomTypeAdapterFactory implements TypeAdapterFactory { + @SuppressWarnings("unchecked") + @Override + public TypeAdapter create(Gson gson, TypeToken type) { + if (!VmGroup.class.isAssignableFrom(type.getRawType())) { + return null; // this class only serializes 'VmGroup' and its subtypes + } + final TypeAdapter elementAdapter = gson.getAdapter(JsonElement.class); + final TypeAdapter thisAdapter = + gson.getDelegateAdapter(this, TypeToken.get(VmGroup.class)); + + return (TypeAdapter) + new TypeAdapter() { + @Override + public void write(JsonWriter out, VmGroup value) throws IOException { + JsonObject obj = thisAdapter.toJsonTree(value).getAsJsonObject(); + elementAdapter.write(out, obj); + } + + @Override + public VmGroup read(JsonReader in) throws IOException { + JsonObject jsonObj = elementAdapter.read(in).getAsJsonObject(); + validateJsonObject(jsonObj); + return thisAdapter.fromJsonTree(jsonObj); + } + }.nullSafe(); + } + } + + /** + * Create an instance of VmGroup given an JSON string + * + * @param jsonString JSON string + * @return An instance of VmGroup + * @throws IOException if the JSON string is invalid with respect to VmGroup + */ + public static VmGroup fromJson(String jsonString) throws IOException { + return JSON.getGson().fromJson(jsonString, VmGroup.class); + } + + /** + * Convert an instance of VmGroup to an JSON string + * + * @return JSON string + */ + public String toJson() { + return JSON.getGson().toJson(this); + } +} diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/VmState.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/VmState.java index 759256fe..5086065f 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/VmState.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/VmState.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/VmStates.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/VmStates.java index 67816c89..15bd245c 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/VmStates.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/VmStates.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/VmTemplate.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/VmTemplate.java new file mode 100644 index 00000000..3ad345f7 --- /dev/null +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/VmTemplate.java @@ -0,0 +1,628 @@ +/* + * 3DS OUTSCALE API + * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). + * + * The version of the OpenAPI document: 1.26 + * Contact: support@outscale.com + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ + +package io.github.outscale.osc_sdk_java.client.model; + +import com.google.gson.Gson; +import com.google.gson.JsonArray; +import com.google.gson.JsonElement; +import com.google.gson.JsonObject; +import com.google.gson.TypeAdapter; +import com.google.gson.TypeAdapterFactory; +import com.google.gson.annotations.JsonAdapter; +import com.google.gson.annotations.SerializedName; +import com.google.gson.reflect.TypeToken; +import com.google.gson.stream.JsonReader; +import com.google.gson.stream.JsonWriter; +import io.github.outscale.osc_sdk_java.client.JSON; +import java.io.IOException; +import java.time.OffsetDateTime; +import java.util.ArrayList; +import java.util.HashSet; +import java.util.List; +import java.util.Map.Entry; +import java.util.Objects; +import java.util.Set; + +/** Information about the VM template. */ +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen") +public class VmTemplate { + public static final String SERIALIZED_NAME_CPU_CORES = "CpuCores"; + + @SerializedName(SERIALIZED_NAME_CPU_CORES) + private Integer cpuCores; + + public static final String SERIALIZED_NAME_CPU_GENERATION = "CpuGeneration"; + + @SerializedName(SERIALIZED_NAME_CPU_GENERATION) + private String cpuGeneration; + + /** The performance of the VMs. */ + @JsonAdapter(CpuPerformanceEnum.Adapter.class) + public enum CpuPerformanceEnum { + MEDIUM("medium"), + + HIGH("high"), + + HIGHEST("highest"); + + private String value; + + CpuPerformanceEnum(String value) { + this.value = value; + } + + public String getValue() { + return value; + } + + @Override + public String toString() { + return String.valueOf(value); + } + + public static CpuPerformanceEnum fromValue(String value) { + for (CpuPerformanceEnum b : CpuPerformanceEnum.values()) { + if (b.value.equals(value)) { + return b; + } + } + throw new IllegalArgumentException("Unexpected value '" + value + "'"); + } + + public static class Adapter extends TypeAdapter { + @Override + public void write(final JsonWriter jsonWriter, final CpuPerformanceEnum enumeration) + throws IOException { + jsonWriter.value(enumeration.getValue()); + } + + @Override + public CpuPerformanceEnum read(final JsonReader jsonReader) throws IOException { + String value = jsonReader.nextString(); + return CpuPerformanceEnum.fromValue(value); + } + } + } + + public static final String SERIALIZED_NAME_CPU_PERFORMANCE = "CpuPerformance"; + + @SerializedName(SERIALIZED_NAME_CPU_PERFORMANCE) + private CpuPerformanceEnum cpuPerformance; + + public static final String SERIALIZED_NAME_CREATION_DATE = "CreationDate"; + + @SerializedName(SERIALIZED_NAME_CREATION_DATE) + private OffsetDateTime creationDate; + + public static final String SERIALIZED_NAME_DESCRIPTION = "Description"; + + @SerializedName(SERIALIZED_NAME_DESCRIPTION) + private String description; + + public static final String SERIALIZED_NAME_IMAGE_ID = "ImageId"; + + @SerializedName(SERIALIZED_NAME_IMAGE_ID) + private String imageId; + + public static final String SERIALIZED_NAME_KEYPAIR_NAME = "KeypairName"; + + @SerializedName(SERIALIZED_NAME_KEYPAIR_NAME) + private String keypairName; + + public static final String SERIALIZED_NAME_RAM = "Ram"; + + @SerializedName(SERIALIZED_NAME_RAM) + private Integer ram; + + public static final String SERIALIZED_NAME_TAGS = "Tags"; + + @SerializedName(SERIALIZED_NAME_TAGS) + private List tags = null; + + public static final String SERIALIZED_NAME_VM_TEMPLATE_ID = "VmTemplateId"; + + @SerializedName(SERIALIZED_NAME_VM_TEMPLATE_ID) + private String vmTemplateId; + + public static final String SERIALIZED_NAME_VM_TEMPLATE_NAME = "VmTemplateName"; + + @SerializedName(SERIALIZED_NAME_VM_TEMPLATE_NAME) + private String vmTemplateName; + + public VmTemplate() {} + + public VmTemplate cpuCores(Integer cpuCores) { + + this.cpuCores = cpuCores; + return this; + } + + /** + * The number of vCores. + * + * @return cpuCores + */ + @javax.annotation.Nonnull + public Integer getCpuCores() { + return cpuCores; + } + + public void setCpuCores(Integer cpuCores) { + this.cpuCores = cpuCores; + } + + public VmTemplate cpuGeneration(String cpuGeneration) { + + this.cpuGeneration = cpuGeneration; + return this; + } + + /** + * The processor generation. + * + * @return cpuGeneration + */ + @javax.annotation.Nonnull + public String getCpuGeneration() { + return cpuGeneration; + } + + public void setCpuGeneration(String cpuGeneration) { + this.cpuGeneration = cpuGeneration; + } + + public VmTemplate cpuPerformance(CpuPerformanceEnum cpuPerformance) { + + this.cpuPerformance = cpuPerformance; + return this; + } + + /** + * The performance of the VMs. + * + * @return cpuPerformance + */ + @javax.annotation.Nullable + public CpuPerformanceEnum getCpuPerformance() { + return cpuPerformance; + } + + public void setCpuPerformance(CpuPerformanceEnum cpuPerformance) { + this.cpuPerformance = cpuPerformance; + } + + public VmTemplate creationDate(OffsetDateTime creationDate) { + + this.creationDate = creationDate; + return this; + } + + /** + * The date and time of creation of the VM template. + * + * @return creationDate + */ + @javax.annotation.Nullable + public OffsetDateTime getCreationDate() { + return creationDate; + } + + public void setCreationDate(OffsetDateTime creationDate) { + this.creationDate = creationDate; + } + + public VmTemplate description(String description) { + + this.description = description; + return this; + } + + /** + * The description of the VM template. + * + * @return description + */ + @javax.annotation.Nullable + public String getDescription() { + return description; + } + + public void setDescription(String description) { + this.description = description; + } + + public VmTemplate imageId(String imageId) { + + this.imageId = imageId; + return this; + } + + /** + * The ID of the OMI. + * + * @return imageId + */ + @javax.annotation.Nonnull + public String getImageId() { + return imageId; + } + + public void setImageId(String imageId) { + this.imageId = imageId; + } + + public VmTemplate keypairName(String keypairName) { + + this.keypairName = keypairName; + return this; + } + + /** + * The name of the keypair. + * + * @return keypairName + */ + @javax.annotation.Nullable + public String getKeypairName() { + return keypairName; + } + + public void setKeypairName(String keypairName) { + this.keypairName = keypairName; + } + + public VmTemplate ram(Integer ram) { + + this.ram = ram; + return this; + } + + /** + * The amount of RAM. + * + * @return ram + */ + @javax.annotation.Nonnull + public Integer getRam() { + return ram; + } + + public void setRam(Integer ram) { + this.ram = ram; + } + + public VmTemplate tags(List tags) { + + this.tags = tags; + return this; + } + + public VmTemplate addTagsItem(ResourceTag tagsItem) { + if (this.tags == null) { + this.tags = new ArrayList<>(); + } + this.tags.add(tagsItem); + return this; + } + + /** + * One or more tags associated with the VM template. + * + * @return tags + */ + @javax.annotation.Nullable + public List getTags() { + return tags; + } + + public void setTags(List tags) { + this.tags = tags; + } + + public VmTemplate vmTemplateId(String vmTemplateId) { + + this.vmTemplateId = vmTemplateId; + return this; + } + + /** + * The ID of the VM template. + * + * @return vmTemplateId + */ + @javax.annotation.Nonnull + public String getVmTemplateId() { + return vmTemplateId; + } + + public void setVmTemplateId(String vmTemplateId) { + this.vmTemplateId = vmTemplateId; + } + + public VmTemplate vmTemplateName(String vmTemplateName) { + + this.vmTemplateName = vmTemplateName; + return this; + } + + /** + * The name of the VM template. + * + * @return vmTemplateName + */ + @javax.annotation.Nonnull + public String getVmTemplateName() { + return vmTemplateName; + } + + public void setVmTemplateName(String vmTemplateName) { + this.vmTemplateName = vmTemplateName; + } + + @Override + public boolean equals(Object o) { + if (this == o) { + return true; + } + if (o == null || getClass() != o.getClass()) { + return false; + } + VmTemplate vmTemplate = (VmTemplate) o; + return Objects.equals(this.cpuCores, vmTemplate.cpuCores) + && Objects.equals(this.cpuGeneration, vmTemplate.cpuGeneration) + && Objects.equals(this.cpuPerformance, vmTemplate.cpuPerformance) + && Objects.equals(this.creationDate, vmTemplate.creationDate) + && Objects.equals(this.description, vmTemplate.description) + && Objects.equals(this.imageId, vmTemplate.imageId) + && Objects.equals(this.keypairName, vmTemplate.keypairName) + && Objects.equals(this.ram, vmTemplate.ram) + && Objects.equals(this.tags, vmTemplate.tags) + && Objects.equals(this.vmTemplateId, vmTemplate.vmTemplateId) + && Objects.equals(this.vmTemplateName, vmTemplate.vmTemplateName); + } + + @Override + public int hashCode() { + return Objects.hash( + cpuCores, + cpuGeneration, + cpuPerformance, + creationDate, + description, + imageId, + keypairName, + ram, + tags, + vmTemplateId, + vmTemplateName); + } + + @Override + public String toString() { + StringBuilder sb = new StringBuilder(); + sb.append("class VmTemplate {\n"); + sb.append(" cpuCores: ").append(toIndentedString(cpuCores)).append("\n"); + sb.append(" cpuGeneration: ").append(toIndentedString(cpuGeneration)).append("\n"); + sb.append(" cpuPerformance: ").append(toIndentedString(cpuPerformance)).append("\n"); + sb.append(" creationDate: ").append(toIndentedString(creationDate)).append("\n"); + sb.append(" description: ").append(toIndentedString(description)).append("\n"); + sb.append(" imageId: ").append(toIndentedString(imageId)).append("\n"); + sb.append(" keypairName: ").append(toIndentedString(keypairName)).append("\n"); + sb.append(" ram: ").append(toIndentedString(ram)).append("\n"); + sb.append(" tags: ").append(toIndentedString(tags)).append("\n"); + sb.append(" vmTemplateId: ").append(toIndentedString(vmTemplateId)).append("\n"); + sb.append(" vmTemplateName: ").append(toIndentedString(vmTemplateName)).append("\n"); + sb.append("}"); + return sb.toString(); + } + + /** + * Convert the given object to string with each line indented by 4 spaces (except the first + * line). + */ + private String toIndentedString(Object o) { + if (o == null) { + return "null"; + } + return o.toString().replace("\n", "\n "); + } + + public static HashSet openapiFields; + public static HashSet openapiRequiredFields; + + static { + // a set of all properties/fields (JSON key names) + openapiFields = new HashSet(); + openapiFields.add("CpuCores"); + openapiFields.add("CpuGeneration"); + openapiFields.add("CpuPerformance"); + openapiFields.add("CreationDate"); + openapiFields.add("Description"); + openapiFields.add("ImageId"); + openapiFields.add("KeypairName"); + openapiFields.add("Ram"); + openapiFields.add("Tags"); + openapiFields.add("VmTemplateId"); + openapiFields.add("VmTemplateName"); + + // a set of required properties/fields (JSON key names) + openapiRequiredFields = new HashSet(); + openapiRequiredFields.add("CpuCores"); + openapiRequiredFields.add("CpuGeneration"); + openapiRequiredFields.add("ImageId"); + openapiRequiredFields.add("Ram"); + openapiRequiredFields.add("VmTemplateId"); + openapiRequiredFields.add("VmTemplateName"); + } + + /** + * Validates the JSON Object and throws an exception if issues found + * + * @param jsonObj JSON Object + * @throws IOException if the JSON Object is invalid with respect to VmTemplate + */ + public static void validateJsonObject(JsonObject jsonObj) throws IOException { + if (jsonObj == null) { + if (!VmTemplate.openapiRequiredFields + .isEmpty()) { // has required fields but JSON object is null + throw new IllegalArgumentException( + String.format( + "The required field(s) %s in VmTemplate is not found in the empty" + + " JSON string", + VmTemplate.openapiRequiredFields.toString())); + } + } + + Set> entries = jsonObj.entrySet(); + // check to see if the JSON string contains additional fields + for (Entry entry : entries) { + if (!VmTemplate.openapiFields.contains(entry.getKey())) { + throw new IllegalArgumentException( + String.format( + "The field `%s` in the JSON string is not defined in the" + + " `VmTemplate` properties. JSON: %s", + entry.getKey(), jsonObj.toString())); + } + } + + // check to make sure all required properties/fields are present in the JSON string + for (String requiredField : VmTemplate.openapiRequiredFields) { + if (jsonObj.get(requiredField) == null) { + throw new IllegalArgumentException( + String.format( + "The required field `%s` is not found in the JSON string: %s", + requiredField, jsonObj.toString())); + } + } + if (!jsonObj.get("CpuGeneration").isJsonPrimitive()) { + throw new IllegalArgumentException( + String.format( + "Expected the field `CpuGeneration` to be a primitive type in the JSON" + + " string but got `%s`", + jsonObj.get("CpuGeneration").toString())); + } + if ((jsonObj.get("CpuPerformance") != null && !jsonObj.get("CpuPerformance").isJsonNull()) + && !jsonObj.get("CpuPerformance").isJsonPrimitive()) { + throw new IllegalArgumentException( + String.format( + "Expected the field `CpuPerformance` to be a primitive type in the" + + " JSON string but got `%s`", + jsonObj.get("CpuPerformance").toString())); + } + if ((jsonObj.get("Description") != null && !jsonObj.get("Description").isJsonNull()) + && !jsonObj.get("Description").isJsonPrimitive()) { + throw new IllegalArgumentException( + String.format( + "Expected the field `Description` to be a primitive type in the JSON" + + " string but got `%s`", + jsonObj.get("Description").toString())); + } + if (!jsonObj.get("ImageId").isJsonPrimitive()) { + throw new IllegalArgumentException( + String.format( + "Expected the field `ImageId` to be a primitive type in the JSON" + + " string but got `%s`", + jsonObj.get("ImageId").toString())); + } + if ((jsonObj.get("KeypairName") != null && !jsonObj.get("KeypairName").isJsonNull()) + && !jsonObj.get("KeypairName").isJsonPrimitive()) { + throw new IllegalArgumentException( + String.format( + "Expected the field `KeypairName` to be a primitive type in the JSON" + + " string but got `%s`", + jsonObj.get("KeypairName").toString())); + } + if (jsonObj.get("Tags") != null && !jsonObj.get("Tags").isJsonNull()) { + JsonArray jsonArraytags = jsonObj.getAsJsonArray("Tags"); + if (jsonArraytags != null) { + // ensure the json data is an array + if (!jsonObj.get("Tags").isJsonArray()) { + throw new IllegalArgumentException( + String.format( + "Expected the field `Tags` to be an array in the JSON string" + + " but got `%s`", + jsonObj.get("Tags").toString())); + } + + // validate the optional field `Tags` (array) + for (int i = 0; i < jsonArraytags.size(); i++) { + ResourceTag.validateJsonObject(jsonArraytags.get(i).getAsJsonObject()); + } + ; + } + } + if (!jsonObj.get("VmTemplateId").isJsonPrimitive()) { + throw new IllegalArgumentException( + String.format( + "Expected the field `VmTemplateId` to be a primitive type in the JSON" + + " string but got `%s`", + jsonObj.get("VmTemplateId").toString())); + } + if (!jsonObj.get("VmTemplateName").isJsonPrimitive()) { + throw new IllegalArgumentException( + String.format( + "Expected the field `VmTemplateName` to be a primitive type in the" + + " JSON string but got `%s`", + jsonObj.get("VmTemplateName").toString())); + } + } + + public static class CustomTypeAdapterFactory implements TypeAdapterFactory { + @SuppressWarnings("unchecked") + @Override + public TypeAdapter create(Gson gson, TypeToken type) { + if (!VmTemplate.class.isAssignableFrom(type.getRawType())) { + return null; // this class only serializes 'VmTemplate' and its subtypes + } + final TypeAdapter elementAdapter = gson.getAdapter(JsonElement.class); + final TypeAdapter thisAdapter = + gson.getDelegateAdapter(this, TypeToken.get(VmTemplate.class)); + + return (TypeAdapter) + new TypeAdapter() { + @Override + public void write(JsonWriter out, VmTemplate value) throws IOException { + JsonObject obj = thisAdapter.toJsonTree(value).getAsJsonObject(); + elementAdapter.write(out, obj); + } + + @Override + public VmTemplate read(JsonReader in) throws IOException { + JsonObject jsonObj = elementAdapter.read(in).getAsJsonObject(); + validateJsonObject(jsonObj); + return thisAdapter.fromJsonTree(jsonObj); + } + }.nullSafe(); + } + } + + /** + * Create an instance of VmTemplate given an JSON string + * + * @param jsonString JSON string + * @return An instance of VmTemplate + * @throws IOException if the JSON string is invalid with respect to VmTemplate + */ + public static VmTemplate fromJson(String jsonString) throws IOException { + return JSON.getGson().fromJson(jsonString, VmTemplate.class); + } + + /** + * Convert an instance of VmTemplate to an JSON string + * + * @return JSON string + */ + public String toJson() { + return JSON.getGson().toJson(this); + } +} diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/VmType.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/VmType.java index ce0a8b6d..fcb6382e 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/VmType.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/VmType.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/Volume.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/Volume.java index 2179d57d..a6a82996 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/Volume.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/Volume.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/VpnConnection.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/VpnConnection.java index a8f36166..153d2de1 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/VpnConnection.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/VpnConnection.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/VpnOptions.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/VpnOptions.java index 256ff141..f0217708 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/VpnOptions.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/VpnOptions.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/io/github/outscale/osc_sdk_java/client/model/With.java b/src/main/java/io/github/outscale/osc_sdk_java/client/model/With.java index a5daa3dd..17845dbc 100644 --- a/src/main/java/io/github/outscale/osc_sdk_java/client/model/With.java +++ b/src/main/java/io/github/outscale/osc_sdk_java/client/model/With.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/api/AccessKeyApiTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/api/AccessKeyApiTest.java index 5b74020f..7af4f1c7 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/api/AccessKeyApiTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/api/AccessKeyApiTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/api/AccountApiTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/api/AccountApiTest.java index 876f9206..ed599ecc 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/api/AccountApiTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/api/AccountApiTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/api/ApiAccessPolicyApiTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/api/ApiAccessPolicyApiTest.java index fa0bcb19..e4e5d55c 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/api/ApiAccessPolicyApiTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/api/ApiAccessPolicyApiTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/api/ApiAccessRuleApiTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/api/ApiAccessRuleApiTest.java index c4ea7228..2acc0175 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/api/ApiAccessRuleApiTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/api/ApiAccessRuleApiTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/api/ApiLogApiTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/api/ApiLogApiTest.java index 31f1948a..a0760b85 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/api/ApiLogApiTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/api/ApiLogApiTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/api/CaApiTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/api/CaApiTest.java index 91f7e6b0..d735d300 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/api/CaApiTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/api/CaApiTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/api/CatalogApiTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/api/CatalogApiTest.java index 48510be1..bbec4608 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/api/CatalogApiTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/api/CatalogApiTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -15,6 +15,8 @@ import io.github.outscale.osc_sdk_java.client.ApiException; import io.github.outscale.osc_sdk_java.client.model.ReadCatalogRequest; import io.github.outscale.osc_sdk_java.client.model.ReadCatalogResponse; +import io.github.outscale.osc_sdk_java.client.model.ReadCatalogsRequest; +import io.github.outscale.osc_sdk_java.client.model.ReadCatalogsResponse; import org.junit.jupiter.api.Disabled; import org.junit.jupiter.api.Test; @@ -31,4 +33,12 @@ public void readCatalogTest() throws ApiException { ReadCatalogResponse response = api.readCatalog(readCatalogRequest); // TODO: test validations } + + /** @throws ApiException if the Api call fails */ + @Test + public void readCatalogsTest() throws ApiException { + ReadCatalogsRequest readCatalogsRequest = null; + ReadCatalogsResponse response = api.readCatalogs(readCatalogsRequest); + // TODO: test validations + } } diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/api/ClientGatewayApiTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/api/ClientGatewayApiTest.java index 66b5fb6d..146af6d6 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/api/ClientGatewayApiTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/api/ClientGatewayApiTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/api/DhcpOptionApiTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/api/DhcpOptionApiTest.java index ccec2771..446f5c99 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/api/DhcpOptionApiTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/api/DhcpOptionApiTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/api/DirectLinkApiTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/api/DirectLinkApiTest.java index a80492c9..00a04276 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/api/DirectLinkApiTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/api/DirectLinkApiTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/api/DirectLinkInterfaceApiTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/api/DirectLinkInterfaceApiTest.java index e255d0ba..7038a358 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/api/DirectLinkInterfaceApiTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/api/DirectLinkInterfaceApiTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/api/FlexibleGpuApiTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/api/FlexibleGpuApiTest.java index 44be2a0d..7c2ce1d5 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/api/FlexibleGpuApiTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/api/FlexibleGpuApiTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/api/ImageApiTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/api/ImageApiTest.java index 96c21c2e..a942139e 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/api/ImageApiTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/api/ImageApiTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/api/InternetServiceApiTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/api/InternetServiceApiTest.java index 88358065..1fc2d9c0 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/api/InternetServiceApiTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/api/InternetServiceApiTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/api/KeypairApiTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/api/KeypairApiTest.java index 3794f376..030c9d28 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/api/KeypairApiTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/api/KeypairApiTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/api/ListenerApiTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/api/ListenerApiTest.java index b5a96264..3bd6a4cf 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/api/ListenerApiTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/api/ListenerApiTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/api/LoadBalancerApiTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/api/LoadBalancerApiTest.java index e5093091..6c07d4da 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/api/LoadBalancerApiTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/api/LoadBalancerApiTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/api/LoadBalancerPolicyApiTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/api/LoadBalancerPolicyApiTest.java index 6dde1197..f4474c7d 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/api/LoadBalancerPolicyApiTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/api/LoadBalancerPolicyApiTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/api/LocationApiTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/api/LocationApiTest.java index 2a427cad..c66e7d67 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/api/LocationApiTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/api/LocationApiTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/api/NatServiceApiTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/api/NatServiceApiTest.java index d99bf55e..6e8f9716 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/api/NatServiceApiTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/api/NatServiceApiTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/api/NetAccessPointApiTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/api/NetAccessPointApiTest.java index 1972dc88..0a778ed8 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/api/NetAccessPointApiTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/api/NetAccessPointApiTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/api/NetApiTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/api/NetApiTest.java index 43c07410..38b9ae98 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/api/NetApiTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/api/NetApiTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/api/NetPeeringApiTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/api/NetPeeringApiTest.java index 87d90f24..cc3deb3c 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/api/NetPeeringApiTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/api/NetPeeringApiTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/api/NicApiTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/api/NicApiTest.java index 094bcbfb..a8e014b3 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/api/NicApiTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/api/NicApiTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/api/ProductTypeApiTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/api/ProductTypeApiTest.java index 16f3c1d7..975ad5ff 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/api/ProductTypeApiTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/api/ProductTypeApiTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/api/PublicCatalogApiTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/api/PublicCatalogApiTest.java index 5b94412f..a2736559 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/api/PublicCatalogApiTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/api/PublicCatalogApiTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/api/PublicIpApiTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/api/PublicIpApiTest.java index b8bdd80b..020fa46d 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/api/PublicIpApiTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/api/PublicIpApiTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/api/QuotaApiTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/api/QuotaApiTest.java index 9e32fb16..2888921d 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/api/QuotaApiTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/api/QuotaApiTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/api/RegionApiTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/api/RegionApiTest.java index b3efde98..60f8dfe5 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/api/RegionApiTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/api/RegionApiTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/api/RouteApiTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/api/RouteApiTest.java index e60ef0cd..09f4fa2a 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/api/RouteApiTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/api/RouteApiTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/api/RouteTableApiTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/api/RouteTableApiTest.java index 1b15437b..21456f5b 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/api/RouteTableApiTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/api/RouteTableApiTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/api/SecurityGroupApiTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/api/SecurityGroupApiTest.java index fec4d5e0..769db5b5 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/api/SecurityGroupApiTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/api/SecurityGroupApiTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/api/SecurityGroupRuleApiTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/api/SecurityGroupRuleApiTest.java index 9a98539e..bee79100 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/api/SecurityGroupRuleApiTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/api/SecurityGroupRuleApiTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/api/ServerCertificateApiTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/api/ServerCertificateApiTest.java index 3d325be0..a1421470 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/api/ServerCertificateApiTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/api/ServerCertificateApiTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/api/SnapshotApiTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/api/SnapshotApiTest.java index 93417a06..c68111b7 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/api/SnapshotApiTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/api/SnapshotApiTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/api/SubnetApiTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/api/SubnetApiTest.java index 3a5dbfa7..313600d0 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/api/SubnetApiTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/api/SubnetApiTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/api/SubregionApiTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/api/SubregionApiTest.java index 0b5b629f..7441ea4a 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/api/SubregionApiTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/api/SubregionApiTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/api/TagApiTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/api/TagApiTest.java index 142727af..cdb76c5d 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/api/TagApiTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/api/TagApiTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/api/TaskApiTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/api/TaskApiTest.java index ca5d8b6c..e2cad992 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/api/TaskApiTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/api/TaskApiTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/api/VirtualGatewayApiTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/api/VirtualGatewayApiTest.java index e048d50b..9ae855b7 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/api/VirtualGatewayApiTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/api/VirtualGatewayApiTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/api/VmApiTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/api/VmApiTest.java index caa3b8c7..484e34c8 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/api/VmApiTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/api/VmApiTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/api/VmGroupApiTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/api/VmGroupApiTest.java new file mode 100644 index 00000000..6bb40fe4 --- /dev/null +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/api/VmGroupApiTest.java @@ -0,0 +1,84 @@ +/* + * 3DS OUTSCALE API + * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). + * + * The version of the OpenAPI document: 1.26 + * Contact: support@outscale.com + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ + +package io.github.outscale.osc_sdk_java.client.api; + +import io.github.outscale.osc_sdk_java.client.ApiException; +import io.github.outscale.osc_sdk_java.client.model.CreateVmGroupRequest; +import io.github.outscale.osc_sdk_java.client.model.CreateVmGroupResponse; +import io.github.outscale.osc_sdk_java.client.model.DeleteVmGroupRequest; +import io.github.outscale.osc_sdk_java.client.model.DeleteVmGroupResponse; +import io.github.outscale.osc_sdk_java.client.model.ReadVmGroupsRequest; +import io.github.outscale.osc_sdk_java.client.model.ReadVmGroupsResponse; +import io.github.outscale.osc_sdk_java.client.model.ScaleDownVmGroupRequest; +import io.github.outscale.osc_sdk_java.client.model.ScaleDownVmGroupResponse; +import io.github.outscale.osc_sdk_java.client.model.ScaleUpVmGroupRequest; +import io.github.outscale.osc_sdk_java.client.model.ScaleUpVmGroupResponse; +import io.github.outscale.osc_sdk_java.client.model.UpdateVmGroupRequest; +import io.github.outscale.osc_sdk_java.client.model.UpdateVmGroupResponse; +import org.junit.jupiter.api.Disabled; +import org.junit.jupiter.api.Test; + +/** API tests for VmGroupApi */ +@Disabled +public class VmGroupApiTest { + + private final VmGroupApi api = new VmGroupApi(); + + /** @throws ApiException if the Api call fails */ + @Test + public void createVmGroupTest() throws ApiException { + CreateVmGroupRequest createVmGroupRequest = null; + CreateVmGroupResponse response = api.createVmGroup(createVmGroupRequest); + // TODO: test validations + } + + /** @throws ApiException if the Api call fails */ + @Test + public void deleteVmGroupTest() throws ApiException { + DeleteVmGroupRequest deleteVmGroupRequest = null; + DeleteVmGroupResponse response = api.deleteVmGroup(deleteVmGroupRequest); + // TODO: test validations + } + + /** @throws ApiException if the Api call fails */ + @Test + public void readVmGroupsTest() throws ApiException { + ReadVmGroupsRequest readVmGroupsRequest = null; + ReadVmGroupsResponse response = api.readVmGroups(readVmGroupsRequest); + // TODO: test validations + } + + /** @throws ApiException if the Api call fails */ + @Test + public void scaleDownVmGroupTest() throws ApiException { + ScaleDownVmGroupRequest scaleDownVmGroupRequest = null; + ScaleDownVmGroupResponse response = api.scaleDownVmGroup(scaleDownVmGroupRequest); + // TODO: test validations + } + + /** @throws ApiException if the Api call fails */ + @Test + public void scaleUpVmGroupTest() throws ApiException { + ScaleUpVmGroupRequest scaleUpVmGroupRequest = null; + ScaleUpVmGroupResponse response = api.scaleUpVmGroup(scaleUpVmGroupRequest); + // TODO: test validations + } + + /** @throws ApiException if the Api call fails */ + @Test + public void updateVmGroupTest() throws ApiException { + UpdateVmGroupRequest updateVmGroupRequest = null; + UpdateVmGroupResponse response = api.updateVmGroup(updateVmGroupRequest); + // TODO: test validations + } +} diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/api/VmTemplateApiTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/api/VmTemplateApiTest.java new file mode 100644 index 00000000..000ffb94 --- /dev/null +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/api/VmTemplateApiTest.java @@ -0,0 +1,64 @@ +/* + * 3DS OUTSCALE API + * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). + * + * The version of the OpenAPI document: 1.26 + * Contact: support@outscale.com + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ + +package io.github.outscale.osc_sdk_java.client.api; + +import io.github.outscale.osc_sdk_java.client.ApiException; +import io.github.outscale.osc_sdk_java.client.model.CreateVmTemplateRequest; +import io.github.outscale.osc_sdk_java.client.model.CreateVmTemplateResponse; +import io.github.outscale.osc_sdk_java.client.model.DeleteVmTemplateRequest; +import io.github.outscale.osc_sdk_java.client.model.DeleteVmTemplateResponse; +import io.github.outscale.osc_sdk_java.client.model.ReadVmTemplatesRequest; +import io.github.outscale.osc_sdk_java.client.model.ReadVmTemplatesResponse; +import io.github.outscale.osc_sdk_java.client.model.UpdateVmTemplateRequest; +import io.github.outscale.osc_sdk_java.client.model.UpdateVmTemplateResponse; +import org.junit.jupiter.api.Disabled; +import org.junit.jupiter.api.Test; + +/** API tests for VmTemplateApi */ +@Disabled +public class VmTemplateApiTest { + + private final VmTemplateApi api = new VmTemplateApi(); + + /** @throws ApiException if the Api call fails */ + @Test + public void createVmTemplateTest() throws ApiException { + CreateVmTemplateRequest createVmTemplateRequest = null; + CreateVmTemplateResponse response = api.createVmTemplate(createVmTemplateRequest); + // TODO: test validations + } + + /** @throws ApiException if the Api call fails */ + @Test + public void deleteVmTemplateTest() throws ApiException { + DeleteVmTemplateRequest deleteVmTemplateRequest = null; + DeleteVmTemplateResponse response = api.deleteVmTemplate(deleteVmTemplateRequest); + // TODO: test validations + } + + /** @throws ApiException if the Api call fails */ + @Test + public void readVmTemplatesTest() throws ApiException { + ReadVmTemplatesRequest readVmTemplatesRequest = null; + ReadVmTemplatesResponse response = api.readVmTemplates(readVmTemplatesRequest); + // TODO: test validations + } + + /** @throws ApiException if the Api call fails */ + @Test + public void updateVmTemplateTest() throws ApiException { + UpdateVmTemplateRequest updateVmTemplateRequest = null; + UpdateVmTemplateResponse response = api.updateVmTemplate(updateVmTemplateRequest); + // TODO: test validations + } +} diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/api/VolumeApiTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/api/VolumeApiTest.java index 6d6aca00..538f3090 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/api/VolumeApiTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/api/VolumeApiTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/api/VpnConnectionApiTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/api/VpnConnectionApiTest.java index 58503515..66116384 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/api/VpnConnectionApiTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/api/VpnConnectionApiTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/AcceptNetPeeringRequestTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/AcceptNetPeeringRequestTest.java index 7c434cb5..ec2a9244 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/AcceptNetPeeringRequestTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/AcceptNetPeeringRequestTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/AcceptNetPeeringResponseTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/AcceptNetPeeringResponseTest.java index d6028c21..a0f2f969 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/AcceptNetPeeringResponseTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/AcceptNetPeeringResponseTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/AccepterNetTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/AccepterNetTest.java index 5cfc7dcb..f7bf001d 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/AccepterNetTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/AccepterNetTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/AccessKeySecretKeyTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/AccessKeySecretKeyTest.java index 50928fdd..2af23286 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/AccessKeySecretKeyTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/AccessKeySecretKeyTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/AccessKeyTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/AccessKeyTest.java index 8e93ccf6..0a33ded3 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/AccessKeyTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/AccessKeyTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/AccessLogTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/AccessLogTest.java index b9bdeb5d..d8f3437a 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/AccessLogTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/AccessLogTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/AccountTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/AccountTest.java index 08bbc454..3fd0f277 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/AccountTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/AccountTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/ApiAccessPolicyTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/ApiAccessPolicyTest.java index e71c7e6e..7181ea2d 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/ApiAccessPolicyTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/ApiAccessPolicyTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/ApiAccessRuleTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/ApiAccessRuleTest.java index 7f0adfc6..a5665204 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/ApiAccessRuleTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/ApiAccessRuleTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/ApplicationStickyCookiePolicyTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/ApplicationStickyCookiePolicyTest.java index aa75097a..e76585c5 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/ApplicationStickyCookiePolicyTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/ApplicationStickyCookiePolicyTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/BackendVmHealthTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/BackendVmHealthTest.java index b7b9320d..ffff8463 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/BackendVmHealthTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/BackendVmHealthTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/BlockDeviceMappingCreatedTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/BlockDeviceMappingCreatedTest.java index 6b2e23b7..f82856b3 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/BlockDeviceMappingCreatedTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/BlockDeviceMappingCreatedTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/BlockDeviceMappingImageTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/BlockDeviceMappingImageTest.java index ab041aee..f64d3c75 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/BlockDeviceMappingImageTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/BlockDeviceMappingImageTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/BlockDeviceMappingVmCreationTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/BlockDeviceMappingVmCreationTest.java index 81c8ce01..804a7c6b 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/BlockDeviceMappingVmCreationTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/BlockDeviceMappingVmCreationTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/BlockDeviceMappingVmUpdateTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/BlockDeviceMappingVmUpdateTest.java index 037bc8ce..911bb939 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/BlockDeviceMappingVmUpdateTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/BlockDeviceMappingVmUpdateTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/BsuCreatedTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/BsuCreatedTest.java index 359dcb21..9df0373e 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/BsuCreatedTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/BsuCreatedTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/BsuToCreateTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/BsuToCreateTest.java index 2f28e0e0..e6e19985 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/BsuToCreateTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/BsuToCreateTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/BsuToUpdateVmTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/BsuToUpdateVmTest.java index 49196cf1..1b8a28be 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/BsuToUpdateVmTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/BsuToUpdateVmTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/CaTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/CaTest.java index ddd00780..3586d5ea 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/CaTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/CaTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/CatalogEntryTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/CatalogEntryTest.java index e45db3ab..de48a8fd 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/CatalogEntryTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/CatalogEntryTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/CatalogTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/CatalogTest.java index c56315da..04459d0d 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/CatalogTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/CatalogTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/CatalogsTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/CatalogsTest.java new file mode 100644 index 00000000..47ff7156 --- /dev/null +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/CatalogsTest.java @@ -0,0 +1,50 @@ +/* + * 3DS OUTSCALE API + * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). + * + * The version of the OpenAPI document: 1.26 + * Contact: support@outscale.com + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ + +package io.github.outscale.osc_sdk_java.client.model; + +import org.junit.jupiter.api.Test; + +/** Model tests for Catalogs */ +public class CatalogsTest { + private final Catalogs model = new Catalogs(); + + /** Model tests for Catalogs */ + @Test + public void testCatalogs() { + // TODO: test Catalogs + } + + /** Test the property 'entries' */ + @Test + public void entriesTest() { + // TODO: test entries + } + + /** Test the property 'fromDate' */ + @Test + public void fromDateTest() { + // TODO: test fromDate + } + + /** Test the property 'state' */ + @Test + public void stateTest() { + // TODO: test state + } + + /** Test the property 'toDate' */ + @Test + public void toDateTest() { + // TODO: test toDate + } +} diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/CheckAuthenticationRequestTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/CheckAuthenticationRequestTest.java index a690d6bf..db95194d 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/CheckAuthenticationRequestTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/CheckAuthenticationRequestTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/CheckAuthenticationResponseTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/CheckAuthenticationResponseTest.java index f002d182..180d79c0 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/CheckAuthenticationResponseTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/CheckAuthenticationResponseTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/ClientGatewayTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/ClientGatewayTest.java index e5d07f76..c4eea61b 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/ClientGatewayTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/ClientGatewayTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/ConsumptionEntryTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/ConsumptionEntryTest.java index 21b59fc7..555965a5 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/ConsumptionEntryTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/ConsumptionEntryTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/CreateAccessKeyRequestTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/CreateAccessKeyRequestTest.java index b2e814d3..150e6f34 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/CreateAccessKeyRequestTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/CreateAccessKeyRequestTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/CreateAccessKeyResponseTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/CreateAccessKeyResponseTest.java index 91fd1e6a..1f09e06e 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/CreateAccessKeyResponseTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/CreateAccessKeyResponseTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/CreateAccountRequestTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/CreateAccountRequestTest.java index c325b4f5..e1d7fde9 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/CreateAccountRequestTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/CreateAccountRequestTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/CreateAccountResponseTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/CreateAccountResponseTest.java index 6177f63b..3252b1c1 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/CreateAccountResponseTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/CreateAccountResponseTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/CreateApiAccessRuleRequestTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/CreateApiAccessRuleRequestTest.java index 79cd9d60..0e37b429 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/CreateApiAccessRuleRequestTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/CreateApiAccessRuleRequestTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/CreateApiAccessRuleResponseTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/CreateApiAccessRuleResponseTest.java index 4ee6222e..716d2cfa 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/CreateApiAccessRuleResponseTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/CreateApiAccessRuleResponseTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/CreateCaRequestTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/CreateCaRequestTest.java index 9b0db61c..be8c331f 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/CreateCaRequestTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/CreateCaRequestTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/CreateCaResponseTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/CreateCaResponseTest.java index bcd1b3f7..7434e3a8 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/CreateCaResponseTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/CreateCaResponseTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/CreateClientGatewayRequestTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/CreateClientGatewayRequestTest.java index 0df09ebc..8b25b930 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/CreateClientGatewayRequestTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/CreateClientGatewayRequestTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/CreateClientGatewayResponseTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/CreateClientGatewayResponseTest.java index 86738768..c77dbdbc 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/CreateClientGatewayResponseTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/CreateClientGatewayResponseTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/CreateDhcpOptionsRequestTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/CreateDhcpOptionsRequestTest.java index 0ada79dc..03f254c1 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/CreateDhcpOptionsRequestTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/CreateDhcpOptionsRequestTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/CreateDhcpOptionsResponseTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/CreateDhcpOptionsResponseTest.java index 8fe54662..1ff63da5 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/CreateDhcpOptionsResponseTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/CreateDhcpOptionsResponseTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/CreateDirectLinkInterfaceRequestTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/CreateDirectLinkInterfaceRequestTest.java index b8eca46e..8e264c01 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/CreateDirectLinkInterfaceRequestTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/CreateDirectLinkInterfaceRequestTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/CreateDirectLinkInterfaceResponseTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/CreateDirectLinkInterfaceResponseTest.java index b2bb3bb3..53db7be7 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/CreateDirectLinkInterfaceResponseTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/CreateDirectLinkInterfaceResponseTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/CreateDirectLinkRequestTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/CreateDirectLinkRequestTest.java index 9eb1103a..3e3b5e36 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/CreateDirectLinkRequestTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/CreateDirectLinkRequestTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/CreateDirectLinkResponseTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/CreateDirectLinkResponseTest.java index bc3ccf80..12486749 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/CreateDirectLinkResponseTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/CreateDirectLinkResponseTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/CreateFlexibleGpuRequestTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/CreateFlexibleGpuRequestTest.java index d460ea9c..f689b7b1 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/CreateFlexibleGpuRequestTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/CreateFlexibleGpuRequestTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/CreateFlexibleGpuResponseTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/CreateFlexibleGpuResponseTest.java index 15abe8ae..8ff35cd7 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/CreateFlexibleGpuResponseTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/CreateFlexibleGpuResponseTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/CreateImageExportTaskRequestTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/CreateImageExportTaskRequestTest.java index aaf33136..b6f03068 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/CreateImageExportTaskRequestTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/CreateImageExportTaskRequestTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/CreateImageExportTaskResponseTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/CreateImageExportTaskResponseTest.java index aa819b76..b4713500 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/CreateImageExportTaskResponseTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/CreateImageExportTaskResponseTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/CreateImageRequestTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/CreateImageRequestTest.java index f1eb0633..bb20fe56 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/CreateImageRequestTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/CreateImageRequestTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -66,6 +66,12 @@ public void noRebootTest() { // TODO: test noReboot } + /** Test the property 'productCodes' */ + @Test + public void productCodesTest() { + // TODO: test productCodes + } + /** Test the property 'rootDeviceName' */ @Test public void rootDeviceNameTest() { diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/CreateImageResponseTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/CreateImageResponseTest.java index a7099a88..6bcb6880 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/CreateImageResponseTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/CreateImageResponseTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/CreateInternetServiceRequestTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/CreateInternetServiceRequestTest.java index 50507076..668062cd 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/CreateInternetServiceRequestTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/CreateInternetServiceRequestTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/CreateInternetServiceResponseTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/CreateInternetServiceResponseTest.java index e44f4910..5d4a4c3d 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/CreateInternetServiceResponseTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/CreateInternetServiceResponseTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/CreateKeypairRequestTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/CreateKeypairRequestTest.java index ce77df8e..b353bb1e 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/CreateKeypairRequestTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/CreateKeypairRequestTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/CreateKeypairResponseTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/CreateKeypairResponseTest.java index ff92c719..322f7420 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/CreateKeypairResponseTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/CreateKeypairResponseTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/CreateListenerRuleRequestTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/CreateListenerRuleRequestTest.java index 92dd8816..237554a6 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/CreateListenerRuleRequestTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/CreateListenerRuleRequestTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/CreateListenerRuleResponseTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/CreateListenerRuleResponseTest.java index 3f128f4a..25eb2044 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/CreateListenerRuleResponseTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/CreateListenerRuleResponseTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/CreateLoadBalancerListenersRequestTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/CreateLoadBalancerListenersRequestTest.java index 92eb1b31..ab842818 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/CreateLoadBalancerListenersRequestTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/CreateLoadBalancerListenersRequestTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/CreateLoadBalancerListenersResponseTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/CreateLoadBalancerListenersResponseTest.java index d0855848..16057239 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/CreateLoadBalancerListenersResponseTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/CreateLoadBalancerListenersResponseTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/CreateLoadBalancerPolicyRequestTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/CreateLoadBalancerPolicyRequestTest.java index 3f3c4686..f32435fa 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/CreateLoadBalancerPolicyRequestTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/CreateLoadBalancerPolicyRequestTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/CreateLoadBalancerPolicyResponseTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/CreateLoadBalancerPolicyResponseTest.java index 5cbe188e..32561f6e 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/CreateLoadBalancerPolicyResponseTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/CreateLoadBalancerPolicyResponseTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/CreateLoadBalancerRequestTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/CreateLoadBalancerRequestTest.java index ca52f576..3da2f30e 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/CreateLoadBalancerRequestTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/CreateLoadBalancerRequestTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/CreateLoadBalancerResponseTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/CreateLoadBalancerResponseTest.java index c2b49d57..a1de68bd 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/CreateLoadBalancerResponseTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/CreateLoadBalancerResponseTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/CreateLoadBalancerTagsRequestTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/CreateLoadBalancerTagsRequestTest.java index d187b814..4595deaa 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/CreateLoadBalancerTagsRequestTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/CreateLoadBalancerTagsRequestTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/CreateLoadBalancerTagsResponseTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/CreateLoadBalancerTagsResponseTest.java index b9490f0a..837ca892 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/CreateLoadBalancerTagsResponseTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/CreateLoadBalancerTagsResponseTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/CreateNatServiceRequestTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/CreateNatServiceRequestTest.java index c4acc60d..26a1ab3f 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/CreateNatServiceRequestTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/CreateNatServiceRequestTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/CreateNatServiceResponseTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/CreateNatServiceResponseTest.java index ee5944ea..6112dfba 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/CreateNatServiceResponseTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/CreateNatServiceResponseTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/CreateNetAccessPointRequestTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/CreateNetAccessPointRequestTest.java index 57643c6e..29b08d6d 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/CreateNetAccessPointRequestTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/CreateNetAccessPointRequestTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/CreateNetAccessPointResponseTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/CreateNetAccessPointResponseTest.java index d3c43360..3a71b412 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/CreateNetAccessPointResponseTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/CreateNetAccessPointResponseTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/CreateNetPeeringRequestTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/CreateNetPeeringRequestTest.java index 111ff30b..b9a391f8 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/CreateNetPeeringRequestTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/CreateNetPeeringRequestTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/CreateNetPeeringResponseTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/CreateNetPeeringResponseTest.java index 8152b501..398e16a5 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/CreateNetPeeringResponseTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/CreateNetPeeringResponseTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/CreateNetRequestTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/CreateNetRequestTest.java index 4442d5b5..a9f0d3e8 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/CreateNetRequestTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/CreateNetRequestTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/CreateNetResponseTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/CreateNetResponseTest.java index ecd379d0..6f97ecd2 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/CreateNetResponseTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/CreateNetResponseTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/CreateNicRequestTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/CreateNicRequestTest.java index 86601184..96d83d5c 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/CreateNicRequestTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/CreateNicRequestTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/CreateNicResponseTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/CreateNicResponseTest.java index 13a4a223..c7648a46 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/CreateNicResponseTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/CreateNicResponseTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/CreatePublicIpRequestTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/CreatePublicIpRequestTest.java index 35294c6d..77c9b11f 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/CreatePublicIpRequestTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/CreatePublicIpRequestTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/CreatePublicIpResponseTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/CreatePublicIpResponseTest.java index 12212fe1..4305fcf9 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/CreatePublicIpResponseTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/CreatePublicIpResponseTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/CreateRouteRequestTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/CreateRouteRequestTest.java index afa37c0f..d31188ef 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/CreateRouteRequestTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/CreateRouteRequestTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/CreateRouteResponseTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/CreateRouteResponseTest.java index 9069d245..e902c185 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/CreateRouteResponseTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/CreateRouteResponseTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/CreateRouteTableRequestTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/CreateRouteTableRequestTest.java index d1860a80..c6a19e63 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/CreateRouteTableRequestTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/CreateRouteTableRequestTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/CreateRouteTableResponseTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/CreateRouteTableResponseTest.java index 5bba3e5a..b57a9ee0 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/CreateRouteTableResponseTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/CreateRouteTableResponseTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/CreateSecurityGroupRequestTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/CreateSecurityGroupRequestTest.java index 6a0cbcc9..9b723ccc 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/CreateSecurityGroupRequestTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/CreateSecurityGroupRequestTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/CreateSecurityGroupResponseTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/CreateSecurityGroupResponseTest.java index 304b6855..e57fcdfa 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/CreateSecurityGroupResponseTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/CreateSecurityGroupResponseTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/CreateSecurityGroupRuleRequestTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/CreateSecurityGroupRuleRequestTest.java index 47fcdc5c..c0022607 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/CreateSecurityGroupRuleRequestTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/CreateSecurityGroupRuleRequestTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/CreateSecurityGroupRuleResponseTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/CreateSecurityGroupRuleResponseTest.java index 0c04758c..ab376c2c 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/CreateSecurityGroupRuleResponseTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/CreateSecurityGroupRuleResponseTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/CreateServerCertificateRequestTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/CreateServerCertificateRequestTest.java index 10bda518..3f6810e6 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/CreateServerCertificateRequestTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/CreateServerCertificateRequestTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/CreateServerCertificateResponseTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/CreateServerCertificateResponseTest.java index 607381fe..1f999159 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/CreateServerCertificateResponseTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/CreateServerCertificateResponseTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/CreateSnapshotExportTaskRequestTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/CreateSnapshotExportTaskRequestTest.java index f4e83c95..8c80e6f0 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/CreateSnapshotExportTaskRequestTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/CreateSnapshotExportTaskRequestTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/CreateSnapshotExportTaskResponseTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/CreateSnapshotExportTaskResponseTest.java index 4265da13..6276e1f3 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/CreateSnapshotExportTaskResponseTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/CreateSnapshotExportTaskResponseTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/CreateSnapshotRequestTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/CreateSnapshotRequestTest.java index 8d7fb7dc..ea7847f9 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/CreateSnapshotRequestTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/CreateSnapshotRequestTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/CreateSnapshotResponseTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/CreateSnapshotResponseTest.java index f96bd379..116ff75a 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/CreateSnapshotResponseTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/CreateSnapshotResponseTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/CreateSubnetRequestTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/CreateSubnetRequestTest.java index ae9a6114..3f1c6603 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/CreateSubnetRequestTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/CreateSubnetRequestTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/CreateSubnetResponseTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/CreateSubnetResponseTest.java index 79e75c4a..dc8fbee8 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/CreateSubnetResponseTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/CreateSubnetResponseTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/CreateTagsRequestTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/CreateTagsRequestTest.java index cc4260d8..1ddf7880 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/CreateTagsRequestTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/CreateTagsRequestTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/CreateTagsResponseTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/CreateTagsResponseTest.java index 373b3402..ed5eb901 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/CreateTagsResponseTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/CreateTagsResponseTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/CreateVirtualGatewayRequestTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/CreateVirtualGatewayRequestTest.java index a86a4b6d..5362271d 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/CreateVirtualGatewayRequestTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/CreateVirtualGatewayRequestTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/CreateVirtualGatewayResponseTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/CreateVirtualGatewayResponseTest.java index 8dea4428..b29528fc 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/CreateVirtualGatewayResponseTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/CreateVirtualGatewayResponseTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/CreateVmGroupRequestTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/CreateVmGroupRequestTest.java new file mode 100644 index 00000000..6fbd7b56 --- /dev/null +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/CreateVmGroupRequestTest.java @@ -0,0 +1,80 @@ +/* + * 3DS OUTSCALE API + * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). + * + * The version of the OpenAPI document: 1.26 + * Contact: support@outscale.com + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ + +package io.github.outscale.osc_sdk_java.client.model; + +import org.junit.jupiter.api.Test; + +/** Model tests for CreateVmGroupRequest */ +public class CreateVmGroupRequestTest { + private final CreateVmGroupRequest model = new CreateVmGroupRequest(); + + /** Model tests for CreateVmGroupRequest */ + @Test + public void testCreateVmGroupRequest() { + // TODO: test CreateVmGroupRequest + } + + /** Test the property 'description' */ + @Test + public void descriptionTest() { + // TODO: test description + } + + /** Test the property 'dryRun' */ + @Test + public void dryRunTest() { + // TODO: test dryRun + } + + /** Test the property 'positioningStrategy' */ + @Test + public void positioningStrategyTest() { + // TODO: test positioningStrategy + } + + /** Test the property 'securityGroupIds' */ + @Test + public void securityGroupIdsTest() { + // TODO: test securityGroupIds + } + + /** Test the property 'subnetId' */ + @Test + public void subnetIdTest() { + // TODO: test subnetId + } + + /** Test the property 'tags' */ + @Test + public void tagsTest() { + // TODO: test tags + } + + /** Test the property 'vmCount' */ + @Test + public void vmCountTest() { + // TODO: test vmCount + } + + /** Test the property 'vmGroupName' */ + @Test + public void vmGroupNameTest() { + // TODO: test vmGroupName + } + + /** Test the property 'vmTemplateId' */ + @Test + public void vmTemplateIdTest() { + // TODO: test vmTemplateId + } +} diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/CreateVmGroupResponseTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/CreateVmGroupResponseTest.java new file mode 100644 index 00000000..49fd78d4 --- /dev/null +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/CreateVmGroupResponseTest.java @@ -0,0 +1,38 @@ +/* + * 3DS OUTSCALE API + * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). + * + * The version of the OpenAPI document: 1.26 + * Contact: support@outscale.com + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ + +package io.github.outscale.osc_sdk_java.client.model; + +import org.junit.jupiter.api.Test; + +/** Model tests for CreateVmGroupResponse */ +public class CreateVmGroupResponseTest { + private final CreateVmGroupResponse model = new CreateVmGroupResponse(); + + /** Model tests for CreateVmGroupResponse */ + @Test + public void testCreateVmGroupResponse() { + // TODO: test CreateVmGroupResponse + } + + /** Test the property 'responseContext' */ + @Test + public void responseContextTest() { + // TODO: test responseContext + } + + /** Test the property 'vmGroup' */ + @Test + public void vmGroupTest() { + // TODO: test vmGroup + } +} diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/CreateVmTemplateRequestTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/CreateVmTemplateRequestTest.java new file mode 100644 index 00000000..c3cc7b68 --- /dev/null +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/CreateVmTemplateRequestTest.java @@ -0,0 +1,86 @@ +/* + * 3DS OUTSCALE API + * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). + * + * The version of the OpenAPI document: 1.26 + * Contact: support@outscale.com + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ + +package io.github.outscale.osc_sdk_java.client.model; + +import org.junit.jupiter.api.Test; + +/** Model tests for CreateVmTemplateRequest */ +public class CreateVmTemplateRequestTest { + private final CreateVmTemplateRequest model = new CreateVmTemplateRequest(); + + /** Model tests for CreateVmTemplateRequest */ + @Test + public void testCreateVmTemplateRequest() { + // TODO: test CreateVmTemplateRequest + } + + /** Test the property 'cpuCores' */ + @Test + public void cpuCoresTest() { + // TODO: test cpuCores + } + + /** Test the property 'cpuGeneration' */ + @Test + public void cpuGenerationTest() { + // TODO: test cpuGeneration + } + + /** Test the property 'cpuPerformance' */ + @Test + public void cpuPerformanceTest() { + // TODO: test cpuPerformance + } + + /** Test the property 'description' */ + @Test + public void descriptionTest() { + // TODO: test description + } + + /** Test the property 'dryRun' */ + @Test + public void dryRunTest() { + // TODO: test dryRun + } + + /** Test the property 'imageId' */ + @Test + public void imageIdTest() { + // TODO: test imageId + } + + /** Test the property 'keypairName' */ + @Test + public void keypairNameTest() { + // TODO: test keypairName + } + + /** Test the property 'ram' */ + @Test + public void ramTest() { + // TODO: test ram + } + + /** Test the property 'tags' */ + @Test + public void tagsTest() { + // TODO: test tags + } + + /** Test the property 'vmTemplateName' */ + @Test + public void vmTemplateNameTest() { + // TODO: test vmTemplateName + } +} diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/CreateVmTemplateResponseTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/CreateVmTemplateResponseTest.java new file mode 100644 index 00000000..c8147cec --- /dev/null +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/CreateVmTemplateResponseTest.java @@ -0,0 +1,38 @@ +/* + * 3DS OUTSCALE API + * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). + * + * The version of the OpenAPI document: 1.26 + * Contact: support@outscale.com + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ + +package io.github.outscale.osc_sdk_java.client.model; + +import org.junit.jupiter.api.Test; + +/** Model tests for CreateVmTemplateResponse */ +public class CreateVmTemplateResponseTest { + private final CreateVmTemplateResponse model = new CreateVmTemplateResponse(); + + /** Model tests for CreateVmTemplateResponse */ + @Test + public void testCreateVmTemplateResponse() { + // TODO: test CreateVmTemplateResponse + } + + /** Test the property 'responseContext' */ + @Test + public void responseContextTest() { + // TODO: test responseContext + } + + /** Test the property 'vmTemplate' */ + @Test + public void vmTemplateTest() { + // TODO: test vmTemplate + } +} diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/CreateVmsRequestTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/CreateVmsRequestTest.java index 26f41b2b..05e0a68d 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/CreateVmsRequestTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/CreateVmsRequestTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/CreateVmsResponseTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/CreateVmsResponseTest.java index 39f9aaff..6d295202 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/CreateVmsResponseTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/CreateVmsResponseTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/CreateVolumeRequestTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/CreateVolumeRequestTest.java index 12c0047b..f733f556 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/CreateVolumeRequestTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/CreateVolumeRequestTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/CreateVolumeResponseTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/CreateVolumeResponseTest.java index 40263c74..4621a4f5 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/CreateVolumeResponseTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/CreateVolumeResponseTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/CreateVpnConnectionRequestTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/CreateVpnConnectionRequestTest.java index b70cde36..9b9bae0a 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/CreateVpnConnectionRequestTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/CreateVpnConnectionRequestTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/CreateVpnConnectionResponseTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/CreateVpnConnectionResponseTest.java index 54e7431f..91ea9a08 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/CreateVpnConnectionResponseTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/CreateVpnConnectionResponseTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/CreateVpnConnectionRouteRequestTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/CreateVpnConnectionRouteRequestTest.java index 2a1c5e7e..8a2ae1e0 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/CreateVpnConnectionRouteRequestTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/CreateVpnConnectionRouteRequestTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/CreateVpnConnectionRouteResponseTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/CreateVpnConnectionRouteResponseTest.java index d35011f9..902cfb77 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/CreateVpnConnectionRouteResponseTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/CreateVpnConnectionRouteResponseTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/DeleteAccessKeyRequestTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/DeleteAccessKeyRequestTest.java index 0bf8e0e5..bde512ed 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/DeleteAccessKeyRequestTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/DeleteAccessKeyRequestTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/DeleteAccessKeyResponseTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/DeleteAccessKeyResponseTest.java index 94d07a19..14b01750 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/DeleteAccessKeyResponseTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/DeleteAccessKeyResponseTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/DeleteApiAccessRuleRequestTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/DeleteApiAccessRuleRequestTest.java index 00c50ddb..661ecba7 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/DeleteApiAccessRuleRequestTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/DeleteApiAccessRuleRequestTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/DeleteApiAccessRuleResponseTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/DeleteApiAccessRuleResponseTest.java index b11bde97..a4507ce6 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/DeleteApiAccessRuleResponseTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/DeleteApiAccessRuleResponseTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/DeleteCaRequestTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/DeleteCaRequestTest.java index 53e1031b..b5a2d9c4 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/DeleteCaRequestTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/DeleteCaRequestTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/DeleteCaResponseTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/DeleteCaResponseTest.java index 18d64477..6cdae095 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/DeleteCaResponseTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/DeleteCaResponseTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/DeleteClientGatewayRequestTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/DeleteClientGatewayRequestTest.java index 1e60d11e..60aa8693 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/DeleteClientGatewayRequestTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/DeleteClientGatewayRequestTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/DeleteClientGatewayResponseTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/DeleteClientGatewayResponseTest.java index ce86d745..a4a2f4fe 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/DeleteClientGatewayResponseTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/DeleteClientGatewayResponseTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/DeleteDhcpOptionsRequestTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/DeleteDhcpOptionsRequestTest.java index a20812d7..2cbc9fde 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/DeleteDhcpOptionsRequestTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/DeleteDhcpOptionsRequestTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/DeleteDhcpOptionsResponseTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/DeleteDhcpOptionsResponseTest.java index d18689b8..b39a773c 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/DeleteDhcpOptionsResponseTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/DeleteDhcpOptionsResponseTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/DeleteDirectLinkInterfaceRequestTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/DeleteDirectLinkInterfaceRequestTest.java index c11b63dc..4feb4bd7 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/DeleteDirectLinkInterfaceRequestTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/DeleteDirectLinkInterfaceRequestTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/DeleteDirectLinkInterfaceResponseTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/DeleteDirectLinkInterfaceResponseTest.java index 12eced47..ebeaa472 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/DeleteDirectLinkInterfaceResponseTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/DeleteDirectLinkInterfaceResponseTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/DeleteDirectLinkRequestTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/DeleteDirectLinkRequestTest.java index 1fc8d957..f7b35d62 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/DeleteDirectLinkRequestTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/DeleteDirectLinkRequestTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/DeleteDirectLinkResponseTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/DeleteDirectLinkResponseTest.java index 92d614a9..68b5b957 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/DeleteDirectLinkResponseTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/DeleteDirectLinkResponseTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/DeleteExportTaskRequestTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/DeleteExportTaskRequestTest.java index 6aec31a3..3513c7b0 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/DeleteExportTaskRequestTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/DeleteExportTaskRequestTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/DeleteExportTaskResponseTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/DeleteExportTaskResponseTest.java index 5c5f4e6f..c4074d82 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/DeleteExportTaskResponseTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/DeleteExportTaskResponseTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/DeleteFlexibleGpuRequestTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/DeleteFlexibleGpuRequestTest.java index f8f5359d..c8d0c4ed 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/DeleteFlexibleGpuRequestTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/DeleteFlexibleGpuRequestTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/DeleteFlexibleGpuResponseTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/DeleteFlexibleGpuResponseTest.java index db00819f..0aad95aa 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/DeleteFlexibleGpuResponseTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/DeleteFlexibleGpuResponseTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/DeleteImageRequestTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/DeleteImageRequestTest.java index ab97f498..afd609f8 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/DeleteImageRequestTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/DeleteImageRequestTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/DeleteImageResponseTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/DeleteImageResponseTest.java index 5382c0a9..f16b8f7e 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/DeleteImageResponseTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/DeleteImageResponseTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/DeleteInternetServiceRequestTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/DeleteInternetServiceRequestTest.java index ba31e22d..441b7fc1 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/DeleteInternetServiceRequestTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/DeleteInternetServiceRequestTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/DeleteInternetServiceResponseTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/DeleteInternetServiceResponseTest.java index 468937ca..638bb7fa 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/DeleteInternetServiceResponseTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/DeleteInternetServiceResponseTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/DeleteKeypairRequestTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/DeleteKeypairRequestTest.java index 4e40e298..5a6e2bcc 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/DeleteKeypairRequestTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/DeleteKeypairRequestTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/DeleteKeypairResponseTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/DeleteKeypairResponseTest.java index e2542c41..30a957ad 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/DeleteKeypairResponseTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/DeleteKeypairResponseTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/DeleteListenerRuleRequestTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/DeleteListenerRuleRequestTest.java index 751e071b..7f026121 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/DeleteListenerRuleRequestTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/DeleteListenerRuleRequestTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/DeleteListenerRuleResponseTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/DeleteListenerRuleResponseTest.java index 37b7db41..eb459f9a 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/DeleteListenerRuleResponseTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/DeleteListenerRuleResponseTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/DeleteLoadBalancerListenersRequestTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/DeleteLoadBalancerListenersRequestTest.java index 079e4629..7149a3b8 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/DeleteLoadBalancerListenersRequestTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/DeleteLoadBalancerListenersRequestTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/DeleteLoadBalancerListenersResponseTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/DeleteLoadBalancerListenersResponseTest.java index 99cec8df..cc68bfbe 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/DeleteLoadBalancerListenersResponseTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/DeleteLoadBalancerListenersResponseTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/DeleteLoadBalancerPolicyRequestTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/DeleteLoadBalancerPolicyRequestTest.java index fe14ae42..ab30044e 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/DeleteLoadBalancerPolicyRequestTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/DeleteLoadBalancerPolicyRequestTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/DeleteLoadBalancerPolicyResponseTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/DeleteLoadBalancerPolicyResponseTest.java index 8314704c..6ad33798 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/DeleteLoadBalancerPolicyResponseTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/DeleteLoadBalancerPolicyResponseTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/DeleteLoadBalancerRequestTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/DeleteLoadBalancerRequestTest.java index 2df56af6..169431ae 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/DeleteLoadBalancerRequestTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/DeleteLoadBalancerRequestTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/DeleteLoadBalancerResponseTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/DeleteLoadBalancerResponseTest.java index 5e7216b9..6dca46e8 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/DeleteLoadBalancerResponseTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/DeleteLoadBalancerResponseTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/DeleteLoadBalancerTagsRequestTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/DeleteLoadBalancerTagsRequestTest.java index 89fdc958..1e6a07ce 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/DeleteLoadBalancerTagsRequestTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/DeleteLoadBalancerTagsRequestTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/DeleteLoadBalancerTagsResponseTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/DeleteLoadBalancerTagsResponseTest.java index 0f6167ca..8eb9cc7a 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/DeleteLoadBalancerTagsResponseTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/DeleteLoadBalancerTagsResponseTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/DeleteNatServiceRequestTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/DeleteNatServiceRequestTest.java index 5d770ac7..7f526979 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/DeleteNatServiceRequestTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/DeleteNatServiceRequestTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/DeleteNatServiceResponseTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/DeleteNatServiceResponseTest.java index 8100b56d..29667189 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/DeleteNatServiceResponseTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/DeleteNatServiceResponseTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/DeleteNetAccessPointRequestTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/DeleteNetAccessPointRequestTest.java index 98ae34d2..a193fec4 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/DeleteNetAccessPointRequestTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/DeleteNetAccessPointRequestTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/DeleteNetAccessPointResponseTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/DeleteNetAccessPointResponseTest.java index c45480f2..e1c2edd4 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/DeleteNetAccessPointResponseTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/DeleteNetAccessPointResponseTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/DeleteNetPeeringRequestTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/DeleteNetPeeringRequestTest.java index 3b3e436d..64f9fef9 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/DeleteNetPeeringRequestTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/DeleteNetPeeringRequestTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/DeleteNetPeeringResponseTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/DeleteNetPeeringResponseTest.java index 760de79d..287b91af 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/DeleteNetPeeringResponseTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/DeleteNetPeeringResponseTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/DeleteNetRequestTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/DeleteNetRequestTest.java index 32e49e26..49cb3b50 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/DeleteNetRequestTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/DeleteNetRequestTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/DeleteNetResponseTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/DeleteNetResponseTest.java index e7289742..7f3089a2 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/DeleteNetResponseTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/DeleteNetResponseTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/DeleteNicRequestTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/DeleteNicRequestTest.java index c61eeb61..507f5415 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/DeleteNicRequestTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/DeleteNicRequestTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/DeleteNicResponseTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/DeleteNicResponseTest.java index 3d3f4040..5566b879 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/DeleteNicResponseTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/DeleteNicResponseTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/DeletePublicIpRequestTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/DeletePublicIpRequestTest.java index 1a4f88d5..276928ec 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/DeletePublicIpRequestTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/DeletePublicIpRequestTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/DeletePublicIpResponseTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/DeletePublicIpResponseTest.java index a645b583..92577d87 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/DeletePublicIpResponseTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/DeletePublicIpResponseTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/DeleteRouteRequestTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/DeleteRouteRequestTest.java index e1555291..eecdb2b3 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/DeleteRouteRequestTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/DeleteRouteRequestTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/DeleteRouteResponseTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/DeleteRouteResponseTest.java index c832a616..88ea8ccb 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/DeleteRouteResponseTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/DeleteRouteResponseTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/DeleteRouteTableRequestTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/DeleteRouteTableRequestTest.java index 64535d7c..72713950 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/DeleteRouteTableRequestTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/DeleteRouteTableRequestTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/DeleteRouteTableResponseTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/DeleteRouteTableResponseTest.java index 16c25bc6..65be8b1f 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/DeleteRouteTableResponseTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/DeleteRouteTableResponseTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/DeleteSecurityGroupRequestTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/DeleteSecurityGroupRequestTest.java index 106b5b04..ad52c73f 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/DeleteSecurityGroupRequestTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/DeleteSecurityGroupRequestTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/DeleteSecurityGroupResponseTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/DeleteSecurityGroupResponseTest.java index 04959ae4..9bf00825 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/DeleteSecurityGroupResponseTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/DeleteSecurityGroupResponseTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/DeleteSecurityGroupRuleRequestTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/DeleteSecurityGroupRuleRequestTest.java index 6c44de4b..3f2d90e9 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/DeleteSecurityGroupRuleRequestTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/DeleteSecurityGroupRuleRequestTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/DeleteSecurityGroupRuleResponseTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/DeleteSecurityGroupRuleResponseTest.java index 9665553b..65981ed8 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/DeleteSecurityGroupRuleResponseTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/DeleteSecurityGroupRuleResponseTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/DeleteServerCertificateRequestTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/DeleteServerCertificateRequestTest.java index 81e970ec..cde27a86 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/DeleteServerCertificateRequestTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/DeleteServerCertificateRequestTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/DeleteServerCertificateResponseTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/DeleteServerCertificateResponseTest.java index 1740f4f2..a9193d90 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/DeleteServerCertificateResponseTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/DeleteServerCertificateResponseTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/DeleteSnapshotRequestTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/DeleteSnapshotRequestTest.java index 0d771c85..2cf65ce0 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/DeleteSnapshotRequestTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/DeleteSnapshotRequestTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/DeleteSnapshotResponseTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/DeleteSnapshotResponseTest.java index 077ffedb..a56b93e8 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/DeleteSnapshotResponseTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/DeleteSnapshotResponseTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/DeleteSubnetRequestTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/DeleteSubnetRequestTest.java index 28e4e29f..a83bba27 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/DeleteSubnetRequestTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/DeleteSubnetRequestTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/DeleteSubnetResponseTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/DeleteSubnetResponseTest.java index e301afa1..6933b621 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/DeleteSubnetResponseTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/DeleteSubnetResponseTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/DeleteTagsRequestTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/DeleteTagsRequestTest.java index fdf4d30e..dd8b0cc7 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/DeleteTagsRequestTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/DeleteTagsRequestTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/DeleteTagsResponseTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/DeleteTagsResponseTest.java index 9d52998e..991b79cc 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/DeleteTagsResponseTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/DeleteTagsResponseTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/DeleteVirtualGatewayRequestTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/DeleteVirtualGatewayRequestTest.java index c793b317..ee17b105 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/DeleteVirtualGatewayRequestTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/DeleteVirtualGatewayRequestTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/DeleteVirtualGatewayResponseTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/DeleteVirtualGatewayResponseTest.java index b0554de8..7db92f32 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/DeleteVirtualGatewayResponseTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/DeleteVirtualGatewayResponseTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/DeleteVmGroupRequestTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/DeleteVmGroupRequestTest.java new file mode 100644 index 00000000..e2af8d94 --- /dev/null +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/DeleteVmGroupRequestTest.java @@ -0,0 +1,38 @@ +/* + * 3DS OUTSCALE API + * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). + * + * The version of the OpenAPI document: 1.26 + * Contact: support@outscale.com + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ + +package io.github.outscale.osc_sdk_java.client.model; + +import org.junit.jupiter.api.Test; + +/** Model tests for DeleteVmGroupRequest */ +public class DeleteVmGroupRequestTest { + private final DeleteVmGroupRequest model = new DeleteVmGroupRequest(); + + /** Model tests for DeleteVmGroupRequest */ + @Test + public void testDeleteVmGroupRequest() { + // TODO: test DeleteVmGroupRequest + } + + /** Test the property 'dryRun' */ + @Test + public void dryRunTest() { + // TODO: test dryRun + } + + /** Test the property 'vmGroupId' */ + @Test + public void vmGroupIdTest() { + // TODO: test vmGroupId + } +} diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/DeleteVmGroupResponseTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/DeleteVmGroupResponseTest.java new file mode 100644 index 00000000..bd0f2a78 --- /dev/null +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/DeleteVmGroupResponseTest.java @@ -0,0 +1,32 @@ +/* + * 3DS OUTSCALE API + * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). + * + * The version of the OpenAPI document: 1.26 + * Contact: support@outscale.com + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ + +package io.github.outscale.osc_sdk_java.client.model; + +import org.junit.jupiter.api.Test; + +/** Model tests for DeleteVmGroupResponse */ +public class DeleteVmGroupResponseTest { + private final DeleteVmGroupResponse model = new DeleteVmGroupResponse(); + + /** Model tests for DeleteVmGroupResponse */ + @Test + public void testDeleteVmGroupResponse() { + // TODO: test DeleteVmGroupResponse + } + + /** Test the property 'responseContext' */ + @Test + public void responseContextTest() { + // TODO: test responseContext + } +} diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/DeleteVmTemplateRequestTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/DeleteVmTemplateRequestTest.java new file mode 100644 index 00000000..b5721c54 --- /dev/null +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/DeleteVmTemplateRequestTest.java @@ -0,0 +1,38 @@ +/* + * 3DS OUTSCALE API + * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). + * + * The version of the OpenAPI document: 1.26 + * Contact: support@outscale.com + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ + +package io.github.outscale.osc_sdk_java.client.model; + +import org.junit.jupiter.api.Test; + +/** Model tests for DeleteVmTemplateRequest */ +public class DeleteVmTemplateRequestTest { + private final DeleteVmTemplateRequest model = new DeleteVmTemplateRequest(); + + /** Model tests for DeleteVmTemplateRequest */ + @Test + public void testDeleteVmTemplateRequest() { + // TODO: test DeleteVmTemplateRequest + } + + /** Test the property 'dryRun' */ + @Test + public void dryRunTest() { + // TODO: test dryRun + } + + /** Test the property 'vmTemplateId' */ + @Test + public void vmTemplateIdTest() { + // TODO: test vmTemplateId + } +} diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/DeleteVmTemplateResponseTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/DeleteVmTemplateResponseTest.java new file mode 100644 index 00000000..c75a1e6f --- /dev/null +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/DeleteVmTemplateResponseTest.java @@ -0,0 +1,32 @@ +/* + * 3DS OUTSCALE API + * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). + * + * The version of the OpenAPI document: 1.26 + * Contact: support@outscale.com + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ + +package io.github.outscale.osc_sdk_java.client.model; + +import org.junit.jupiter.api.Test; + +/** Model tests for DeleteVmTemplateResponse */ +public class DeleteVmTemplateResponseTest { + private final DeleteVmTemplateResponse model = new DeleteVmTemplateResponse(); + + /** Model tests for DeleteVmTemplateResponse */ + @Test + public void testDeleteVmTemplateResponse() { + // TODO: test DeleteVmTemplateResponse + } + + /** Test the property 'responseContext' */ + @Test + public void responseContextTest() { + // TODO: test responseContext + } +} diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/DeleteVmsRequestTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/DeleteVmsRequestTest.java index 08c83e1b..89ff1bc3 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/DeleteVmsRequestTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/DeleteVmsRequestTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/DeleteVmsResponseTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/DeleteVmsResponseTest.java index 17ffc6d1..de587d2d 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/DeleteVmsResponseTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/DeleteVmsResponseTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/DeleteVolumeRequestTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/DeleteVolumeRequestTest.java index f9be2bdd..d74a9af3 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/DeleteVolumeRequestTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/DeleteVolumeRequestTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/DeleteVolumeResponseTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/DeleteVolumeResponseTest.java index a2c89b21..39f1a843 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/DeleteVolumeResponseTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/DeleteVolumeResponseTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/DeleteVpnConnectionRequestTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/DeleteVpnConnectionRequestTest.java index 34da2b1f..66cd3a08 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/DeleteVpnConnectionRequestTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/DeleteVpnConnectionRequestTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/DeleteVpnConnectionResponseTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/DeleteVpnConnectionResponseTest.java index 97a00123..cd326720 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/DeleteVpnConnectionResponseTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/DeleteVpnConnectionResponseTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/DeleteVpnConnectionRouteRequestTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/DeleteVpnConnectionRouteRequestTest.java index fdb27385..d936bbdb 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/DeleteVpnConnectionRouteRequestTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/DeleteVpnConnectionRouteRequestTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/DeleteVpnConnectionRouteResponseTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/DeleteVpnConnectionRouteResponseTest.java index c9e59f17..36b3db84 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/DeleteVpnConnectionRouteResponseTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/DeleteVpnConnectionRouteResponseTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/DeregisterVmsInLoadBalancerRequestTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/DeregisterVmsInLoadBalancerRequestTest.java index 93f00bb7..1fe8a3f4 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/DeregisterVmsInLoadBalancerRequestTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/DeregisterVmsInLoadBalancerRequestTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/DeregisterVmsInLoadBalancerResponseTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/DeregisterVmsInLoadBalancerResponseTest.java index de2cac75..2d1be146 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/DeregisterVmsInLoadBalancerResponseTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/DeregisterVmsInLoadBalancerResponseTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/DhcpOptionsSetTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/DhcpOptionsSetTest.java index 0606ed21..516b5671 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/DhcpOptionsSetTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/DhcpOptionsSetTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/DirectLinkInterfaceTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/DirectLinkInterfaceTest.java index b6531e57..d971812f 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/DirectLinkInterfaceTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/DirectLinkInterfaceTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/DirectLinkInterfacesTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/DirectLinkInterfacesTest.java index e5b78371..c3d5a403 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/DirectLinkInterfacesTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/DirectLinkInterfacesTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/DirectLinkTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/DirectLinkTest.java index f984bfc7..7309c454 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/DirectLinkTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/DirectLinkTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/ErrorResponseTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/ErrorResponseTest.java index 432e63df..24754e20 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/ErrorResponseTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/ErrorResponseTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/ErrorsTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/ErrorsTest.java index d331b285..78690b03 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/ErrorsTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/ErrorsTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/FiltersAccessKeysTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/FiltersAccessKeysTest.java index 364c89b2..afe1c15e 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/FiltersAccessKeysTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/FiltersAccessKeysTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/FiltersApiAccessRuleTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/FiltersApiAccessRuleTest.java index 37fefd3d..a1b48e2e 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/FiltersApiAccessRuleTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/FiltersApiAccessRuleTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/FiltersApiLogTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/FiltersApiLogTest.java index d8e2ca62..108db021 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/FiltersApiLogTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/FiltersApiLogTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/FiltersCaTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/FiltersCaTest.java index 95d28a12..c4bacbe8 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/FiltersCaTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/FiltersCaTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/FiltersCatalogsTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/FiltersCatalogsTest.java new file mode 100644 index 00000000..feb1b414 --- /dev/null +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/FiltersCatalogsTest.java @@ -0,0 +1,44 @@ +/* + * 3DS OUTSCALE API + * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). + * + * The version of the OpenAPI document: 1.26 + * Contact: support@outscale.com + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ + +package io.github.outscale.osc_sdk_java.client.model; + +import org.junit.jupiter.api.Test; + +/** Model tests for FiltersCatalogs */ +public class FiltersCatalogsTest { + private final FiltersCatalogs model = new FiltersCatalogs(); + + /** Model tests for FiltersCatalogs */ + @Test + public void testFiltersCatalogs() { + // TODO: test FiltersCatalogs + } + + /** Test the property 'currentCatalogOnly' */ + @Test + public void currentCatalogOnlyTest() { + // TODO: test currentCatalogOnly + } + + /** Test the property 'fromDate' */ + @Test + public void fromDateTest() { + // TODO: test fromDate + } + + /** Test the property 'toDate' */ + @Test + public void toDateTest() { + // TODO: test toDate + } +} diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/FiltersClientGatewayTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/FiltersClientGatewayTest.java index 6fb8b16b..6b8ac050 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/FiltersClientGatewayTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/FiltersClientGatewayTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/FiltersDhcpOptionsTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/FiltersDhcpOptionsTest.java index 5d24bc08..94ce4d21 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/FiltersDhcpOptionsTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/FiltersDhcpOptionsTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/FiltersDirectLinkInterfaceTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/FiltersDirectLinkInterfaceTest.java index c65a39ca..af39d29c 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/FiltersDirectLinkInterfaceTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/FiltersDirectLinkInterfaceTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/FiltersDirectLinkTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/FiltersDirectLinkTest.java index f4e4f540..c692ef17 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/FiltersDirectLinkTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/FiltersDirectLinkTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/FiltersExportTaskTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/FiltersExportTaskTest.java index fbe42d37..1b006b81 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/FiltersExportTaskTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/FiltersExportTaskTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/FiltersFlexibleGpuTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/FiltersFlexibleGpuTest.java index 2904f678..f4caf9be 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/FiltersFlexibleGpuTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/FiltersFlexibleGpuTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/FiltersImageTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/FiltersImageTest.java index 6d1324ec..1272eb91 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/FiltersImageTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/FiltersImageTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/FiltersInternetServiceTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/FiltersInternetServiceTest.java index 21ae20b3..02eeae33 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/FiltersInternetServiceTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/FiltersInternetServiceTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/FiltersKeypairTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/FiltersKeypairTest.java index 08c75e63..a045f875 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/FiltersKeypairTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/FiltersKeypairTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/FiltersListenerRuleTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/FiltersListenerRuleTest.java index 58051a06..e781d922 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/FiltersListenerRuleTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/FiltersListenerRuleTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/FiltersLoadBalancerTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/FiltersLoadBalancerTest.java index 0b50a3fe..c53aa4d3 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/FiltersLoadBalancerTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/FiltersLoadBalancerTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/FiltersNatServiceTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/FiltersNatServiceTest.java index 53b19ae0..fe7b8f27 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/FiltersNatServiceTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/FiltersNatServiceTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/FiltersNetAccessPointTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/FiltersNetAccessPointTest.java index ec3a2087..9e412e3f 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/FiltersNetAccessPointTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/FiltersNetAccessPointTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/FiltersNetPeeringTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/FiltersNetPeeringTest.java index 095d3e35..82af64bb 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/FiltersNetPeeringTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/FiltersNetPeeringTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/FiltersNetTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/FiltersNetTest.java index f9f5d716..9ac529d5 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/FiltersNetTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/FiltersNetTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/FiltersNicTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/FiltersNicTest.java index c151971f..fb9a061b 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/FiltersNicTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/FiltersNicTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/FiltersProductTypeTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/FiltersProductTypeTest.java index 383578b9..4c98c585 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/FiltersProductTypeTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/FiltersProductTypeTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/FiltersPublicIpTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/FiltersPublicIpTest.java index d4652f38..f32a5334 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/FiltersPublicIpTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/FiltersPublicIpTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/FiltersQuotaTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/FiltersQuotaTest.java index 63f0209c..e4ad44e3 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/FiltersQuotaTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/FiltersQuotaTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/FiltersRouteTableTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/FiltersRouteTableTest.java index e64203ef..f02501ba 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/FiltersRouteTableTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/FiltersRouteTableTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/FiltersSecurityGroupTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/FiltersSecurityGroupTest.java index 7c359a91..cb578a6e 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/FiltersSecurityGroupTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/FiltersSecurityGroupTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/FiltersServerCertificateTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/FiltersServerCertificateTest.java index 8311c72d..f26fedb9 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/FiltersServerCertificateTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/FiltersServerCertificateTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/FiltersServiceTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/FiltersServiceTest.java index fbbe35d7..5ddb0c79 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/FiltersServiceTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/FiltersServiceTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/FiltersSnapshotTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/FiltersSnapshotTest.java index 777b0af7..33e86508 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/FiltersSnapshotTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/FiltersSnapshotTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -42,6 +42,12 @@ public void descriptionsTest() { // TODO: test descriptions } + /** Test the property 'fromCreationDate' */ + @Test + public void fromCreationDateTest() { + // TODO: test fromCreationDate + } + /** Test the property 'permissionsToCreateVolumeAccountIds' */ @Test public void permissionsToCreateVolumeAccountIdsTest() { @@ -90,6 +96,12 @@ public void tagsTest() { // TODO: test tags } + /** Test the property 'toCreationDate' */ + @Test + public void toCreationDateTest() { + // TODO: test toCreationDate + } + /** Test the property 'volumeIds' */ @Test public void volumeIdsTest() { diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/FiltersSubnetTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/FiltersSubnetTest.java index c306eb53..1490ecf4 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/FiltersSubnetTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/FiltersSubnetTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/FiltersSubregionTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/FiltersSubregionTest.java index 27cc7a4a..2872c327 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/FiltersSubregionTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/FiltersSubregionTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/FiltersTagTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/FiltersTagTest.java index e7585231..6a9bea56 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/FiltersTagTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/FiltersTagTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/FiltersVirtualGatewayTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/FiltersVirtualGatewayTest.java index 1cde876b..62c445e1 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/FiltersVirtualGatewayTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/FiltersVirtualGatewayTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/FiltersVmGroupTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/FiltersVmGroupTest.java new file mode 100644 index 00000000..713f6cfc --- /dev/null +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/FiltersVmGroupTest.java @@ -0,0 +1,86 @@ +/* + * 3DS OUTSCALE API + * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). + * + * The version of the OpenAPI document: 1.26 + * Contact: support@outscale.com + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ + +package io.github.outscale.osc_sdk_java.client.model; + +import org.junit.jupiter.api.Test; + +/** Model tests for FiltersVmGroup */ +public class FiltersVmGroupTest { + private final FiltersVmGroup model = new FiltersVmGroup(); + + /** Model tests for FiltersVmGroup */ + @Test + public void testFiltersVmGroup() { + // TODO: test FiltersVmGroup + } + + /** Test the property 'descriptions' */ + @Test + public void descriptionsTest() { + // TODO: test descriptions + } + + /** Test the property 'securityGroupIds' */ + @Test + public void securityGroupIdsTest() { + // TODO: test securityGroupIds + } + + /** Test the property 'subnetIds' */ + @Test + public void subnetIdsTest() { + // TODO: test subnetIds + } + + /** Test the property 'tagKeys' */ + @Test + public void tagKeysTest() { + // TODO: test tagKeys + } + + /** Test the property 'tagValues' */ + @Test + public void tagValuesTest() { + // TODO: test tagValues + } + + /** Test the property 'tags' */ + @Test + public void tagsTest() { + // TODO: test tags + } + + /** Test the property 'vmCounts' */ + @Test + public void vmCountsTest() { + // TODO: test vmCounts + } + + /** Test the property 'vmGroupIds' */ + @Test + public void vmGroupIdsTest() { + // TODO: test vmGroupIds + } + + /** Test the property 'vmGroupNames' */ + @Test + public void vmGroupNamesTest() { + // TODO: test vmGroupNames + } + + /** Test the property 'vmTemplateIds' */ + @Test + public void vmTemplateIdsTest() { + // TODO: test vmTemplateIds + } +} diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/FiltersVmTemplateTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/FiltersVmTemplateTest.java new file mode 100644 index 00000000..fe187b5a --- /dev/null +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/FiltersVmTemplateTest.java @@ -0,0 +1,98 @@ +/* + * 3DS OUTSCALE API + * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). + * + * The version of the OpenAPI document: 1.26 + * Contact: support@outscale.com + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ + +package io.github.outscale.osc_sdk_java.client.model; + +import org.junit.jupiter.api.Test; + +/** Model tests for FiltersVmTemplate */ +public class FiltersVmTemplateTest { + private final FiltersVmTemplate model = new FiltersVmTemplate(); + + /** Model tests for FiltersVmTemplate */ + @Test + public void testFiltersVmTemplate() { + // TODO: test FiltersVmTemplate + } + + /** Test the property 'cpuCores' */ + @Test + public void cpuCoresTest() { + // TODO: test cpuCores + } + + /** Test the property 'cpuGenerations' */ + @Test + public void cpuGenerationsTest() { + // TODO: test cpuGenerations + } + + /** Test the property 'cpuPerformances' */ + @Test + public void cpuPerformancesTest() { + // TODO: test cpuPerformances + } + + /** Test the property 'descriptions' */ + @Test + public void descriptionsTest() { + // TODO: test descriptions + } + + /** Test the property 'imageIds' */ + @Test + public void imageIdsTest() { + // TODO: test imageIds + } + + /** Test the property 'keypairNames' */ + @Test + public void keypairNamesTest() { + // TODO: test keypairNames + } + + /** Test the property 'rams' */ + @Test + public void ramsTest() { + // TODO: test rams + } + + /** Test the property 'tagKeys' */ + @Test + public void tagKeysTest() { + // TODO: test tagKeys + } + + /** Test the property 'tagValues' */ + @Test + public void tagValuesTest() { + // TODO: test tagValues + } + + /** Test the property 'tags' */ + @Test + public void tagsTest() { + // TODO: test tags + } + + /** Test the property 'vmTemplateIds' */ + @Test + public void vmTemplateIdsTest() { + // TODO: test vmTemplateIds + } + + /** Test the property 'vmTemplateNames' */ + @Test + public void vmTemplateNamesTest() { + // TODO: test vmTemplateNames + } +} diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/FiltersVmTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/FiltersVmTest.java index ee679fea..f92cd7c2 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/FiltersVmTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/FiltersVmTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/FiltersVmTypeTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/FiltersVmTypeTest.java index e163b69d..d7674fa9 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/FiltersVmTypeTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/FiltersVmTypeTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/FiltersVmsStateTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/FiltersVmsStateTest.java index b04244d3..66c0959d 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/FiltersVmsStateTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/FiltersVmsStateTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/FiltersVolumeTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/FiltersVolumeTest.java index b7dc6c99..ecf71530 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/FiltersVolumeTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/FiltersVolumeTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/FiltersVpnConnectionTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/FiltersVpnConnectionTest.java index d47565a4..c79bb6e9 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/FiltersVpnConnectionTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/FiltersVpnConnectionTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/FlexibleGpuCatalogTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/FlexibleGpuCatalogTest.java index 7e648e30..f3dabd27 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/FlexibleGpuCatalogTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/FlexibleGpuCatalogTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/FlexibleGpuTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/FlexibleGpuTest.java index 4aae369b..caae94bf 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/FlexibleGpuTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/FlexibleGpuTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/HealthCheckTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/HealthCheckTest.java index 89047529..56056e57 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/HealthCheckTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/HealthCheckTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/ImageExportTaskTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/ImageExportTaskTest.java index cf79346d..4fced1ed 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/ImageExportTaskTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/ImageExportTaskTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/ImageTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/ImageTest.java index 568fd5c2..ce1be0f8 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/ImageTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/ImageTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/InternetServiceTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/InternetServiceTest.java index 55d848c1..21d2bb3c 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/InternetServiceTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/InternetServiceTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/KeypairCreatedTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/KeypairCreatedTest.java index 2ba57fbe..3743952d 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/KeypairCreatedTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/KeypairCreatedTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/KeypairTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/KeypairTest.java index 297d6df1..2b7a61af 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/KeypairTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/KeypairTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/LinkFlexibleGpuRequestTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/LinkFlexibleGpuRequestTest.java index ac58668e..aff71b65 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/LinkFlexibleGpuRequestTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/LinkFlexibleGpuRequestTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/LinkFlexibleGpuResponseTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/LinkFlexibleGpuResponseTest.java index acf8a5f3..5f9c7f7c 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/LinkFlexibleGpuResponseTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/LinkFlexibleGpuResponseTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/LinkInternetServiceRequestTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/LinkInternetServiceRequestTest.java index 9e8cbc49..f8c2b97f 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/LinkInternetServiceRequestTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/LinkInternetServiceRequestTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/LinkInternetServiceResponseTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/LinkInternetServiceResponseTest.java index c69e005a..28dc0a7d 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/LinkInternetServiceResponseTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/LinkInternetServiceResponseTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/LinkLoadBalancerBackendMachinesRequestTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/LinkLoadBalancerBackendMachinesRequestTest.java index 157b9400..574d93f3 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/LinkLoadBalancerBackendMachinesRequestTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/LinkLoadBalancerBackendMachinesRequestTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/LinkLoadBalancerBackendMachinesResponseTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/LinkLoadBalancerBackendMachinesResponseTest.java index 81fa6593..b1c11b1a 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/LinkLoadBalancerBackendMachinesResponseTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/LinkLoadBalancerBackendMachinesResponseTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/LinkNicLightTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/LinkNicLightTest.java index fb731580..c3b88a17 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/LinkNicLightTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/LinkNicLightTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/LinkNicRequestTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/LinkNicRequestTest.java index b6d6d79c..69cf64d2 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/LinkNicRequestTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/LinkNicRequestTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/LinkNicResponseTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/LinkNicResponseTest.java index f44e0340..ea38b7b8 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/LinkNicResponseTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/LinkNicResponseTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/LinkNicTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/LinkNicTest.java index c77bf28f..0c4e3f5a 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/LinkNicTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/LinkNicTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/LinkNicToUpdateTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/LinkNicToUpdateTest.java index b020427e..bfeae556 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/LinkNicToUpdateTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/LinkNicToUpdateTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/LinkPrivateIpsRequestTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/LinkPrivateIpsRequestTest.java index dfa0900c..7e6a64ad 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/LinkPrivateIpsRequestTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/LinkPrivateIpsRequestTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/LinkPrivateIpsResponseTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/LinkPrivateIpsResponseTest.java index 3f9a6c85..1c45db68 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/LinkPrivateIpsResponseTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/LinkPrivateIpsResponseTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/LinkPublicIpLightForVmTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/LinkPublicIpLightForVmTest.java index 4b49d27b..525330a9 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/LinkPublicIpLightForVmTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/LinkPublicIpLightForVmTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/LinkPublicIpRequestTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/LinkPublicIpRequestTest.java index 04fa9857..1588b65f 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/LinkPublicIpRequestTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/LinkPublicIpRequestTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/LinkPublicIpResponseTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/LinkPublicIpResponseTest.java index e46dbd77..5ca19369 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/LinkPublicIpResponseTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/LinkPublicIpResponseTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/LinkPublicIpTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/LinkPublicIpTest.java index f161aa6c..9735d5dd 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/LinkPublicIpTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/LinkPublicIpTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/LinkRouteTableRequestTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/LinkRouteTableRequestTest.java index 6ab1513b..0f74ad65 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/LinkRouteTableRequestTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/LinkRouteTableRequestTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/LinkRouteTableResponseTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/LinkRouteTableResponseTest.java index c813c03f..5418a4e0 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/LinkRouteTableResponseTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/LinkRouteTableResponseTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/LinkRouteTableTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/LinkRouteTableTest.java index 8ef44c3e..3188d55d 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/LinkRouteTableTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/LinkRouteTableTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/LinkVirtualGatewayRequestTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/LinkVirtualGatewayRequestTest.java index c060f613..c741fd20 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/LinkVirtualGatewayRequestTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/LinkVirtualGatewayRequestTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/LinkVirtualGatewayResponseTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/LinkVirtualGatewayResponseTest.java index aa4cb35b..8764b834 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/LinkVirtualGatewayResponseTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/LinkVirtualGatewayResponseTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/LinkVolumeRequestTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/LinkVolumeRequestTest.java index 34feb683..bd664c6c 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/LinkVolumeRequestTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/LinkVolumeRequestTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/LinkVolumeResponseTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/LinkVolumeResponseTest.java index b39d27bc..b6380a48 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/LinkVolumeResponseTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/LinkVolumeResponseTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/LinkedVolumeTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/LinkedVolumeTest.java index b8a7eba6..c99efd8e 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/LinkedVolumeTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/LinkedVolumeTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/ListenerForCreationTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/ListenerForCreationTest.java index 4b25363d..8f9017cf 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/ListenerForCreationTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/ListenerForCreationTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/ListenerRuleForCreationTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/ListenerRuleForCreationTest.java index c30858c8..4a226462 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/ListenerRuleForCreationTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/ListenerRuleForCreationTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/ListenerRuleTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/ListenerRuleTest.java index 32a4cad1..21417be8 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/ListenerRuleTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/ListenerRuleTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/ListenerTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/ListenerTest.java index c4fd7702..53f4ce7c 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/ListenerTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/ListenerTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/LoadBalancerLightTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/LoadBalancerLightTest.java index 9d4aa63b..296c1dc7 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/LoadBalancerLightTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/LoadBalancerLightTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/LoadBalancerStickyCookiePolicyTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/LoadBalancerStickyCookiePolicyTest.java index 744c16e6..95ec43e4 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/LoadBalancerStickyCookiePolicyTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/LoadBalancerStickyCookiePolicyTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/LoadBalancerTagTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/LoadBalancerTagTest.java index 475c8ec3..18e00049 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/LoadBalancerTagTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/LoadBalancerTagTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/LoadBalancerTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/LoadBalancerTest.java index e6856ab7..36eb3e7d 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/LoadBalancerTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/LoadBalancerTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/LocationTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/LocationTest.java index 40177fdb..cdca7069 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/LocationTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/LocationTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/LogTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/LogTest.java index a3df6b8f..3ad04800 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/LogTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/LogTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/MaintenanceEventTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/MaintenanceEventTest.java index fc08b830..1310b856 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/MaintenanceEventTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/MaintenanceEventTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/NatServiceTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/NatServiceTest.java index 3d3beb96..9530927a 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/NatServiceTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/NatServiceTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/NetAccessPointTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/NetAccessPointTest.java index ae249aa9..8bb53c0c 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/NetAccessPointTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/NetAccessPointTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/NetPeeringStateTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/NetPeeringStateTest.java index 9c738315..4fb4fbbc 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/NetPeeringStateTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/NetPeeringStateTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/NetPeeringTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/NetPeeringTest.java index c5a14636..bbee1823 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/NetPeeringTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/NetPeeringTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/NetTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/NetTest.java index 1ac2740b..31def4b7 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/NetTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/NetTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/NetToVirtualGatewayLinkTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/NetToVirtualGatewayLinkTest.java index f400dcb6..cfe6fb97 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/NetToVirtualGatewayLinkTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/NetToVirtualGatewayLinkTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/NicForVmCreationTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/NicForVmCreationTest.java index 7e617228..fc9e23d8 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/NicForVmCreationTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/NicForVmCreationTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/NicLightTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/NicLightTest.java index 191d711c..357d3570 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/NicLightTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/NicLightTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/NicTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/NicTest.java index c5e7661d..89e92efd 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/NicTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/NicTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/OsuApiKeyTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/OsuApiKeyTest.java index ec4e5336..ac16fde5 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/OsuApiKeyTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/OsuApiKeyTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/OsuExportImageExportTaskTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/OsuExportImageExportTaskTest.java index 923fe044..8ee63edb 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/OsuExportImageExportTaskTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/OsuExportImageExportTaskTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/OsuExportSnapshotExportTaskTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/OsuExportSnapshotExportTaskTest.java index 3e4f8902..a94bdc47 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/OsuExportSnapshotExportTaskTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/OsuExportSnapshotExportTaskTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/OsuExportToCreateTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/OsuExportToCreateTest.java index 5742d939..88096a9a 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/OsuExportToCreateTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/OsuExportToCreateTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/PermissionsOnResourceCreationTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/PermissionsOnResourceCreationTest.java index 18908b6d..84bba660 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/PermissionsOnResourceCreationTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/PermissionsOnResourceCreationTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/PermissionsOnResourceTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/PermissionsOnResourceTest.java index ef19c62d..d5d12038 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/PermissionsOnResourceTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/PermissionsOnResourceTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/Phase1OptionsTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/Phase1OptionsTest.java index 51785fbd..f5da9cd8 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/Phase1OptionsTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/Phase1OptionsTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/Phase2OptionsTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/Phase2OptionsTest.java index f02627ed..05160295 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/Phase2OptionsTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/Phase2OptionsTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/PlacementTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/PlacementTest.java index c6ad2347..e6db0b88 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/PlacementTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/PlacementTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/PrivateIpLightForVmTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/PrivateIpLightForVmTest.java index a81892b4..0ac3695e 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/PrivateIpLightForVmTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/PrivateIpLightForVmTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/PrivateIpLightTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/PrivateIpLightTest.java index 2647f156..6dc4d32f 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/PrivateIpLightTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/PrivateIpLightTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/PrivateIpTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/PrivateIpTest.java index 18aa0986..633efecd 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/PrivateIpTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/PrivateIpTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/ProductTypeTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/ProductTypeTest.java index 7654e166..76f36f05 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/ProductTypeTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/ProductTypeTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/PublicIpLightTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/PublicIpLightTest.java index bbecff63..a6f249f5 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/PublicIpLightTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/PublicIpLightTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/PublicIpTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/PublicIpTest.java index 843eb4ed..1c347805 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/PublicIpTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/PublicIpTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/QuotaTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/QuotaTest.java index eb0b6a4b..354dc252 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/QuotaTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/QuotaTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/QuotaTypesTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/QuotaTypesTest.java index 9659cb5f..947ac166 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/QuotaTypesTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/QuotaTypesTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadAccessKeysRequestTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadAccessKeysRequestTest.java index bbadc960..0f773a64 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadAccessKeysRequestTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadAccessKeysRequestTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadAccessKeysResponseTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadAccessKeysResponseTest.java index cd292766..190918d6 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadAccessKeysResponseTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadAccessKeysResponseTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadAccountsRequestTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadAccountsRequestTest.java index cdc2171a..65245a0a 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadAccountsRequestTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadAccountsRequestTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadAccountsResponseTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadAccountsResponseTest.java index cc89b373..c2e545b8 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadAccountsResponseTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadAccountsResponseTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadAdminPasswordRequestTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadAdminPasswordRequestTest.java index f97734d4..a7906e13 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadAdminPasswordRequestTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadAdminPasswordRequestTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadAdminPasswordResponseTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadAdminPasswordResponseTest.java index 32fb4a67..586f36c3 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadAdminPasswordResponseTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadAdminPasswordResponseTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadApiAccessPolicyRequestTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadApiAccessPolicyRequestTest.java index df1b35bf..3b828876 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadApiAccessPolicyRequestTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadApiAccessPolicyRequestTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadApiAccessPolicyResponseTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadApiAccessPolicyResponseTest.java index d776fc81..0afbe5dc 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadApiAccessPolicyResponseTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadApiAccessPolicyResponseTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadApiAccessRulesRequestTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadApiAccessRulesRequestTest.java index 0ac5c8b9..fdbf3c23 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadApiAccessRulesRequestTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadApiAccessRulesRequestTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadApiAccessRulesResponseTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadApiAccessRulesResponseTest.java index de1bc3d0..8a4eed59 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadApiAccessRulesResponseTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadApiAccessRulesResponseTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadApiLogsRequestTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadApiLogsRequestTest.java index 6799d306..8ca10fc2 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadApiLogsRequestTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadApiLogsRequestTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadApiLogsResponseTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadApiLogsResponseTest.java index b56bd156..f1828cea 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadApiLogsResponseTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadApiLogsResponseTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadCasRequestTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadCasRequestTest.java index 1b661f8c..72ebe35f 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadCasRequestTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadCasRequestTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadCasResponseTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadCasResponseTest.java index 51a415fd..cdd4dce5 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadCasResponseTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadCasResponseTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadCatalogRequestTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadCatalogRequestTest.java index 3bed9f2f..0c41bdd0 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadCatalogRequestTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadCatalogRequestTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadCatalogResponseTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadCatalogResponseTest.java index 398057b8..2d310c1a 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadCatalogResponseTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadCatalogResponseTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadCatalogsRequestTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadCatalogsRequestTest.java new file mode 100644 index 00000000..a71bfd82 --- /dev/null +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadCatalogsRequestTest.java @@ -0,0 +1,38 @@ +/* + * 3DS OUTSCALE API + * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). + * + * The version of the OpenAPI document: 1.26 + * Contact: support@outscale.com + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ + +package io.github.outscale.osc_sdk_java.client.model; + +import org.junit.jupiter.api.Test; + +/** Model tests for ReadCatalogsRequest */ +public class ReadCatalogsRequestTest { + private final ReadCatalogsRequest model = new ReadCatalogsRequest(); + + /** Model tests for ReadCatalogsRequest */ + @Test + public void testReadCatalogsRequest() { + // TODO: test ReadCatalogsRequest + } + + /** Test the property 'dryRun' */ + @Test + public void dryRunTest() { + // TODO: test dryRun + } + + /** Test the property 'filters' */ + @Test + public void filtersTest() { + // TODO: test filters + } +} diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadCatalogsResponseTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadCatalogsResponseTest.java new file mode 100644 index 00000000..6a75e523 --- /dev/null +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadCatalogsResponseTest.java @@ -0,0 +1,38 @@ +/* + * 3DS OUTSCALE API + * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). + * + * The version of the OpenAPI document: 1.26 + * Contact: support@outscale.com + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ + +package io.github.outscale.osc_sdk_java.client.model; + +import org.junit.jupiter.api.Test; + +/** Model tests for ReadCatalogsResponse */ +public class ReadCatalogsResponseTest { + private final ReadCatalogsResponse model = new ReadCatalogsResponse(); + + /** Model tests for ReadCatalogsResponse */ + @Test + public void testReadCatalogsResponse() { + // TODO: test ReadCatalogsResponse + } + + /** Test the property 'catalogs' */ + @Test + public void catalogsTest() { + // TODO: test catalogs + } + + /** Test the property 'responseContext' */ + @Test + public void responseContextTest() { + // TODO: test responseContext + } +} diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadClientGatewaysRequestTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadClientGatewaysRequestTest.java index 529d4293..635f0ff8 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadClientGatewaysRequestTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadClientGatewaysRequestTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadClientGatewaysResponseTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadClientGatewaysResponseTest.java index 9c3dce95..447943eb 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadClientGatewaysResponseTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadClientGatewaysResponseTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadConsoleOutputRequestTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadConsoleOutputRequestTest.java index 6807698c..412172bd 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadConsoleOutputRequestTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadConsoleOutputRequestTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadConsoleOutputResponseTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadConsoleOutputResponseTest.java index ac62a7b8..166f6958 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadConsoleOutputResponseTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadConsoleOutputResponseTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadConsumptionAccountRequestTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadConsumptionAccountRequestTest.java index 5877f792..22160635 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadConsumptionAccountRequestTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadConsumptionAccountRequestTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadConsumptionAccountResponseTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadConsumptionAccountResponseTest.java index 49bc925c..09ddf02c 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadConsumptionAccountResponseTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadConsumptionAccountResponseTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadDhcpOptionsRequestTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadDhcpOptionsRequestTest.java index a277423b..1db69ca0 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadDhcpOptionsRequestTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadDhcpOptionsRequestTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadDhcpOptionsResponseTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadDhcpOptionsResponseTest.java index 8324101f..be819488 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadDhcpOptionsResponseTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadDhcpOptionsResponseTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadDirectLinkInterfacesRequestTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadDirectLinkInterfacesRequestTest.java index 1c20375e..7e869f42 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadDirectLinkInterfacesRequestTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadDirectLinkInterfacesRequestTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadDirectLinkInterfacesResponseTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadDirectLinkInterfacesResponseTest.java index e77ace33..772825d7 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadDirectLinkInterfacesResponseTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadDirectLinkInterfacesResponseTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadDirectLinksRequestTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadDirectLinksRequestTest.java index 33a22861..bf5870bf 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadDirectLinksRequestTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadDirectLinksRequestTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadDirectLinksResponseTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadDirectLinksResponseTest.java index c53f6168..59039e56 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadDirectLinksResponseTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadDirectLinksResponseTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadFlexibleGpuCatalogRequestTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadFlexibleGpuCatalogRequestTest.java index 78f53d50..d56dff00 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadFlexibleGpuCatalogRequestTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadFlexibleGpuCatalogRequestTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadFlexibleGpuCatalogResponseTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadFlexibleGpuCatalogResponseTest.java index 8a940c50..fa27a201 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadFlexibleGpuCatalogResponseTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadFlexibleGpuCatalogResponseTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadFlexibleGpusRequestTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadFlexibleGpusRequestTest.java index 18fa775b..5e4843ab 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadFlexibleGpusRequestTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadFlexibleGpusRequestTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadFlexibleGpusResponseTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadFlexibleGpusResponseTest.java index d7c88007..7433d669 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadFlexibleGpusResponseTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadFlexibleGpusResponseTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadImageExportTasksRequestTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadImageExportTasksRequestTest.java index 80bf4a95..4ffc91d4 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadImageExportTasksRequestTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadImageExportTasksRequestTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadImageExportTasksResponseTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadImageExportTasksResponseTest.java index be67b862..d72fcc57 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadImageExportTasksResponseTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadImageExportTasksResponseTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadImagesRequestTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadImagesRequestTest.java index 0ef02c19..00b6f6b2 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadImagesRequestTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadImagesRequestTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadImagesResponseTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadImagesResponseTest.java index a5f47e00..ffa89ad8 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadImagesResponseTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadImagesResponseTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadInternetServicesRequestTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadInternetServicesRequestTest.java index ef4dc5ac..195f8999 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadInternetServicesRequestTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadInternetServicesRequestTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadInternetServicesResponseTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadInternetServicesResponseTest.java index d9e2cc22..7a5e3cb5 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadInternetServicesResponseTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadInternetServicesResponseTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadKeypairsRequestTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadKeypairsRequestTest.java index c020501c..a22c56fd 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadKeypairsRequestTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadKeypairsRequestTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadKeypairsResponseTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadKeypairsResponseTest.java index 91ccaf88..f64a0134 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadKeypairsResponseTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadKeypairsResponseTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadListenerRulesRequestTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadListenerRulesRequestTest.java index 293ceb3a..ce7adaed 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadListenerRulesRequestTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadListenerRulesRequestTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadListenerRulesResponseTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadListenerRulesResponseTest.java index f30d991e..2ab91873 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadListenerRulesResponseTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadListenerRulesResponseTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadLoadBalancerTagsRequestTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadLoadBalancerTagsRequestTest.java index 93a3527b..c589da42 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadLoadBalancerTagsRequestTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadLoadBalancerTagsRequestTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadLoadBalancerTagsResponseTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadLoadBalancerTagsResponseTest.java index 49bae30b..616603a5 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadLoadBalancerTagsResponseTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadLoadBalancerTagsResponseTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadLoadBalancersRequestTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadLoadBalancersRequestTest.java index 32203978..71013793 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadLoadBalancersRequestTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadLoadBalancersRequestTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadLoadBalancersResponseTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadLoadBalancersResponseTest.java index adb20c76..a228539c 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadLoadBalancersResponseTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadLoadBalancersResponseTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadLocationsRequestTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadLocationsRequestTest.java index df33ce3b..14627b77 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadLocationsRequestTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadLocationsRequestTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadLocationsResponseTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadLocationsResponseTest.java index 50f3832d..b3a15988 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadLocationsResponseTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadLocationsResponseTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadNatServicesRequestTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadNatServicesRequestTest.java index cbda787b..ce9ec750 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadNatServicesRequestTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadNatServicesRequestTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadNatServicesResponseTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadNatServicesResponseTest.java index a6327cd7..1a06f212 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadNatServicesResponseTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadNatServicesResponseTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadNetAccessPointServicesRequestTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadNetAccessPointServicesRequestTest.java index f9f9865b..0a3a1076 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadNetAccessPointServicesRequestTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadNetAccessPointServicesRequestTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadNetAccessPointServicesResponseTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadNetAccessPointServicesResponseTest.java index e2d619a6..828795d6 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadNetAccessPointServicesResponseTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadNetAccessPointServicesResponseTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadNetAccessPointsRequestTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadNetAccessPointsRequestTest.java index dea9e680..fd1acc54 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadNetAccessPointsRequestTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadNetAccessPointsRequestTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadNetAccessPointsResponseTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadNetAccessPointsResponseTest.java index e319129f..c395731e 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadNetAccessPointsResponseTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadNetAccessPointsResponseTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadNetPeeringsRequestTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadNetPeeringsRequestTest.java index ebdf9f16..ce33929b 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadNetPeeringsRequestTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadNetPeeringsRequestTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadNetPeeringsResponseTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadNetPeeringsResponseTest.java index 90e5424d..2401fa26 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadNetPeeringsResponseTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadNetPeeringsResponseTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadNetsRequestTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadNetsRequestTest.java index b7017292..a9fe357f 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadNetsRequestTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadNetsRequestTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadNetsResponseTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadNetsResponseTest.java index a84b1da0..8cca53a3 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadNetsResponseTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadNetsResponseTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadNicsRequestTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadNicsRequestTest.java index 5eb4db0e..006ed2a0 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadNicsRequestTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadNicsRequestTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadNicsResponseTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadNicsResponseTest.java index 27d840e7..cd2a31a7 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadNicsResponseTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadNicsResponseTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadProductTypesRequestTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadProductTypesRequestTest.java index 4102d454..84871e1b 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadProductTypesRequestTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadProductTypesRequestTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadProductTypesResponseTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadProductTypesResponseTest.java index 802285d1..f16b2813 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadProductTypesResponseTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadProductTypesResponseTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadPublicCatalogRequestTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadPublicCatalogRequestTest.java index ef43f765..3fb2ab94 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadPublicCatalogRequestTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadPublicCatalogRequestTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadPublicCatalogResponseTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadPublicCatalogResponseTest.java index 8c837f03..86e41be9 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadPublicCatalogResponseTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadPublicCatalogResponseTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadPublicIpRangesRequestTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadPublicIpRangesRequestTest.java index 3bf1cddf..f18c2a31 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadPublicIpRangesRequestTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadPublicIpRangesRequestTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadPublicIpRangesResponseTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadPublicIpRangesResponseTest.java index bac9cf12..83cedec1 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadPublicIpRangesResponseTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadPublicIpRangesResponseTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadPublicIpsRequestTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadPublicIpsRequestTest.java index a4b82489..315ae980 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadPublicIpsRequestTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadPublicIpsRequestTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadPublicIpsResponseTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadPublicIpsResponseTest.java index 634427f4..ca196a82 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadPublicIpsResponseTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadPublicIpsResponseTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadQuotasRequestTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadQuotasRequestTest.java index ac0907d0..dedee198 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadQuotasRequestTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadQuotasRequestTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadQuotasResponseTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadQuotasResponseTest.java index e1ac42c7..95fca5df 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadQuotasResponseTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadQuotasResponseTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadRegionsRequestTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadRegionsRequestTest.java index 864fe13f..58b6df8f 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadRegionsRequestTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadRegionsRequestTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadRegionsResponseTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadRegionsResponseTest.java index 44b9de30..1de78ed1 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadRegionsResponseTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadRegionsResponseTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadRouteTablesRequestTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadRouteTablesRequestTest.java index 68ce8558..b7f4e12b 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadRouteTablesRequestTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadRouteTablesRequestTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadRouteTablesResponseTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadRouteTablesResponseTest.java index 0154e56f..ee707fbe 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadRouteTablesResponseTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadRouteTablesResponseTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadSecretAccessKeyRequestTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadSecretAccessKeyRequestTest.java index d49121bb..8f6636f2 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadSecretAccessKeyRequestTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadSecretAccessKeyRequestTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadSecretAccessKeyResponseTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadSecretAccessKeyResponseTest.java index fd6888c7..9856b89e 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadSecretAccessKeyResponseTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadSecretAccessKeyResponseTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadSecurityGroupsRequestTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadSecurityGroupsRequestTest.java index 1d1c1dd4..519db0cc 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadSecurityGroupsRequestTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadSecurityGroupsRequestTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadSecurityGroupsResponseTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadSecurityGroupsResponseTest.java index 2041d34f..8ff3c48b 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadSecurityGroupsResponseTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadSecurityGroupsResponseTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadServerCertificatesRequestTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadServerCertificatesRequestTest.java index 803581b2..d8de72c8 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadServerCertificatesRequestTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadServerCertificatesRequestTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadServerCertificatesResponseTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadServerCertificatesResponseTest.java index f75cea39..fb61993b 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadServerCertificatesResponseTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadServerCertificatesResponseTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadSnapshotExportTasksRequestTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadSnapshotExportTasksRequestTest.java index a2e33aa2..f61f3b6b 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadSnapshotExportTasksRequestTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadSnapshotExportTasksRequestTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadSnapshotExportTasksResponseTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadSnapshotExportTasksResponseTest.java index a5c31ef9..284ac9e0 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadSnapshotExportTasksResponseTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadSnapshotExportTasksResponseTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadSnapshotsRequestTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadSnapshotsRequestTest.java index a76d95c1..d0998e5a 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadSnapshotsRequestTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadSnapshotsRequestTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadSnapshotsResponseTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadSnapshotsResponseTest.java index 43f8097f..f39ced6e 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadSnapshotsResponseTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadSnapshotsResponseTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadSubnetsRequestTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadSubnetsRequestTest.java index 01a0d1f8..f88a5e35 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadSubnetsRequestTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadSubnetsRequestTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadSubnetsResponseTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadSubnetsResponseTest.java index 9aa22b0e..abd0962e 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadSubnetsResponseTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadSubnetsResponseTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadSubregionsRequestTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadSubregionsRequestTest.java index 6d2bd7b9..4f37975e 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadSubregionsRequestTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadSubregionsRequestTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadSubregionsResponseTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadSubregionsResponseTest.java index 9a0601fe..fa6fd620 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadSubregionsResponseTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadSubregionsResponseTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadTagsRequestTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadTagsRequestTest.java index 2e4bbd26..79e8b0b4 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadTagsRequestTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadTagsRequestTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadTagsResponseTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadTagsResponseTest.java index 29e137e5..410d54de 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadTagsResponseTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadTagsResponseTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadVirtualGatewaysRequestTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadVirtualGatewaysRequestTest.java index b8ad39a5..077a4bd2 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadVirtualGatewaysRequestTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadVirtualGatewaysRequestTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadVirtualGatewaysResponseTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadVirtualGatewaysResponseTest.java index 3d7d2d88..db06c0e7 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadVirtualGatewaysResponseTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadVirtualGatewaysResponseTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadVmGroupsRequestTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadVmGroupsRequestTest.java new file mode 100644 index 00000000..fef47dee --- /dev/null +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadVmGroupsRequestTest.java @@ -0,0 +1,38 @@ +/* + * 3DS OUTSCALE API + * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). + * + * The version of the OpenAPI document: 1.26 + * Contact: support@outscale.com + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ + +package io.github.outscale.osc_sdk_java.client.model; + +import org.junit.jupiter.api.Test; + +/** Model tests for ReadVmGroupsRequest */ +public class ReadVmGroupsRequestTest { + private final ReadVmGroupsRequest model = new ReadVmGroupsRequest(); + + /** Model tests for ReadVmGroupsRequest */ + @Test + public void testReadVmGroupsRequest() { + // TODO: test ReadVmGroupsRequest + } + + /** Test the property 'dryRun' */ + @Test + public void dryRunTest() { + // TODO: test dryRun + } + + /** Test the property 'filters' */ + @Test + public void filtersTest() { + // TODO: test filters + } +} diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadVmGroupsResponseTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadVmGroupsResponseTest.java new file mode 100644 index 00000000..d2315f18 --- /dev/null +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadVmGroupsResponseTest.java @@ -0,0 +1,38 @@ +/* + * 3DS OUTSCALE API + * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). + * + * The version of the OpenAPI document: 1.26 + * Contact: support@outscale.com + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ + +package io.github.outscale.osc_sdk_java.client.model; + +import org.junit.jupiter.api.Test; + +/** Model tests for ReadVmGroupsResponse */ +public class ReadVmGroupsResponseTest { + private final ReadVmGroupsResponse model = new ReadVmGroupsResponse(); + + /** Model tests for ReadVmGroupsResponse */ + @Test + public void testReadVmGroupsResponse() { + // TODO: test ReadVmGroupsResponse + } + + /** Test the property 'responseContext' */ + @Test + public void responseContextTest() { + // TODO: test responseContext + } + + /** Test the property 'vmGroups' */ + @Test + public void vmGroupsTest() { + // TODO: test vmGroups + } +} diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadVmTemplatesRequestTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadVmTemplatesRequestTest.java new file mode 100644 index 00000000..e5934ea0 --- /dev/null +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadVmTemplatesRequestTest.java @@ -0,0 +1,38 @@ +/* + * 3DS OUTSCALE API + * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). + * + * The version of the OpenAPI document: 1.26 + * Contact: support@outscale.com + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ + +package io.github.outscale.osc_sdk_java.client.model; + +import org.junit.jupiter.api.Test; + +/** Model tests for ReadVmTemplatesRequest */ +public class ReadVmTemplatesRequestTest { + private final ReadVmTemplatesRequest model = new ReadVmTemplatesRequest(); + + /** Model tests for ReadVmTemplatesRequest */ + @Test + public void testReadVmTemplatesRequest() { + // TODO: test ReadVmTemplatesRequest + } + + /** Test the property 'dryRun' */ + @Test + public void dryRunTest() { + // TODO: test dryRun + } + + /** Test the property 'filters' */ + @Test + public void filtersTest() { + // TODO: test filters + } +} diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadVmTemplatesResponseTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadVmTemplatesResponseTest.java new file mode 100644 index 00000000..7e19a8d2 --- /dev/null +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadVmTemplatesResponseTest.java @@ -0,0 +1,38 @@ +/* + * 3DS OUTSCALE API + * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). + * + * The version of the OpenAPI document: 1.26 + * Contact: support@outscale.com + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ + +package io.github.outscale.osc_sdk_java.client.model; + +import org.junit.jupiter.api.Test; + +/** Model tests for ReadVmTemplatesResponse */ +public class ReadVmTemplatesResponseTest { + private final ReadVmTemplatesResponse model = new ReadVmTemplatesResponse(); + + /** Model tests for ReadVmTemplatesResponse */ + @Test + public void testReadVmTemplatesResponse() { + // TODO: test ReadVmTemplatesResponse + } + + /** Test the property 'responseContext' */ + @Test + public void responseContextTest() { + // TODO: test responseContext + } + + /** Test the property 'vmTemplates' */ + @Test + public void vmTemplatesTest() { + // TODO: test vmTemplates + } +} diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadVmTypesRequestTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadVmTypesRequestTest.java index a5769fde..de1c4a0b 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadVmTypesRequestTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadVmTypesRequestTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadVmTypesResponseTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadVmTypesResponseTest.java index d321c152..58371fc8 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadVmTypesResponseTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadVmTypesResponseTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadVmsHealthRequestTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadVmsHealthRequestTest.java index 201f5d7d..d9c9cac7 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadVmsHealthRequestTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadVmsHealthRequestTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadVmsHealthResponseTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadVmsHealthResponseTest.java index 59d7a63c..cc669b14 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadVmsHealthResponseTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadVmsHealthResponseTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadVmsRequestTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadVmsRequestTest.java index 10b2c38a..b98717ad 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadVmsRequestTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadVmsRequestTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadVmsResponseTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadVmsResponseTest.java index dd5d1c97..bf1764be 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadVmsResponseTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadVmsResponseTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadVmsStateRequestTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadVmsStateRequestTest.java index ac4be00e..b6aa6e02 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadVmsStateRequestTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadVmsStateRequestTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadVmsStateResponseTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadVmsStateResponseTest.java index 98f8a73e..c0158fba 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadVmsStateResponseTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadVmsStateResponseTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadVolumesRequestTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadVolumesRequestTest.java index d8a6092d..76509c08 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadVolumesRequestTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadVolumesRequestTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadVolumesResponseTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadVolumesResponseTest.java index a1a3f143..675bada7 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadVolumesResponseTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadVolumesResponseTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadVpnConnectionsRequestTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadVpnConnectionsRequestTest.java index 9acb0dc1..be61c6e0 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadVpnConnectionsRequestTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadVpnConnectionsRequestTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadVpnConnectionsResponseTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadVpnConnectionsResponseTest.java index 9189fad9..3723334a 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadVpnConnectionsResponseTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/ReadVpnConnectionsResponseTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/RebootVmsRequestTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/RebootVmsRequestTest.java index cd8515fb..2e6bbae2 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/RebootVmsRequestTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/RebootVmsRequestTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/RebootVmsResponseTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/RebootVmsResponseTest.java index c10110c8..68fffbcc 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/RebootVmsResponseTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/RebootVmsResponseTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/RegionTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/RegionTest.java index 9ca574bf..cd8aee69 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/RegionTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/RegionTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/RegisterVmsInLoadBalancerRequestTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/RegisterVmsInLoadBalancerRequestTest.java index e0f2d452..96b0eaf6 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/RegisterVmsInLoadBalancerRequestTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/RegisterVmsInLoadBalancerRequestTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/RegisterVmsInLoadBalancerResponseTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/RegisterVmsInLoadBalancerResponseTest.java index 36d7f81c..08dea4ec 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/RegisterVmsInLoadBalancerResponseTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/RegisterVmsInLoadBalancerResponseTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/RejectNetPeeringRequestTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/RejectNetPeeringRequestTest.java index 0444f204..4a26f086 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/RejectNetPeeringRequestTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/RejectNetPeeringRequestTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/RejectNetPeeringResponseTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/RejectNetPeeringResponseTest.java index 506f9c39..c073b1cb 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/RejectNetPeeringResponseTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/RejectNetPeeringResponseTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/ResetAccountPasswordRequestTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/ResetAccountPasswordRequestTest.java index ef88d752..eef6abe7 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/ResetAccountPasswordRequestTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/ResetAccountPasswordRequestTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/ResetAccountPasswordResponseTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/ResetAccountPasswordResponseTest.java index 4a1cb196..4e918145 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/ResetAccountPasswordResponseTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/ResetAccountPasswordResponseTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/ResourceLoadBalancerTagTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/ResourceLoadBalancerTagTest.java index 08b496d0..7f6acbee 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/ResourceLoadBalancerTagTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/ResourceLoadBalancerTagTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/ResourceTagTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/ResourceTagTest.java index ac1193aa..60e808ff 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/ResourceTagTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/ResourceTagTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/ResponseContextTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/ResponseContextTest.java index 540220d9..a70c4d30 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/ResponseContextTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/ResponseContextTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/RouteLightTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/RouteLightTest.java index 8298a980..be7d5c6e 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/RouteLightTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/RouteLightTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/RoutePropagatingVirtualGatewayTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/RoutePropagatingVirtualGatewayTest.java index 62dd04b3..49ebde93 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/RoutePropagatingVirtualGatewayTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/RoutePropagatingVirtualGatewayTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/RouteTableTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/RouteTableTest.java index 4c6ae3ec..9d182bc5 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/RouteTableTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/RouteTableTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/RouteTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/RouteTest.java index 312d955e..f1c0c1d8 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/RouteTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/RouteTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/ScaleDownVmGroupRequestTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/ScaleDownVmGroupRequestTest.java new file mode 100644 index 00000000..1a8b3926 --- /dev/null +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/ScaleDownVmGroupRequestTest.java @@ -0,0 +1,44 @@ +/* + * 3DS OUTSCALE API + * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). + * + * The version of the OpenAPI document: 1.26 + * Contact: support@outscale.com + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ + +package io.github.outscale.osc_sdk_java.client.model; + +import org.junit.jupiter.api.Test; + +/** Model tests for ScaleDownVmGroupRequest */ +public class ScaleDownVmGroupRequestTest { + private final ScaleDownVmGroupRequest model = new ScaleDownVmGroupRequest(); + + /** Model tests for ScaleDownVmGroupRequest */ + @Test + public void testScaleDownVmGroupRequest() { + // TODO: test ScaleDownVmGroupRequest + } + + /** Test the property 'dryRun' */ + @Test + public void dryRunTest() { + // TODO: test dryRun + } + + /** Test the property 'vmGroupId' */ + @Test + public void vmGroupIdTest() { + // TODO: test vmGroupId + } + + /** Test the property 'vmSubtraction' */ + @Test + public void vmSubtractionTest() { + // TODO: test vmSubtraction + } +} diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/ScaleDownVmGroupResponseTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/ScaleDownVmGroupResponseTest.java new file mode 100644 index 00000000..e0761643 --- /dev/null +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/ScaleDownVmGroupResponseTest.java @@ -0,0 +1,32 @@ +/* + * 3DS OUTSCALE API + * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). + * + * The version of the OpenAPI document: 1.26 + * Contact: support@outscale.com + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ + +package io.github.outscale.osc_sdk_java.client.model; + +import org.junit.jupiter.api.Test; + +/** Model tests for ScaleDownVmGroupResponse */ +public class ScaleDownVmGroupResponseTest { + private final ScaleDownVmGroupResponse model = new ScaleDownVmGroupResponse(); + + /** Model tests for ScaleDownVmGroupResponse */ + @Test + public void testScaleDownVmGroupResponse() { + // TODO: test ScaleDownVmGroupResponse + } + + /** Test the property 'responseContext' */ + @Test + public void responseContextTest() { + // TODO: test responseContext + } +} diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/ScaleUpVmGroupRequestTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/ScaleUpVmGroupRequestTest.java new file mode 100644 index 00000000..1da01147 --- /dev/null +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/ScaleUpVmGroupRequestTest.java @@ -0,0 +1,44 @@ +/* + * 3DS OUTSCALE API + * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). + * + * The version of the OpenAPI document: 1.26 + * Contact: support@outscale.com + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ + +package io.github.outscale.osc_sdk_java.client.model; + +import org.junit.jupiter.api.Test; + +/** Model tests for ScaleUpVmGroupRequest */ +public class ScaleUpVmGroupRequestTest { + private final ScaleUpVmGroupRequest model = new ScaleUpVmGroupRequest(); + + /** Model tests for ScaleUpVmGroupRequest */ + @Test + public void testScaleUpVmGroupRequest() { + // TODO: test ScaleUpVmGroupRequest + } + + /** Test the property 'dryRun' */ + @Test + public void dryRunTest() { + // TODO: test dryRun + } + + /** Test the property 'vmAddition' */ + @Test + public void vmAdditionTest() { + // TODO: test vmAddition + } + + /** Test the property 'vmGroupId' */ + @Test + public void vmGroupIdTest() { + // TODO: test vmGroupId + } +} diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/ScaleUpVmGroupResponseTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/ScaleUpVmGroupResponseTest.java new file mode 100644 index 00000000..11e583ff --- /dev/null +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/ScaleUpVmGroupResponseTest.java @@ -0,0 +1,32 @@ +/* + * 3DS OUTSCALE API + * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). + * + * The version of the OpenAPI document: 1.26 + * Contact: support@outscale.com + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ + +package io.github.outscale.osc_sdk_java.client.model; + +import org.junit.jupiter.api.Test; + +/** Model tests for ScaleUpVmGroupResponse */ +public class ScaleUpVmGroupResponseTest { + private final ScaleUpVmGroupResponse model = new ScaleUpVmGroupResponse(); + + /** Model tests for ScaleUpVmGroupResponse */ + @Test + public void testScaleUpVmGroupResponse() { + // TODO: test ScaleUpVmGroupResponse + } + + /** Test the property 'responseContext' */ + @Test + public void responseContextTest() { + // TODO: test responseContext + } +} diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/SecurityGroupLightTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/SecurityGroupLightTest.java index 2e19c78a..fa73c7e9 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/SecurityGroupLightTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/SecurityGroupLightTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/SecurityGroupRuleTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/SecurityGroupRuleTest.java index ec6181a0..fe2778f7 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/SecurityGroupRuleTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/SecurityGroupRuleTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/SecurityGroupTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/SecurityGroupTest.java index e4b8bc63..d65d94f5 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/SecurityGroupTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/SecurityGroupTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/SecurityGroupsMemberTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/SecurityGroupsMemberTest.java index cb0107b8..69607948 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/SecurityGroupsMemberTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/SecurityGroupsMemberTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/SendResetPasswordEmailRequestTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/SendResetPasswordEmailRequestTest.java index c85ec0b5..7f3c4e34 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/SendResetPasswordEmailRequestTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/SendResetPasswordEmailRequestTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/SendResetPasswordEmailResponseTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/SendResetPasswordEmailResponseTest.java index 122a49b1..3f5ec6a3 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/SendResetPasswordEmailResponseTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/SendResetPasswordEmailResponseTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/ServerCertificateTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/ServerCertificateTest.java index 87497137..1a107a92 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/ServerCertificateTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/ServerCertificateTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/ServiceTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/ServiceTest.java index ba099b44..9f3194e9 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/ServiceTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/ServiceTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/SnapshotExportTaskTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/SnapshotExportTaskTest.java index 48c461a1..0165a104 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/SnapshotExportTaskTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/SnapshotExportTaskTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/SnapshotTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/SnapshotTest.java index 09516c2f..a111dbb3 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/SnapshotTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/SnapshotTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/SourceNetTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/SourceNetTest.java index fd7d8326..46f2f85f 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/SourceNetTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/SourceNetTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/SourceSecurityGroupTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/SourceSecurityGroupTest.java index b18f6f62..60fd2895 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/SourceSecurityGroupTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/SourceSecurityGroupTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/StartVmsRequestTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/StartVmsRequestTest.java index a0fb6f96..e7a3f257 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/StartVmsRequestTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/StartVmsRequestTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/StartVmsResponseTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/StartVmsResponseTest.java index 2e944303..fb8fc944 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/StartVmsResponseTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/StartVmsResponseTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/StateCommentTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/StateCommentTest.java index 6b458127..4f7a2751 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/StateCommentTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/StateCommentTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/StopVmsRequestTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/StopVmsRequestTest.java index 19eb49a4..d759f460 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/StopVmsRequestTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/StopVmsRequestTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/StopVmsResponseTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/StopVmsResponseTest.java index 10ee8634..3cb715dc 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/StopVmsResponseTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/StopVmsResponseTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/SubnetTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/SubnetTest.java index d3362852..7a73087b 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/SubnetTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/SubnetTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/SubregionTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/SubregionTest.java index aed60919..e315795f 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/SubregionTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/SubregionTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/TagTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/TagTest.java index 74d3c742..c88113cb 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/TagTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/TagTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/UnlinkFlexibleGpuRequestTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/UnlinkFlexibleGpuRequestTest.java index 565dc3bc..7e95f7be 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/UnlinkFlexibleGpuRequestTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/UnlinkFlexibleGpuRequestTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/UnlinkFlexibleGpuResponseTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/UnlinkFlexibleGpuResponseTest.java index 56e0dcce..16cb42fd 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/UnlinkFlexibleGpuResponseTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/UnlinkFlexibleGpuResponseTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/UnlinkInternetServiceRequestTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/UnlinkInternetServiceRequestTest.java index 12722308..85f0d24c 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/UnlinkInternetServiceRequestTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/UnlinkInternetServiceRequestTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/UnlinkInternetServiceResponseTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/UnlinkInternetServiceResponseTest.java index cf2b4cd3..90c6ba80 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/UnlinkInternetServiceResponseTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/UnlinkInternetServiceResponseTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/UnlinkLoadBalancerBackendMachinesRequestTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/UnlinkLoadBalancerBackendMachinesRequestTest.java index 137d9fa8..eeb5db9e 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/UnlinkLoadBalancerBackendMachinesRequestTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/UnlinkLoadBalancerBackendMachinesRequestTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/UnlinkLoadBalancerBackendMachinesResponseTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/UnlinkLoadBalancerBackendMachinesResponseTest.java index 6294ce91..b99c2a15 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/UnlinkLoadBalancerBackendMachinesResponseTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/UnlinkLoadBalancerBackendMachinesResponseTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/UnlinkNicRequestTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/UnlinkNicRequestTest.java index 7b322a29..9e70c707 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/UnlinkNicRequestTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/UnlinkNicRequestTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/UnlinkNicResponseTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/UnlinkNicResponseTest.java index 01584fdd..ae7b8e77 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/UnlinkNicResponseTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/UnlinkNicResponseTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/UnlinkPrivateIpsRequestTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/UnlinkPrivateIpsRequestTest.java index e75fbfa6..e4d656c1 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/UnlinkPrivateIpsRequestTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/UnlinkPrivateIpsRequestTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/UnlinkPrivateIpsResponseTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/UnlinkPrivateIpsResponseTest.java index d18e2d5a..39e12c52 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/UnlinkPrivateIpsResponseTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/UnlinkPrivateIpsResponseTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/UnlinkPublicIpRequestTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/UnlinkPublicIpRequestTest.java index a429fee5..bdb3a693 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/UnlinkPublicIpRequestTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/UnlinkPublicIpRequestTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/UnlinkPublicIpResponseTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/UnlinkPublicIpResponseTest.java index ff4c029f..cfba84bd 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/UnlinkPublicIpResponseTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/UnlinkPublicIpResponseTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/UnlinkRouteTableRequestTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/UnlinkRouteTableRequestTest.java index 04092daf..271b79ab 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/UnlinkRouteTableRequestTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/UnlinkRouteTableRequestTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/UnlinkRouteTableResponseTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/UnlinkRouteTableResponseTest.java index 435691b4..ee2db4a1 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/UnlinkRouteTableResponseTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/UnlinkRouteTableResponseTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/UnlinkVirtualGatewayRequestTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/UnlinkVirtualGatewayRequestTest.java index f88a1984..656918a3 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/UnlinkVirtualGatewayRequestTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/UnlinkVirtualGatewayRequestTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/UnlinkVirtualGatewayResponseTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/UnlinkVirtualGatewayResponseTest.java index fd64fe54..dabed3da 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/UnlinkVirtualGatewayResponseTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/UnlinkVirtualGatewayResponseTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/UnlinkVolumeRequestTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/UnlinkVolumeRequestTest.java index 2b90e54b..1c99e67e 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/UnlinkVolumeRequestTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/UnlinkVolumeRequestTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/UnlinkVolumeResponseTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/UnlinkVolumeResponseTest.java index 741fdf20..ddf919dc 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/UnlinkVolumeResponseTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/UnlinkVolumeResponseTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/UpdateAccessKeyRequestTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/UpdateAccessKeyRequestTest.java index 75ad9688..6f4f9632 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/UpdateAccessKeyRequestTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/UpdateAccessKeyRequestTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/UpdateAccessKeyResponseTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/UpdateAccessKeyResponseTest.java index 115bf4db..c2690742 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/UpdateAccessKeyResponseTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/UpdateAccessKeyResponseTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/UpdateAccountRequestTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/UpdateAccountRequestTest.java index 010d2c30..0cf52d0a 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/UpdateAccountRequestTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/UpdateAccountRequestTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/UpdateAccountResponseTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/UpdateAccountResponseTest.java index 71c34e38..b1d419c4 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/UpdateAccountResponseTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/UpdateAccountResponseTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/UpdateApiAccessPolicyRequestTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/UpdateApiAccessPolicyRequestTest.java index 0e6c2342..73c2f60e 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/UpdateApiAccessPolicyRequestTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/UpdateApiAccessPolicyRequestTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/UpdateApiAccessPolicyResponseTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/UpdateApiAccessPolicyResponseTest.java index 420ebc42..fb80efe4 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/UpdateApiAccessPolicyResponseTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/UpdateApiAccessPolicyResponseTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/UpdateApiAccessRuleRequestTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/UpdateApiAccessRuleRequestTest.java index 677bc324..e1eb432b 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/UpdateApiAccessRuleRequestTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/UpdateApiAccessRuleRequestTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/UpdateApiAccessRuleResponseTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/UpdateApiAccessRuleResponseTest.java index 828484a5..a5a84e6b 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/UpdateApiAccessRuleResponseTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/UpdateApiAccessRuleResponseTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/UpdateCaRequestTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/UpdateCaRequestTest.java index d4ff49c7..fc846a3d 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/UpdateCaRequestTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/UpdateCaRequestTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/UpdateCaResponseTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/UpdateCaResponseTest.java index 945db011..78b42dcd 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/UpdateCaResponseTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/UpdateCaResponseTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/UpdateDirectLinkInterfaceRequestTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/UpdateDirectLinkInterfaceRequestTest.java index f172e41a..a1010062 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/UpdateDirectLinkInterfaceRequestTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/UpdateDirectLinkInterfaceRequestTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/UpdateDirectLinkInterfaceResponseTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/UpdateDirectLinkInterfaceResponseTest.java index 8c675353..507ed316 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/UpdateDirectLinkInterfaceResponseTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/UpdateDirectLinkInterfaceResponseTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/UpdateFlexibleGpuRequestTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/UpdateFlexibleGpuRequestTest.java index 3feb4ae0..adaa906a 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/UpdateFlexibleGpuRequestTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/UpdateFlexibleGpuRequestTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/UpdateFlexibleGpuResponseTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/UpdateFlexibleGpuResponseTest.java index a9265112..1e0130ad 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/UpdateFlexibleGpuResponseTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/UpdateFlexibleGpuResponseTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/UpdateImageRequestTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/UpdateImageRequestTest.java index 5000519c..c1195610 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/UpdateImageRequestTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/UpdateImageRequestTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/UpdateImageResponseTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/UpdateImageResponseTest.java index 70d94b46..4ce09963 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/UpdateImageResponseTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/UpdateImageResponseTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/UpdateListenerRuleRequestTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/UpdateListenerRuleRequestTest.java index a4879f74..59dea505 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/UpdateListenerRuleRequestTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/UpdateListenerRuleRequestTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/UpdateListenerRuleResponseTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/UpdateListenerRuleResponseTest.java index aa12eb96..8b360b48 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/UpdateListenerRuleResponseTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/UpdateListenerRuleResponseTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/UpdateLoadBalancerRequestTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/UpdateLoadBalancerRequestTest.java index f1f9c282..e260468b 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/UpdateLoadBalancerRequestTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/UpdateLoadBalancerRequestTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/UpdateLoadBalancerResponseTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/UpdateLoadBalancerResponseTest.java index ee173cfd..6634eaae 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/UpdateLoadBalancerResponseTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/UpdateLoadBalancerResponseTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/UpdateNetAccessPointRequestTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/UpdateNetAccessPointRequestTest.java index b4016b90..02ac2c24 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/UpdateNetAccessPointRequestTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/UpdateNetAccessPointRequestTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/UpdateNetAccessPointResponseTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/UpdateNetAccessPointResponseTest.java index 49eb09a5..636bac55 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/UpdateNetAccessPointResponseTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/UpdateNetAccessPointResponseTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/UpdateNetRequestTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/UpdateNetRequestTest.java index ea349fee..fbc26f65 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/UpdateNetRequestTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/UpdateNetRequestTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/UpdateNetResponseTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/UpdateNetResponseTest.java index 855d3cd3..365cf871 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/UpdateNetResponseTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/UpdateNetResponseTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/UpdateNicRequestTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/UpdateNicRequestTest.java index 291372c3..df21588e 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/UpdateNicRequestTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/UpdateNicRequestTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/UpdateNicResponseTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/UpdateNicResponseTest.java index c24c0ca2..6d1deb8a 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/UpdateNicResponseTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/UpdateNicResponseTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/UpdateRoutePropagationRequestTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/UpdateRoutePropagationRequestTest.java index 5b4432ee..3b751068 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/UpdateRoutePropagationRequestTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/UpdateRoutePropagationRequestTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/UpdateRoutePropagationResponseTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/UpdateRoutePropagationResponseTest.java index 9cce1952..e4096071 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/UpdateRoutePropagationResponseTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/UpdateRoutePropagationResponseTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/UpdateRouteRequestTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/UpdateRouteRequestTest.java index 49a02c13..e652a0bd 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/UpdateRouteRequestTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/UpdateRouteRequestTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/UpdateRouteResponseTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/UpdateRouteResponseTest.java index 090c61dd..18dcf949 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/UpdateRouteResponseTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/UpdateRouteResponseTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/UpdateServerCertificateRequestTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/UpdateServerCertificateRequestTest.java index b9603ad5..3bd560f2 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/UpdateServerCertificateRequestTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/UpdateServerCertificateRequestTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/UpdateServerCertificateResponseTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/UpdateServerCertificateResponseTest.java index ea1032e6..9e662db1 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/UpdateServerCertificateResponseTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/UpdateServerCertificateResponseTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/UpdateSnapshotRequestTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/UpdateSnapshotRequestTest.java index e3255b74..34d76239 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/UpdateSnapshotRequestTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/UpdateSnapshotRequestTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/UpdateSnapshotResponseTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/UpdateSnapshotResponseTest.java index d9806c2b..b009a22c 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/UpdateSnapshotResponseTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/UpdateSnapshotResponseTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/UpdateSubnetRequestTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/UpdateSubnetRequestTest.java index 284040af..aefaaa1c 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/UpdateSubnetRequestTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/UpdateSubnetRequestTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/UpdateSubnetResponseTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/UpdateSubnetResponseTest.java index b509363e..ebc39b6a 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/UpdateSubnetResponseTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/UpdateSubnetResponseTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/UpdateVmGroupRequestTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/UpdateVmGroupRequestTest.java new file mode 100644 index 00000000..098db505 --- /dev/null +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/UpdateVmGroupRequestTest.java @@ -0,0 +1,62 @@ +/* + * 3DS OUTSCALE API + * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). + * + * The version of the OpenAPI document: 1.26 + * Contact: support@outscale.com + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ + +package io.github.outscale.osc_sdk_java.client.model; + +import org.junit.jupiter.api.Test; + +/** Model tests for UpdateVmGroupRequest */ +public class UpdateVmGroupRequestTest { + private final UpdateVmGroupRequest model = new UpdateVmGroupRequest(); + + /** Model tests for UpdateVmGroupRequest */ + @Test + public void testUpdateVmGroupRequest() { + // TODO: test UpdateVmGroupRequest + } + + /** Test the property 'description' */ + @Test + public void descriptionTest() { + // TODO: test description + } + + /** Test the property 'dryRun' */ + @Test + public void dryRunTest() { + // TODO: test dryRun + } + + /** Test the property 'tags' */ + @Test + public void tagsTest() { + // TODO: test tags + } + + /** Test the property 'vmGroupId' */ + @Test + public void vmGroupIdTest() { + // TODO: test vmGroupId + } + + /** Test the property 'vmGroupName' */ + @Test + public void vmGroupNameTest() { + // TODO: test vmGroupName + } + + /** Test the property 'vmTemplateId' */ + @Test + public void vmTemplateIdTest() { + // TODO: test vmTemplateId + } +} diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/UpdateVmGroupResponseTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/UpdateVmGroupResponseTest.java new file mode 100644 index 00000000..270f36c2 --- /dev/null +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/UpdateVmGroupResponseTest.java @@ -0,0 +1,38 @@ +/* + * 3DS OUTSCALE API + * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). + * + * The version of the OpenAPI document: 1.26 + * Contact: support@outscale.com + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ + +package io.github.outscale.osc_sdk_java.client.model; + +import org.junit.jupiter.api.Test; + +/** Model tests for UpdateVmGroupResponse */ +public class UpdateVmGroupResponseTest { + private final UpdateVmGroupResponse model = new UpdateVmGroupResponse(); + + /** Model tests for UpdateVmGroupResponse */ + @Test + public void testUpdateVmGroupResponse() { + // TODO: test UpdateVmGroupResponse + } + + /** Test the property 'responseContext' */ + @Test + public void responseContextTest() { + // TODO: test responseContext + } + + /** Test the property 'vmGroup' */ + @Test + public void vmGroupTest() { + // TODO: test vmGroup + } +} diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/UpdateVmRequestTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/UpdateVmRequestTest.java index 7560e6cd..0527c429 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/UpdateVmRequestTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/UpdateVmRequestTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/UpdateVmResponseTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/UpdateVmResponseTest.java index 3593b401..5dea6cbb 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/UpdateVmResponseTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/UpdateVmResponseTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/UpdateVmTemplateRequestTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/UpdateVmTemplateRequestTest.java new file mode 100644 index 00000000..42bf8106 --- /dev/null +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/UpdateVmTemplateRequestTest.java @@ -0,0 +1,56 @@ +/* + * 3DS OUTSCALE API + * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). + * + * The version of the OpenAPI document: 1.26 + * Contact: support@outscale.com + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ + +package io.github.outscale.osc_sdk_java.client.model; + +import org.junit.jupiter.api.Test; + +/** Model tests for UpdateVmTemplateRequest */ +public class UpdateVmTemplateRequestTest { + private final UpdateVmTemplateRequest model = new UpdateVmTemplateRequest(); + + /** Model tests for UpdateVmTemplateRequest */ + @Test + public void testUpdateVmTemplateRequest() { + // TODO: test UpdateVmTemplateRequest + } + + /** Test the property 'description' */ + @Test + public void descriptionTest() { + // TODO: test description + } + + /** Test the property 'dryRun' */ + @Test + public void dryRunTest() { + // TODO: test dryRun + } + + /** Test the property 'tags' */ + @Test + public void tagsTest() { + // TODO: test tags + } + + /** Test the property 'vmTemplateId' */ + @Test + public void vmTemplateIdTest() { + // TODO: test vmTemplateId + } + + /** Test the property 'vmTemplateName' */ + @Test + public void vmTemplateNameTest() { + // TODO: test vmTemplateName + } +} diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/UpdateVmTemplateResponseTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/UpdateVmTemplateResponseTest.java new file mode 100644 index 00000000..643fd428 --- /dev/null +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/UpdateVmTemplateResponseTest.java @@ -0,0 +1,38 @@ +/* + * 3DS OUTSCALE API + * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). + * + * The version of the OpenAPI document: 1.26 + * Contact: support@outscale.com + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ + +package io.github.outscale.osc_sdk_java.client.model; + +import org.junit.jupiter.api.Test; + +/** Model tests for UpdateVmTemplateResponse */ +public class UpdateVmTemplateResponseTest { + private final UpdateVmTemplateResponse model = new UpdateVmTemplateResponse(); + + /** Model tests for UpdateVmTemplateResponse */ + @Test + public void testUpdateVmTemplateResponse() { + // TODO: test UpdateVmTemplateResponse + } + + /** Test the property 'responseContext' */ + @Test + public void responseContextTest() { + // TODO: test responseContext + } + + /** Test the property 'vmTemplate' */ + @Test + public void vmTemplateTest() { + // TODO: test vmTemplate + } +} diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/UpdateVolumeRequestTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/UpdateVolumeRequestTest.java index ba2222a2..0790e53e 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/UpdateVolumeRequestTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/UpdateVolumeRequestTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/UpdateVolumeResponseTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/UpdateVolumeResponseTest.java index bbbec4e2..40ad9682 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/UpdateVolumeResponseTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/UpdateVolumeResponseTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/UpdateVpnConnectionRequestTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/UpdateVpnConnectionRequestTest.java index 0e1a9ec9..72053222 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/UpdateVpnConnectionRequestTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/UpdateVpnConnectionRequestTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/UpdateVpnConnectionResponseTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/UpdateVpnConnectionResponseTest.java index 5af7ea2e..b6563366 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/UpdateVpnConnectionResponseTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/UpdateVpnConnectionResponseTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/VgwTelemetryTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/VgwTelemetryTest.java index 902f22e2..259d7da5 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/VgwTelemetryTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/VgwTelemetryTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/VirtualGatewayTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/VirtualGatewayTest.java index 9dcba8e0..ac8b09db 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/VirtualGatewayTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/VirtualGatewayTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/VmGroupTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/VmGroupTest.java new file mode 100644 index 00000000..ed5537d3 --- /dev/null +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/VmGroupTest.java @@ -0,0 +1,98 @@ +/* + * 3DS OUTSCALE API + * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). + * + * The version of the OpenAPI document: 1.26 + * Contact: support@outscale.com + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ + +package io.github.outscale.osc_sdk_java.client.model; + +import org.junit.jupiter.api.Test; + +/** Model tests for VmGroup */ +public class VmGroupTest { + private final VmGroup model = new VmGroup(); + + /** Model tests for VmGroup */ + @Test + public void testVmGroup() { + // TODO: test VmGroup + } + + /** Test the property 'creationDate' */ + @Test + public void creationDateTest() { + // TODO: test creationDate + } + + /** Test the property 'description' */ + @Test + public void descriptionTest() { + // TODO: test description + } + + /** Test the property 'positioningStrategy' */ + @Test + public void positioningStrategyTest() { + // TODO: test positioningStrategy + } + + /** Test the property 'securityGroupIds' */ + @Test + public void securityGroupIdsTest() { + // TODO: test securityGroupIds + } + + /** Test the property 'state' */ + @Test + public void stateTest() { + // TODO: test state + } + + /** Test the property 'subnetId' */ + @Test + public void subnetIdTest() { + // TODO: test subnetId + } + + /** Test the property 'tags' */ + @Test + public void tagsTest() { + // TODO: test tags + } + + /** Test the property 'vmCount' */ + @Test + public void vmCountTest() { + // TODO: test vmCount + } + + /** Test the property 'vmGroupId' */ + @Test + public void vmGroupIdTest() { + // TODO: test vmGroupId + } + + /** Test the property 'vmGroupName' */ + @Test + public void vmGroupNameTest() { + // TODO: test vmGroupName + } + + /** Test the property 'vmIds' */ + @Test + public void vmIdsTest() { + // TODO: test vmIds + } + + /** Test the property 'vmTemplateId' */ + @Test + public void vmTemplateIdTest() { + // TODO: test vmTemplateId + } +} diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/VmStateTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/VmStateTest.java index b79a4370..7d48c17b 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/VmStateTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/VmStateTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/VmStatesTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/VmStatesTest.java index 9305445b..df37fad9 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/VmStatesTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/VmStatesTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/VmTemplateTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/VmTemplateTest.java new file mode 100644 index 00000000..86c0301c --- /dev/null +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/VmTemplateTest.java @@ -0,0 +1,92 @@ +/* + * 3DS OUTSCALE API + * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). + * + * The version of the OpenAPI document: 1.26 + * Contact: support@outscale.com + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ + +package io.github.outscale.osc_sdk_java.client.model; + +import org.junit.jupiter.api.Test; + +/** Model tests for VmTemplate */ +public class VmTemplateTest { + private final VmTemplate model = new VmTemplate(); + + /** Model tests for VmTemplate */ + @Test + public void testVmTemplate() { + // TODO: test VmTemplate + } + + /** Test the property 'cpuCores' */ + @Test + public void cpuCoresTest() { + // TODO: test cpuCores + } + + /** Test the property 'cpuGeneration' */ + @Test + public void cpuGenerationTest() { + // TODO: test cpuGeneration + } + + /** Test the property 'cpuPerformance' */ + @Test + public void cpuPerformanceTest() { + // TODO: test cpuPerformance + } + + /** Test the property 'creationDate' */ + @Test + public void creationDateTest() { + // TODO: test creationDate + } + + /** Test the property 'description' */ + @Test + public void descriptionTest() { + // TODO: test description + } + + /** Test the property 'imageId' */ + @Test + public void imageIdTest() { + // TODO: test imageId + } + + /** Test the property 'keypairName' */ + @Test + public void keypairNameTest() { + // TODO: test keypairName + } + + /** Test the property 'ram' */ + @Test + public void ramTest() { + // TODO: test ram + } + + /** Test the property 'tags' */ + @Test + public void tagsTest() { + // TODO: test tags + } + + /** Test the property 'vmTemplateId' */ + @Test + public void vmTemplateIdTest() { + // TODO: test vmTemplateId + } + + /** Test the property 'vmTemplateName' */ + @Test + public void vmTemplateNameTest() { + // TODO: test vmTemplateName + } +} diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/VmTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/VmTest.java index 9e064599..2d603965 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/VmTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/VmTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/VmTypeTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/VmTypeTest.java index e7f6425a..84ccdb7c 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/VmTypeTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/VmTypeTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/VolumeTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/VolumeTest.java index b121618b..c9af7570 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/VolumeTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/VolumeTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/VpnConnectionTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/VpnConnectionTest.java index 630bd642..2923f892 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/VpnConnectionTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/VpnConnectionTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/VpnOptionsTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/VpnOptionsTest.java index ea9b3901..f9324c61 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/VpnOptionsTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/VpnOptionsTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/io/github/outscale/osc_sdk_java/client/model/WithTest.java b/src/test/java/io/github/outscale/osc_sdk_java/client/model/WithTest.java index e2273ebf..580bfca2 100644 --- a/src/test/java/io/github/outscale/osc_sdk_java/client/model/WithTest.java +++ b/src/test/java/io/github/outscale/osc_sdk_java/client/model/WithTest.java @@ -2,7 +2,7 @@ * 3DS OUTSCALE API * Welcome to the OUTSCALE API documentation.
The OUTSCALE API enables you to manage your resources in the OUTSCALE Cloud. This documentation describes the different actions available along with code examples.

You can learn more about errors returned by the API in the dedicated [errors page](api/errors).

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/OUTSCALE-APIs-Reference.html) between AWS and the OUTSCALE API.
You can also manage your resources using the [Cockpit](https://docs.outscale.com/en/userguide/About-Cockpit.html) web interface.

An OpenAPI description of the OUTSCALE API is also available in this [GitHub repository](https://github.com/outscale/osc-api). * - * The version of the OpenAPI document: 1.25 + * The version of the OpenAPI document: 1.26 * Contact: support@outscale.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).