Sha256: fc50a419aea9ffca281328fc12f9a6474507c81f5974d6794481391e80d74bab

Contents?: true

Size: 1.41 KB

Versions: 7

Compression:

Stored size: 1.41 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, 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: 5.4.0

=end

require 'spec_helper'
require 'json'
require 'date'

# Unit tests for BmcApi::OsConfigurationWindows
# Automatically generated by openapi-generator (https://openapi-generator.tech)
# Please update as you see appropriate
describe BmcApi::OsConfigurationWindows do
  let(:instance) { BmcApi::OsConfigurationWindows.new }

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

7 entries across 7 versions & 1 rubygems

Version Path
pnap_bmc_api-1.5.0 spec/models/os_configuration_windows_spec.rb
pnap_bmc_api-1.4.0 spec/models/os_configuration_windows_spec.rb
pnap_bmc_api-1.3.0 spec/models/os_configuration_windows_spec.rb
pnap_bmc_api-1.2.0 spec/models/os_configuration_windows_spec.rb
pnap_bmc_api-1.1.1 spec/models/os_configuration_windows_spec.rb
pnap_bmc_api-1.1.0 spec/models/os_configuration_windows_spec.rb
pnap_bmc_api-1.0.0 spec/models/os_configuration_windows_spec.rb