Class: VirtualMachineConfigOption
- Inherits:
-
DynamicData
- Object
- DynamicData
- VirtualMachineConfigOption
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25VirtualMachineConfigOption
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
version - SOAP::SOAPString
description - SOAP::SOAPString
guestOSDescriptor - GuestOsDescriptor
guestOSDefaultIndex - SOAP::SOAPInt
hardwareOptions - VirtualHardwareOption
capabilities - VirtualMachineCapability
datastore - DatastoreOption
defaultDevice - VirtualDevice
supportedMonitorType - SOAP::SOAPString
Instance Attribute Summary collapse
-
#capabilities ⇒ Object
Returns the value of attribute capabilities.
-
#datastore ⇒ Object
Returns the value of attribute datastore.
-
#defaultDevice ⇒ Object
Returns the value of attribute defaultDevice.
-
#description ⇒ Object
Returns the value of attribute description.
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#guestOSDefaultIndex ⇒ Object
Returns the value of attribute guestOSDefaultIndex.
-
#guestOSDescriptor ⇒ Object
Returns the value of attribute guestOSDescriptor.
-
#hardwareOptions ⇒ Object
Returns the value of attribute hardwareOptions.
-
#supportedMonitorType ⇒ Object
Returns the value of attribute supportedMonitorType.
-
#version ⇒ Object
Returns the value of attribute version.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], version = nil, description = nil, guestOSDescriptor = [], guestOSDefaultIndex = nil, hardwareOptions = nil, capabilities = nil, datastore = nil, defaultDevice = [], supportedMonitorType = []) ⇒ VirtualMachineConfigOption
constructor
A new instance of VirtualMachineConfigOption.
Constructor Details
permalink #initialize(dynamicType = nil, dynamicProperty = [], version = nil, description = nil, guestOSDescriptor = [], guestOSDefaultIndex = nil, hardwareOptions = nil, capabilities = nil, datastore = nil, defaultDevice = [], supportedMonitorType = []) ⇒ VirtualMachineConfigOption
Returns a new instance of VirtualMachineConfigOption.
23097 23098 23099 23100 23101 23102 23103 23104 23105 23106 23107 23108 23109 |
# File 'lib/vmware/soap/vim25.rb', line 23097 def initialize(dynamicType = nil, dynamicProperty = [], version = nil, description = nil, guestOSDescriptor = [], guestOSDefaultIndex = nil, hardwareOptions = nil, capabilities = nil, datastore = nil, defaultDevice = [], supportedMonitorType = []) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @version = version @description = description @guestOSDescriptor = guestOSDescriptor @guestOSDefaultIndex = guestOSDefaultIndex @hardwareOptions = hardwareOptions @capabilities = capabilities @datastore = datastore @defaultDevice = defaultDevice @supportedMonitorType = supportedMonitorType end |
Instance Attribute Details
permalink #capabilities ⇒ Object
Returns the value of attribute capabilities.
23092 23093 23094 |
# File 'lib/vmware/soap/vim25.rb', line 23092 def capabilities @capabilities end |
permalink #datastore ⇒ Object
Returns the value of attribute datastore.
23093 23094 23095 |
# File 'lib/vmware/soap/vim25.rb', line 23093 def datastore @datastore end |
permalink #defaultDevice ⇒ Object
Returns the value of attribute defaultDevice.
23094 23095 23096 |
# File 'lib/vmware/soap/vim25.rb', line 23094 def defaultDevice @defaultDevice end |
permalink #description ⇒ Object
Returns the value of attribute description.
23088 23089 23090 |
# File 'lib/vmware/soap/vim25.rb', line 23088 def description @description end |
permalink #dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
23086 23087 23088 |
# File 'lib/vmware/soap/vim25.rb', line 23086 def dynamicProperty @dynamicProperty end |
permalink #dynamicType ⇒ Object
Returns the value of attribute dynamicType.
23085 23086 23087 |
# File 'lib/vmware/soap/vim25.rb', line 23085 def dynamicType @dynamicType end |
permalink #guestOSDefaultIndex ⇒ Object
Returns the value of attribute guestOSDefaultIndex.
23090 23091 23092 |
# File 'lib/vmware/soap/vim25.rb', line 23090 def guestOSDefaultIndex @guestOSDefaultIndex end |
permalink #guestOSDescriptor ⇒ Object
Returns the value of attribute guestOSDescriptor.
23089 23090 23091 |
# File 'lib/vmware/soap/vim25.rb', line 23089 def guestOSDescriptor @guestOSDescriptor end |
permalink #hardwareOptions ⇒ Object
Returns the value of attribute hardwareOptions.
23091 23092 23093 |
# File 'lib/vmware/soap/vim25.rb', line 23091 def hardwareOptions @hardwareOptions end |
permalink #supportedMonitorType ⇒ Object
Returns the value of attribute supportedMonitorType.
23095 23096 23097 |
# File 'lib/vmware/soap/vim25.rb', line 23095 def supportedMonitorType @supportedMonitorType end |
permalink #version ⇒ Object
Returns the value of attribute version.
23087 23088 23089 |
# File 'lib/vmware/soap/vim25.rb', line 23087 def version @version end |