Class: HostBootDevice
- Inherits:
-
DynamicData
- Object
- DynamicData
- HostBootDevice
- 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
-
#description ⇒ Object
Returns the value of attribute description.
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#key ⇒ Object
Returns the value of attribute key.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], key = nil, description = nil) ⇒ HostBootDevice
constructor
A new instance of HostBootDevice.
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
#description ⇒ Object
Returns the value of attribute description.
16996 16997 16998 |
# File 'lib/vmware/soap/vim25.rb', line 16996 def description @description end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
16994 16995 16996 |
# File 'lib/vmware/soap/vim25.rb', line 16994 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
16993 16994 16995 |
# File 'lib/vmware/soap/vim25.rb', line 16993 def dynamicType @dynamicType end |
#key ⇒ Object
Returns the value of attribute key.
16995 16996 16997 |
# File 'lib/vmware/soap/vim25.rb', line 16995 def key @key end |