Skip to content

Commit

Permalink
regenerate from unpublished latest spec
Browse files Browse the repository at this point in the history
  • Loading branch information
ctreatma committed Nov 1, 2024
1 parent 3d81536 commit ee2ee65
Show file tree
Hide file tree
Showing 208 changed files with 2,879 additions and 5,713 deletions.
27 changes: 6 additions & 21 deletions services/networkedgev1/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ This API client was generated by the [OpenAPI Generator](https://openapi-generat
- Package version: 0.46.0
- Generator version: 7.4.0
- Build package: org.openapitools.codegen.languages.GoClientCodegen
For more information, please visit [https://docs.equinix.com/api-support.htm](https://docs.equinix.com/api-support.htm)

## Installation

Expand Down Expand Up @@ -85,7 +86,6 @@ Class | Method | HTTP request | Description
*ACLTemplateApi* | [**GetDeviceTemplatesbyUuid**](docs/ACLTemplateApi.md#getdevicetemplatesbyuuid) | **Get** /ne/v1/devices/{virtualDeviceUuid}/acl | Get ACL of Virtual Device
*ACLTemplateApi* | [**PatchDeviceTemplatesbyUuid**](docs/ACLTemplateApi.md#patchdevicetemplatesbyuuid) | **Patch** /ne/v1/devices/{virtualDeviceUuid}/acl | Update ACL of Virtual Device
*ACLTemplateApi* | [**PostDeviceTemplatesbyUuid**](docs/ACLTemplateApi.md#postdevicetemplatesbyuuid) | **Post** /ne/v1/devices/{virtualDeviceUuid}/acl | Add ACL to Virtual Device
*ACLTemplateApi* | [**SendDnsLookupPOST1**](docs/ACLTemplateApi.md#senddnslookuppost1) | **Post** /ne/v1/dnsLookup | Post DNS Lookup
*ACLTemplateApi* | [**UpdateDeviceACLTemplateUsingPUT**](docs/ACLTemplateApi.md#updatedeviceacltemplateusingput) | **Put** /ne/v1/aclTemplates/{uuid} | Update ACL Template
*BGPApi* | [**AddBgpConfigurationUsingPOST**](docs/BGPApi.md#addbgpconfigurationusingpost) | **Post** /ne/v1/bgp | Create BGP Peering
*BGPApi* | [**GetBgpConfigurationUsingGET**](docs/BGPApi.md#getbgpconfigurationusingget) | **Get** /ne/v1/bgp/{uuid} | Get BGP Peering {uuid}
Expand All @@ -105,24 +105,11 @@ Class | Method | HTTP request | Description
*DeviceLinkApi* | [**GetLinkGroupsUsingGET1**](docs/DeviceLinkApi.md#getlinkgroupsusingget1) | **Get** /ne/v1/links | Get Device Links.
*DeviceLinkApi* | [**UpdateLinkGroupUsingPATCH**](docs/DeviceLinkApi.md#updatelinkgroupusingpatch) | **Patch** /ne/v1/links/{uuid} | Update Device Link
*DeviceRMAApi* | [**PostDeviceRMAUsingPOST**](docs/DeviceRMAApi.md#postdevicermausingpost) | **Post** /ne/v1/devices/{virtualDeviceUuid}/rma | Trigger Device RMA
*Layer2ConnectionsServiceProfilesApi* | [**CreateConnectionUsingPOST**](docs/Layer2ConnectionsServiceProfilesApi.md#createconnectionusingpost) | **Post** /ne/v1/l2/connections | Create L2 Connection
*Layer2ConnectionsServiceProfilesApi* | [**DeleteConnectionUsingDELETE**](docs/Layer2ConnectionsServiceProfilesApi.md#deleteconnectionusingdelete) | **Delete** /ne/v1/l2/connections/{uuid} | Delete Connection {uuid}
*Layer2ConnectionsServiceProfilesApi* | [**GetConnectionByUuidUsingGET**](docs/Layer2ConnectionsServiceProfilesApi.md#getconnectionbyuuidusingget) | **Get** /ne/v1/l2/connections/{uuid} | Get L2 Connection {uuid}
*Layer2ConnectionsServiceProfilesApi* | [**GetConnectionsByGET**](docs/Layer2ConnectionsServiceProfilesApi.md#getconnectionsbyget) | **Get** /ne/v1/l2/buyer/connections | Get L2 Buyer Connections
*Layer2ConnectionsServiceProfilesApi* | [**GetProfileByIdUsingGET**](docs/Layer2ConnectionsServiceProfilesApi.md#getprofilebyidusingget) | **Get** /ne/v1/l2/serviceprofiles/services/{uuid} | Get L2 Service Profile {uuid}
*Layer2ConnectionsServiceProfilesApi* | [**GetProfilesByMetroUsingGET**](docs/Layer2ConnectionsServiceProfilesApi.md#getprofilesbymetrousingget) | **Get** /ne/v1/l2/serviceprofiles/services | Get L2 Service Profiles
*Layer2ConnectionsServiceProfilesApi* | [**PerformUserActionUsingPATCH**](docs/Layer2ConnectionsServiceProfilesApi.md#performuseractionusingpatch) | **Patch** /ne/v1/l2/connections/{uuid} | Update Connection {uuid}
*Layer2ConnectionsServiceProfilesApi* | [**ValidateAuthorizationKeyUsingGET**](docs/Layer2ConnectionsServiceProfilesApi.md#validateauthorizationkeyusingget) | **Get** /ne/v1/l2/connections/validateAuthorizationKey | Get L2 Validate Authorization Key
*DownloadImageApi* | [**GetDownloadableImagesUsingGET**](docs/DownloadImageApi.md#getdownloadableimagesusingget) | **Get** /ne/v1/devices/{deviceType}/repositories | Get Downloadable Images
*DownloadImageApi* | [**PostDownloadImage**](docs/DownloadImageApi.md#postdownloadimage) | **Post** /ne/v1/devices/{deviceType}/repositories/{version}/download | Download an Image
*LicensingApi* | [**UpdateLicenseUsingPOST**](docs/LicensingApi.md#updatelicenseusingpost) | **Put** /ne/v1/devices/{uuid}/licenseTokens | Update License Token/ID/Code
*LicensingApi* | [**UploadLicenseForDeviceUsingPOST**](docs/LicensingApi.md#uploadlicensefordeviceusingpost) | **Post** /ne/v1/devices/licenseFiles/{uuid} | Post License {uuid}
*LicensingApi* | [**UploadLicenseUsingPOST**](docs/LicensingApi.md#uploadlicenseusingpost) | **Post** /ne/v1/devices/licenseFiles | Post License File
*SSHUserApi* | [**AssociateDeviceUsingPOST**](docs/SSHUserApi.md#associatedeviceusingpost) | **Post** /ne/v1/sshUsers/{sshUserUuid}/devices/{deviceUuid} | Update SSH User {uuid}
*SSHUserApi* | [**CreateSshUserUsingPOST**](docs/SSHUserApi.md#createsshuserusingpost) | **Post** /ne/v1/sshUsers | Create SSH User
*SSHUserApi* | [**DissociateDeviceUsingDELETE**](docs/SSHUserApi.md#dissociatedeviceusingdelete) | **Delete** /ne/v1/sshUsers/{sshUserUuid}/devices/{deviceUuid} | Delete SSH User
*SSHUserApi* | [**GetSshUserUsingGET**](docs/SSHUserApi.md#getsshuserusingget) | **Get** /ne/v1/sshUsers/{uuid} | Get SSH User {uuid}
*SSHUserApi* | [**GetSshUsersUsingGET**](docs/SSHUserApi.md#getsshusersusingget) | **Get** /ne/v1/sshUsers | Get SSH Users
*SSHUserApi* | [**IsSshUserAvailableForCreationUsingGET**](docs/SSHUserApi.md#issshuseravailableforcreationusingget) | **Get** /ne/v1/sshUsers/availability | Check SSH Username Availability
*SSHUserApi* | [**UpdateSshUserUsingPUT**](docs/SSHUserApi.md#updatesshuserusingput) | **Put** /ne/v1/sshUsers/{uuid} | Update SSH User Password
*SetupApi* | [**GetAccountsWithStatusUsingGET**](docs/SetupApi.md#getaccountswithstatususingget) | **Get** /ne/v1/accounts/{metro} | Get Accounts {metro}
*SetupApi* | [**GetAgreementStatusUsingGET**](docs/SetupApi.md#getagreementstatususingget) | **Get** /ne/v1/agreements/accounts | Get Agreement Status.
*SetupApi* | [**GetAllowedInterfacesUsingGET**](docs/SetupApi.md#getallowedinterfacesusingget) | **Get** /ne/v1/deviceTypes/{deviceType}/interfaces | Get Allowed Interfaces
Expand Down Expand Up @@ -181,9 +168,6 @@ Class | Method | HTTP request | Description
- [CompositePriceResponse](docs/CompositePriceResponse.md)
- [CoresConfig](docs/CoresConfig.md)
- [CoresDisplayConfig](docs/CoresDisplayConfig.md)
- [DNSLookupRequest](docs/DNSLookupRequest.md)
- [DNSLookupResponse](docs/DNSLookupResponse.md)
- [DNSLookupResponseDetails](docs/DNSLookupResponseDetails.md)
- [DefaultAclsConfig](docs/DefaultAclsConfig.md)
- [DeleteConnectionResponse](docs/DeleteConnectionResponse.md)
- [DeviceACLDetailsResponse](docs/DeviceACLDetailsResponse.md)
Expand Down Expand Up @@ -220,7 +204,6 @@ Class | Method | HTTP request | Description
- [GetServProfServicesRespContent](docs/GetServProfServicesRespContent.md)
- [GetServProfServicesRespContentMetros](docs/GetServProfServicesRespContentMetros.md)
- [GetServProfServicesRespContentfeatures](docs/GetServProfServicesRespContentfeatures.md)
- [GetSshUserUsingGET404Response](docs/GetSshUserUsingGET404Response.md)
- [GetValidateAuthKeyRes](docs/GetValidateAuthKeyRes.md)
- [GetValidateAuthkeyresPrimary](docs/GetValidateAuthkeyresPrimary.md)
- [GetValidateAuthkeyresSecondary](docs/GetValidateAuthkeyresSecondary.md)
Expand All @@ -245,6 +228,7 @@ Class | Method | HTTP request | Description
- [LinkInfo](docs/LinkInfo.md)
- [LinkInfoResponse](docs/LinkInfoResponse.md)
- [LinksPageResponse](docs/LinksPageResponse.md)
- [ListOfDownloadableImages](docs/ListOfDownloadableImages.md)
- [Metro](docs/Metro.md)
- [MetroAccountResponse](docs/MetroAccountResponse.md)
- [MetroResponse](docs/MetroResponse.md)
Expand All @@ -265,6 +249,7 @@ Class | Method | HTTP request | Description
- [PolledThroughputMetrics](docs/PolledThroughputMetrics.md)
- [PostConnectionRequest](docs/PostConnectionRequest.md)
- [PostConnectionResponse](docs/PostConnectionResponse.md)
- [PostDownloadImageResponse](docs/PostDownloadImageResponse.md)
- [PreviousBackups](docs/PreviousBackups.md)
- [PriceResponse](docs/PriceResponse.md)
- [PricingSiebelConfig](docs/PricingSiebelConfig.md)
Expand Down Expand Up @@ -347,5 +332,5 @@ Each of these functions takes a value of the given basic type and returns a poin

## Author

[email protected]


124 changes: 0 additions & 124 deletions services/networkedgev1/api_acl_template.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion services/networkedgev1/api_bgp.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion services/networkedgev1/api_device_backup_restore.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion services/networkedgev1/api_device_link.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion services/networkedgev1/api_device_rma.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit ee2ee65

Please sign in to comment.