=begin
#Bare Metal Cloud API
#Create, power off, power on, reset, reboot, or shut down your server with the Bare Metal Cloud API. Deprovision servers, get or edit SSH key details, and a lot more. Manage your infrastructure more efficiently using just a few simple api calls.
Knowledge base articles to help you can be found here
All URLs are relative to (https://api.phoenixnap.com/bmc/v1/)
The version of the OpenAPI document: 0.1
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 BmcApi::PrivateNetworkConfiguration
# Automatically generated by openapi-generator (https://openapi-generator.tech)
# Please update as you see appropriate
describe BmcApi::PrivateNetworkConfiguration do
let(:instance) { BmcApi::PrivateNetworkConfiguration.new }
describe 'test an instance of PrivateNetworkConfiguration' do
it 'should create an instance of PrivateNetworkConfiguration' do
expect(instance).to be_instance_of(BmcApi::PrivateNetworkConfiguration)
end
end
describe 'test attribute "gateway_address"' do
it 'should work' do
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
end
end
describe 'test attribute "configuration_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 "private_networks"' do
it 'should work' do
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
end
end
end