Sha256: 787fc84882c67e8660bf6bdef9f7826fb4c0833ce5ec33b987907d4dcd037c92
Contents?: true
Size: 1.87 KB
Versions: 5
Compression:
Stored size: 1.87 KB
Contents
# -*- encoding: utf-8 -*- =begin #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.<br> <br> <span class='pnap-api-knowledge-base-link'> Helpful knowledge base articles are available for <a href='https://phoenixnap.com/kb/bmc-server-management-via-api#multi-private-backend-network-api' target='_blank'>multi-private backend networks</a> and <a href='https://phoenixnap.com/kb/bmc-server-management-via-api#ftoc-heading-15' target='_blank'>public networks</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: 6.1.0 =end $:.push File.expand_path("../lib", __FILE__) require "pnap_network_api/version" Gem::Specification.new do |s| s.name = "pnap_network_api" s.version = NetworkApi::VERSION s.platform = Gem::Platform::RUBY s.authors = ["PhoenixNAP"] s.email = ["support@phoenixnap.com"] s.homepage = "https://phoenixnap.com/bare-metal-cloud" s.summary = "Networks API Ruby Gem" s.description = "Networks API Ruby Gem" s.license = "MPL-2.0" s.required_ruby_version = ">= 2.4" s.metadata = { "source_code_uri" => "https://github.com/phoenixnap/ruby-sdk-bmc" } s.add_runtime_dependency 'typhoeus', '~> 1.0', '>= 1.0.1' s.add_development_dependency 'rspec', '~> 3.6', '>= 3.6.0' s.files = `find *`.split("\n").uniq.sort.select { |f| !f.empty? } s.test_files = `find spec/*`.split("\n") s.executables = [] s.require_paths = ["lib"] end
Version data entries
5 entries across 5 versions & 1 rubygems