Sha256: 05b79ba5d78630cdbe904532bd1569d2d014826e24001e534d75026d7ee5de83
Contents?: true
Size: 1.89 KB
Versions: 2
Compression:
Stored size: 1.89 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'> 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: 7.2.0 =end require 'spec_helper' require 'json' require 'date' # Unit tests for NetworkApi::PublicNetworkModify # Automatically generated by openapi-generator (https://openapi-generator.tech) # Please update as you see appropriate describe NetworkApi::PublicNetworkModify do let(:instance) { NetworkApi::PublicNetworkModify.new } describe 'test an instance of PublicNetworkModify' do it 'should create an instance of PublicNetworkModify' do # uncomment below to test the instance creation #expect(instance).to be_instance_of(NetworkApi::PublicNetworkModify) end end describe 'test attribute "name"' do it 'should work' do # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/ end end describe 'test attribute "description"' do it 'should work' do # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/ end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
pnap_network_api-2.0.1 | spec/models/public_network_modify_spec.rb |
pnap_network_api-2.0.0 | spec/models/public_network_modify_spec.rb |