Sha256: 3eda3a2a0fe51baa842e115245a5df88c48140248b4713ac7eab2ce125a8d488

Contents?: true

Size: 1.8 KB

Versions: 7

Compression:

Stored size: 1.8 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::PrivateNetworkModify
# Automatically generated by openapi-generator (https://openapi-generator.tech)
# Please update as you see appropriate
describe NetworkApi::PrivateNetworkModify do
  let(:instance) { NetworkApi::PrivateNetworkModify.new }

  describe 'test an instance of PrivateNetworkModify' do
    it 'should create an instance of PrivateNetworkModify' do
      expect(instance).to be_instance_of(NetworkApi::PrivateNetworkModify)
    end
  end
  describe 'test attribute "name"' do
    it 'should work' do
      # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
    end
  end

  describe 'test attribute "description"' do
    it 'should work' do
      # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
    end
  end

  describe 'test attribute "location_default"' 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

Version Path
pnap_network_api-1.3.2 spec/models/private_network_modify_spec.rb
pnap_network_api-1.3.1 spec/models/private_network_modify_spec.rb
pnap_network_api-1.3.0 spec/models/private_network_modify_spec.rb
pnap_network_api-1.2.0 spec/models/private_network_modify_spec.rb
pnap_network_api-1.1.1 spec/models/private_network_modify_spec.rb
pnap_network_api-1.1.0 spec/models/private_network_modify_spec.rb
pnap_network_api-1.0.0 spec/models/private_network_modify_spec.rb