118 lines
4.5 KiB
Text
118 lines
4.5 KiB
Text
|
|
.gitignore
|
||
|
|
.openapi-generator-ignore
|
||
|
|
.php-cs-fixer.dist.php
|
||
|
|
.travis.yml
|
||
|
|
README.md
|
||
|
|
composer.json
|
||
|
|
docs/Api/AllowedIPsApi.md
|
||
|
|
docs/Api/GatewayNetworksApi.md
|
||
|
|
docs/Api/GatewayTypesApi.md
|
||
|
|
docs/Api/GatewaysApi.md
|
||
|
|
docs/Api/IPsApi.md
|
||
|
|
docs/Api/PATRulesApi.md
|
||
|
|
docs/Model/AddBastionAllowedIPsRequest.md
|
||
|
|
docs/Model/CreateGatewayNetworkRequest.md
|
||
|
|
docs/Model/CreateGatewayRequest.md
|
||
|
|
docs/Model/CreateIPRequest.md
|
||
|
|
docs/Model/CreatePatRuleRequest.md
|
||
|
|
docs/Model/ScalewayVpcGwV2AddBastionAllowedIPsResponse.md
|
||
|
|
docs/Model/ScalewayVpcGwV2Gateway.md
|
||
|
|
docs/Model/ScalewayVpcGwV2GatewayIpv4.md
|
||
|
|
docs/Model/ScalewayVpcGwV2GatewayNetwork.md
|
||
|
|
docs/Model/ScalewayVpcGwV2GatewayNetworkStatus.md
|
||
|
|
docs/Model/ScalewayVpcGwV2GatewayStatus.md
|
||
|
|
docs/Model/ScalewayVpcGwV2GatewayType.md
|
||
|
|
docs/Model/ScalewayVpcGwV2IP.md
|
||
|
|
docs/Model/ScalewayVpcGwV2ListGatewayNetworksResponse.md
|
||
|
|
docs/Model/ScalewayVpcGwV2ListGatewayTypesResponse.md
|
||
|
|
docs/Model/ScalewayVpcGwV2ListGatewaysResponse.md
|
||
|
|
docs/Model/ScalewayVpcGwV2ListIPsResponse.md
|
||
|
|
docs/Model/ScalewayVpcGwV2ListPatRulesResponse.md
|
||
|
|
docs/Model/ScalewayVpcGwV2PatRule.md
|
||
|
|
docs/Model/ScalewayVpcGwV2SetBastionAllowedIPsResponse.md
|
||
|
|
docs/Model/ScalewayVpcGwV2SetPatRulesRequestRule.md
|
||
|
|
docs/Model/ScalewayVpcGwV2SetPatRulesResponse.md
|
||
|
|
docs/Model/SetBastionAllowedIPsRequest.md
|
||
|
|
docs/Model/SetPatRulesRequest.md
|
||
|
|
docs/Model/UpdateGatewayNetworkRequest.md
|
||
|
|
docs/Model/UpdateGatewayRequest.md
|
||
|
|
docs/Model/UpdateIPRequest.md
|
||
|
|
docs/Model/UpdatePatRuleRequest.md
|
||
|
|
docs/Model/UpgradeGatewayRequest.md
|
||
|
|
git_push.sh
|
||
|
|
lib/Api/AllowedIPsApi.php
|
||
|
|
lib/Api/GatewayNetworksApi.php
|
||
|
|
lib/Api/GatewayTypesApi.php
|
||
|
|
lib/Api/GatewaysApi.php
|
||
|
|
lib/Api/IPsApi.php
|
||
|
|
lib/Api/PATRulesApi.php
|
||
|
|
lib/ApiException.php
|
||
|
|
lib/Configuration.php
|
||
|
|
lib/HeaderSelector.php
|
||
|
|
lib/Model/AddBastionAllowedIPsRequest.php
|
||
|
|
lib/Model/CreateGatewayNetworkRequest.php
|
||
|
|
lib/Model/CreateGatewayRequest.php
|
||
|
|
lib/Model/CreateIPRequest.php
|
||
|
|
lib/Model/CreatePatRuleRequest.php
|
||
|
|
lib/Model/ModelInterface.php
|
||
|
|
lib/Model/ScalewayVpcGwV2AddBastionAllowedIPsResponse.php
|
||
|
|
lib/Model/ScalewayVpcGwV2Gateway.php
|
||
|
|
lib/Model/ScalewayVpcGwV2GatewayIpv4.php
|
||
|
|
lib/Model/ScalewayVpcGwV2GatewayNetwork.php
|
||
|
|
lib/Model/ScalewayVpcGwV2GatewayNetworkStatus.php
|
||
|
|
lib/Model/ScalewayVpcGwV2GatewayStatus.php
|
||
|
|
lib/Model/ScalewayVpcGwV2GatewayType.php
|
||
|
|
lib/Model/ScalewayVpcGwV2IP.php
|
||
|
|
lib/Model/ScalewayVpcGwV2ListGatewayNetworksResponse.php
|
||
|
|
lib/Model/ScalewayVpcGwV2ListGatewayTypesResponse.php
|
||
|
|
lib/Model/ScalewayVpcGwV2ListGatewaysResponse.php
|
||
|
|
lib/Model/ScalewayVpcGwV2ListIPsResponse.php
|
||
|
|
lib/Model/ScalewayVpcGwV2ListPatRulesResponse.php
|
||
|
|
lib/Model/ScalewayVpcGwV2PatRule.php
|
||
|
|
lib/Model/ScalewayVpcGwV2SetBastionAllowedIPsResponse.php
|
||
|
|
lib/Model/ScalewayVpcGwV2SetPatRulesRequestRule.php
|
||
|
|
lib/Model/ScalewayVpcGwV2SetPatRulesResponse.php
|
||
|
|
lib/Model/SetBastionAllowedIPsRequest.php
|
||
|
|
lib/Model/SetPatRulesRequest.php
|
||
|
|
lib/Model/UpdateGatewayNetworkRequest.php
|
||
|
|
lib/Model/UpdateGatewayRequest.php
|
||
|
|
lib/Model/UpdateIPRequest.php
|
||
|
|
lib/Model/UpdatePatRuleRequest.php
|
||
|
|
lib/Model/UpgradeGatewayRequest.php
|
||
|
|
lib/ObjectSerializer.php
|
||
|
|
phpunit.xml.dist
|
||
|
|
test/Api/AllowedIPsApiTest.php
|
||
|
|
test/Api/GatewayNetworksApiTest.php
|
||
|
|
test/Api/GatewayTypesApiTest.php
|
||
|
|
test/Api/GatewaysApiTest.php
|
||
|
|
test/Api/IPsApiTest.php
|
||
|
|
test/Api/PATRulesApiTest.php
|
||
|
|
test/Model/AddBastionAllowedIPsRequestTest.php
|
||
|
|
test/Model/CreateGatewayNetworkRequestTest.php
|
||
|
|
test/Model/CreateGatewayRequestTest.php
|
||
|
|
test/Model/CreateIPRequestTest.php
|
||
|
|
test/Model/CreatePatRuleRequestTest.php
|
||
|
|
test/Model/ScalewayVpcGwV2AddBastionAllowedIPsResponseTest.php
|
||
|
|
test/Model/ScalewayVpcGwV2GatewayIpv4Test.php
|
||
|
|
test/Model/ScalewayVpcGwV2GatewayNetworkStatusTest.php
|
||
|
|
test/Model/ScalewayVpcGwV2GatewayNetworkTest.php
|
||
|
|
test/Model/ScalewayVpcGwV2GatewayStatusTest.php
|
||
|
|
test/Model/ScalewayVpcGwV2GatewayTest.php
|
||
|
|
test/Model/ScalewayVpcGwV2GatewayTypeTest.php
|
||
|
|
test/Model/ScalewayVpcGwV2IPTest.php
|
||
|
|
test/Model/ScalewayVpcGwV2ListGatewayNetworksResponseTest.php
|
||
|
|
test/Model/ScalewayVpcGwV2ListGatewayTypesResponseTest.php
|
||
|
|
test/Model/ScalewayVpcGwV2ListGatewaysResponseTest.php
|
||
|
|
test/Model/ScalewayVpcGwV2ListIPsResponseTest.php
|
||
|
|
test/Model/ScalewayVpcGwV2ListPatRulesResponseTest.php
|
||
|
|
test/Model/ScalewayVpcGwV2PatRuleTest.php
|
||
|
|
test/Model/ScalewayVpcGwV2SetBastionAllowedIPsResponseTest.php
|
||
|
|
test/Model/ScalewayVpcGwV2SetPatRulesRequestRuleTest.php
|
||
|
|
test/Model/ScalewayVpcGwV2SetPatRulesResponseTest.php
|
||
|
|
test/Model/SetBastionAllowedIPsRequestTest.php
|
||
|
|
test/Model/SetPatRulesRequestTest.php
|
||
|
|
test/Model/UpdateGatewayNetworkRequestTest.php
|
||
|
|
test/Model/UpdateGatewayRequestTest.php
|
||
|
|
test/Model/UpdateIPRequestTest.php
|
||
|
|
test/Model/UpdatePatRuleRequestTest.php
|
||
|
|
test/Model/UpgradeGatewayRequestTest.php
|