Releases: equinix/ne-go
Releases · equinix/ne-go
v1.0.0
NOTES:
- first version of Equinix Network Edge Go client
FEATURES:
- Equinix Network Edge
Device
managementCreateDevice
function to provision new device single deviceCreateRedundantDevice
function to provision pair of redundant devicesGetDevices
function to fetch details all devicesGetDevice
function fo fetch details of a given deviceNewDeviceUpdateRequest
function to create device update request, with option
to update:- device name
- term length
- notification addresses
- additional bandwidth amount
- ACL template
DeleteDevice
function to deprovision given device
- Uploading Equinix Network Edge device license files
UploadLicenseFile
to upload file from a givenio.Reader
- Equinix Network Edge
SSHUser
managementCreateSSHUser
function to create new SSH userGetSSHUsers
function to fetch details all SSH usersGetSSHUser
function to fetch details of a given SSH userNewSSHUserUpdateRequest
function to create device update request, with option
to update:- password
- associated devices
DeleteSSHUser
to remove SSH user
- Equinix Network Edge
SSHPublicKey
managementCreateSSHPublicKey
function to create new SSH public keyGetSSHPublicKeys
function to fetch details all SSH public keysGetSSHPublicKey
function to fetch details of a given SSH public keyDeleteSSHPublicKey
to remove SSH public key
- Equinix Network Edge
ACLTemplate
managementCreateACLTemplate
function to create new ACL templateGetACLTemplates
function to fetch details of all ACL templatesGetACLTemplate
function to fetch details of a given ACL templateReplaceACLTemplate
function to replace given ACL templateDeleteACLTemplate
function to remove given ACL template
- Equinix Network Edge
BGPConfiguration
managementCreateBGPConfiguration
function to create new BGP configurationGetBGPConfiguration
function to fetch details of a given BGP configurationGetBGPConfigurationForConnection
function to fetch details of a BGP configuration
for a given connectionNewBGPConfigurationUpdateRequest
function to create BGP configuration update
request, with option to update:- local IP address
- local ASN number
- remote ASN number
- remote IP address
- authentication key