Class Wsman
In: lib/wsman.rb
lib/wsman/version.rb
Parent: Object

Methods

Constants

BIOS_SVC_CLASS = "DCIM_BIOSService"
RAID_SVC_CLASS = "DCIM_RAIDService"
JOB_SVC_CLASS = "DCIM_JOBService"
LC_SVC_CLASS = "DCIM_LCService"
SOFT_SVC_CLASS = "DCIM_SoftwareInstallationService"
BASE_URI = "http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2"
URI_NS = "#{BASE_URI}/root/dcim"
SOFT_IDEN_URI = "#{URI_NS}/DCIM_SoftwareIdentity"
SOFT_SVC_URI = "#{URI_NS}/DCIM_SoftwareInstallationService"
SYS_VIEW_URI = "#{URI_NS}/DCIM_SystemView"
BIOS_ENUM_URI = "#{URI_NS}/DCIM_BIOSEnumeration"
CHANGE_BOOT_ORDER_CMD = "ChangeBootOrderByInstanceID"
CHANGE_BOOT_STATE_CMD = "ChangeBootSourceState"
RETURN_CFG_OK = 0
RETURN_VAL_OK = '0'
RETURN_CONFIG_VAL_OK = 4096
RETURN_CFG_JOB = 4096
RETURN_VAL_FAIL = '2'
RETURN_VAL_NO_ACTION = '-1'
ENUMERATE_CMD = 'enumerate'
VERSION = '0.0.3'

Attributes

debug_time  [R] 
host  [R] 
password  [R] 
port  [R] 
user  [R] 

Public Class methods

Public Instance methods

[Validate]