=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.

Helpful knowledge base articles are available for multi-private backend networks and public networks.

All URLs are relative to (https://api.phoenixnap.com/networks/v1/) The version of the OpenAPI document: 1.0 Contact: support@phoenixnap.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 =end require 'spec_helper' require 'json' require 'date' # Unit tests for NetworkApi::NetworkMembership # Automatically generated by openapi-generator (https://openapi-generator.tech) # Please update as you see appropriate describe NetworkApi::NetworkMembership do let(:instance) { NetworkApi::NetworkMembership.new } describe 'test an instance of NetworkMembership' do it 'should create an instance of NetworkMembership' do # uncomment below to test the instance creation #expect(instance).to be_instance_of(NetworkApi::NetworkMembership) end end describe 'test attribute "resource_id"' do it 'should work' do # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/ end end describe 'test attribute "resource_type"' do it 'should work' do # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/ end end describe 'test attribute "ips"' do it 'should work' do # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/ end end end