Sha256: 42e6ab9155e944dc0b5f93e3d82805c93408c64cdf76d472e4c74d1e5de6d0a2

Contents?: true

Size: 1.9 KB

Versions: 6

Compression:

Stored size: 1.9 KB

Contents

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

  describe 'test an instance of PublicNetworkMembership' do
    it 'should create an instance of PublicNetworkMembership' do
      expect(instance).to be_instance_of(NetworkApi::PublicNetworkMembership)
    end
  end
  describe 'test attribute "resource_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 "resource_type"' 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

6 entries across 6 versions & 1 rubygems

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