Sha256: 07c7f4462f330290ed8e945af9fcdfc0457daf1ee0e737dc231cad3f78d6a93f

Contents?: true

Size: 1.91 KB

Versions: 2

Compression:

Stored size: 1.91 KB

Contents

=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, assign public IPs, assign servers to networks and a lot more.  Manage your infrastructure more efficiently using just a few simple API calls.<br> <br> <span class='pnap-api-knowledge-base-link'> Knowledge base articles to help you can be found <a href='https://phoenixnap.com/kb/how-to-deploy-bare-metal-cloud-server' target='_blank'>here</a> </span><br> <br> <b>All URLs are relative to (https://api.phoenixnap.com/bmc/v1/)</b> 

The version of the OpenAPI document: 0.1
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 BmcApi::OsConfigurationMapProxmox
# Automatically generated by openapi-generator (https://openapi-generator.tech)
# Please update as you see appropriate
describe BmcApi::OsConfigurationMapProxmox do
  let(:instance) { BmcApi::OsConfigurationMapProxmox.new }

  describe 'test an instance of OsConfigurationMapProxmox' do
    it 'should create an instance of OsConfigurationMapProxmox' do
      # uncomment below to test the instance creation
      #expect(instance).to be_instance_of(BmcApi::OsConfigurationMapProxmox)
    end
  end

  describe 'test attribute "root_password"' do
    it 'should work' do
      # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
    end
  end

  describe 'test attribute "management_ui_url"' do
    it 'should work' do
      # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
    end
  end

  describe 'test attribute "management_access_allowed_ips"' 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_bmc_api-2.1.0 spec/models/os_configuration_map_proxmox_spec.rb
pnap_bmc_api-2.0.0 spec/models/os_configuration_map_proxmox_spec.rb