Top Level Namespace

Defined Under Namespace

Modules: NetworkApi

Instance Method Summary collapse

Instance Method Details

#get_versionObject

#Networks API

#Use the Networks API to create, list, edit, and delete private networks to best fit your business needs. Private networks allow your servers to communicate without connecting to the public internet, avoiding unnecessary egress data charges.

<span class='pnap-api-knowledge-base-link'> Knowledge base articles to help you can be found <a href='phoenixnap.com/kb/bmc-server-management-via-api#multi-private-backend-network-api' target='_blank'>here</a> </span>

All URLs are relative to (api.phoenixnap.com/networks/v1/)

The version of the OpenAPI document: 1.0 Contact: support@phoenixnap.com Generated by: openapi-generator.tech OpenAPI Generator version: 5.4.0



13
14
15
# File 'lib/pnap_network_api/version.rb', line 13

def get_version()
    return File.read(File.expand_path('../../../VERSION', __FILE__)).strip
end