Module: ILO_SDK

Defined in:
lib/ilo-sdk.rb,
lib/ilo-sdk/cli.rb,
lib/ilo-sdk/rest.rb,
lib/ilo-sdk/client.rb,
lib/ilo-sdk/version.rb,
lib/ilo-sdk/exceptions.rb,
lib/ilo-sdk/helpers/bios_helper.rb,
lib/ilo-sdk/helpers/power_helper.rb,
lib/ilo-sdk/helpers/chassis_helper.rb,
lib/ilo-sdk/helpers/firmware_update.rb,
lib/ilo-sdk/helpers/date_time_helper.rb,
lib/ilo-sdk/helpers/log_entry_helper.rb,
lib/ilo-sdk/helpers/https_cert_helper.rb,
lib/ilo-sdk/helpers/secure_boot_helper.rb,
lib/ilo-sdk/helpers/service_root_helper.rb,
lib/ilo-sdk/helpers/snmp_service_helper.rb,
lib/ilo-sdk/helpers/boot_settings_helper.rb,
lib/ilo-sdk/helpers/virtual_media_helper.rb,
lib/ilo-sdk/helpers/account_service_helper.rb,
lib/ilo-sdk/helpers/computer_system_helper.rb,
lib/ilo-sdk/helpers/manager_account_helper.rb,
lib/ilo-sdk/helpers/computer_details_helper.rb,
lib/ilo-sdk/helpers/ethernet_interface_helper.rb,
lib/ilo-sdk/helpers/manager_network_protocol_helper.rb

Overview

© Copyright 2016 Hewlett Packard Enterprise Development LP

Licensed under the Apache License, Version 2.0 (the “License”); You may not use this file except in compliance with the License. You may obtain a copy of the License at www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an “AS IS” BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Defined Under Namespace

Modules: AccountServiceHelper, BiosHelper, BootSettingsHelper, ChassisHelper, ComputerDetailsHelper, ComputerSystemHelper, DateTimeHelper, EthernetInterfaceHelper, FirmwareUpdateHelper, HttpsCertHelper, LogEntryHelper, ManagerAccountHelper, ManagerNetworkProtocolHelper, PowerHelper, Rest, SNMPServiceHelper, SecureBootHelper, ServiceRootHelper, VirtualMediaHelper Classes: BadRequest, Cli, Client, Console, InvalidClient, InvalidRequest, NotFound, RequestError, Unauthorized

Constant Summary collapse

ENV_VARS =
%w(ILO_HOST ILO_USER ILO_PASSWORD ILO_SSL_ENABLED).freeze
VERSION =
'1.3.0'.freeze