Class: VirtualMachineConfigOptionDescriptor
- Inherits:
-
DynamicData
- Object
- DynamicData
- VirtualMachineConfigOptionDescriptor
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25VirtualMachineConfigOptionDescriptor
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
key - SOAP::SOAPString
description - SOAP::SOAPString
host - ManagedObjectReference
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.
-
#host ⇒ Object
Returns the value of attribute host.
-
#key ⇒ Object
Returns the value of attribute key.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], key = nil, description = nil, host = []) ⇒ VirtualMachineConfigOptionDescriptor
constructor
A new instance of VirtualMachineConfigOptionDescriptor.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], key = nil, description = nil, host = []) ⇒ VirtualMachineConfigOptionDescriptor
Returns a new instance of VirtualMachineConfigOptionDescriptor.
23125 23126 23127 23128 23129 23130 23131 |
# File 'lib/vmware/soap/vim25.rb', line 23125 def initialize(dynamicType = nil, dynamicProperty = [], key = nil, description = nil, host = []) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @key = key @description = description @host = host end |
Instance Attribute Details
#description ⇒ Object
Returns the value of attribute description.
23122 23123 23124 |
# File 'lib/vmware/soap/vim25.rb', line 23122 def description @description end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
23120 23121 23122 |
# File 'lib/vmware/soap/vim25.rb', line 23120 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
23119 23120 23121 |
# File 'lib/vmware/soap/vim25.rb', line 23119 def dynamicType @dynamicType end |
#host ⇒ Object
Returns the value of attribute host.
23123 23124 23125 |
# File 'lib/vmware/soap/vim25.rb', line 23123 def host @host end |
#key ⇒ Object
Returns the value of attribute key.
23121 23122 23123 |
# File 'lib/vmware/soap/vim25.rb', line 23121 def key @key end |