Top Level Namespace
Defined Under Namespace
Modules: NetworkApi
Instance Method Summary collapse
-
#get_version ⇒ Object
#Networks API.
Instance Method Details
#get_version ⇒ Object
#Networks API
#Create, list, edit and delete public/private networks with the Network API. Use public networks to place multiple servers on the same network or VLAN. Assign new servers with IP addresses from the same CIDR range. Use private networks to avoid unnecessary egress data charges. Model your networks according to your business needs.
<span class=‘pnap-api-knowledge-base-link’> Helpful knowledge base articles are available for <a href=‘phoenixnap.com/kb/bmc-server-management-via-api#multi-private-backend-network-api’ target=‘_blank’>multi-private backend networks</a>, <a href=‘phoenixnap.com/kb/bmc-server-management-via-api#ftoc-heading-15’ target=‘_blank’>public networks</a> and <a href=‘phoenixnap.com/kb/border-gateway-protocol-bmc’ target=‘_blank’>border gateway protocol peer groups</a>. </span>
All URLs are relative to (https://api.phoenixnap.com/networks/v1/)
The version of the OpenAPI document: 1.0 Contact: [email protected] Generated by: openapi-generator.tech OpenAPI Generator version: 7.2.0
13 14 15 |
# File 'lib/pnap_network_api/version.rb', line 13 def get_version() return File.read(File.('../../../VERSION', __FILE__)).strip end |