Sha256: 15aed981c2fbcc33c0490c2a0ad064b480e42d20eb146c781db39b8bc3e9c30f
Contents?: true
Size: 1.63 KB
Versions: 1
Compression:
Stored size: 1.63 KB
Contents
=begin #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.<br> <br> <span class='pnap-api-knowledge-base-link'> Knowledge base articles to help you can be found <a href='https://phoenixnap.com/kb/bmc-server-management-via-api#multi-private-backend-network-api' target='_blank'>here</a> </span><br> <br> <b>All URLs are relative to (https://api.phoenixnap.com/networks/v1/)</b> The version of the OpenAPI document: 1.0 Contact: support@phoenixnap.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 5.4.0 =end # Common files require 'pnap_network_api/api_client' require 'pnap_network_api/api_error' require 'pnap_network_api/version' require 'pnap_network_api/configuration' # Models require 'pnap_network_api/models/error' require 'pnap_network_api/models/private_network' require 'pnap_network_api/models/private_network_create' require 'pnap_network_api/models/private_network_modify' require 'pnap_network_api/models/private_network_server' # APIs require 'pnap_network_api/api/private_networks_api' module NetworkApi class << self # Customize default settings for the SDK using block. # NetworkApi.configure do |config| # config.username = "xxx" # config.password = "xxx" # end # If no block given, return the default Configuration object. def configure if block_given? yield(Configuration.default) else Configuration.default end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
pnap_network_api-1.0.0 | lib/pnap_network_api.rb |