Sha256: c89b72c2f402e7debe765630339704c532be92fd959c3208b1b0e0d6c14bdce6
Contents?: true
Size: 1.6 KB
Versions: 7
Compression:
Stored size: 1.6 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 require 'spec_helper' require 'json' require 'date' # Unit tests for NetworkApi::PrivateNetworkServer # Automatically generated by openapi-generator (https://openapi-generator.tech) # Please update as you see appropriate describe NetworkApi::PrivateNetworkServer do let(:instance) { NetworkApi::PrivateNetworkServer.new } describe 'test an instance of PrivateNetworkServer' do it 'should create an instance of PrivateNetworkServer' do expect(instance).to be_instance_of(NetworkApi::PrivateNetworkServer) end end describe 'test attribute "id"' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end describe 'test attribute "ips"' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end end
Version data entries
7 entries across 7 versions & 1 rubygems