Class: HostBootDevice

Inherits:
DynamicData show all
Defined in:
lib/vmware/soap/vim25.rb

Overview

urn:vim25HostBootDevice

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
key - SOAP::SOAPString
description - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(dynamicType = nil, dynamicProperty = [], key = nil, description = nil) ⇒ HostBootDevice

Returns a new instance of HostBootDevice.



16998
16999
17000
17001
17002
17003
# File 'lib/vmware/soap/vim25.rb', line 16998

def initialize(dynamicType = nil, dynamicProperty = [], key = nil, description = nil)
  @dynamicType = dynamicType
  @dynamicProperty = dynamicProperty
  @key = key
  @description = description
end

Instance Attribute Details

#descriptionObject

Returns the value of attribute description.



16996
16997
16998
# File 'lib/vmware/soap/vim25.rb', line 16996

def description
  @description
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



16994
16995
16996
# File 'lib/vmware/soap/vim25.rb', line 16994

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



16993
16994
16995
# File 'lib/vmware/soap/vim25.rb', line 16993

def dynamicType
  @dynamicType
end

#keyObject

Returns the value of attribute key.



16995
16996
16997
# File 'lib/vmware/soap/vim25.rb', line 16995

def key
  @key
end