Class: VirtualDeviceConfigSpec
- Inherits:
-
DynamicData
- Object
- DynamicData
- VirtualDeviceConfigSpec
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25VirtualDeviceConfigSpec
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
operation - VirtualDeviceConfigSpecOperation
fileOperation - VirtualDeviceConfigSpecFileOperation
device - VirtualDevice
Instance Attribute Summary collapse
-
#device ⇒ Object
Returns the value of attribute device.
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#fileOperation ⇒ Object
Returns the value of attribute fileOperation.
-
#operation ⇒ Object
Returns the value of attribute operation.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], operation = nil, fileOperation = nil, device = nil) ⇒ VirtualDeviceConfigSpec
constructor
A new instance of VirtualDeviceConfigSpec.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], operation = nil, fileOperation = nil, device = nil) ⇒ VirtualDeviceConfigSpec
Returns a new instance of VirtualDeviceConfigSpec.
28969 28970 28971 28972 28973 28974 28975 |
# File 'lib/vmware/soap/vim25.rb', line 28969 def initialize(dynamicType = nil, dynamicProperty = [], operation = nil, fileOperation = nil, device = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @operation = operation @fileOperation = fileOperation @device = device end |
Instance Attribute Details
#device ⇒ Object
Returns the value of attribute device.
28967 28968 28969 |
# File 'lib/vmware/soap/vim25.rb', line 28967 def device @device end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
28964 28965 28966 |
# File 'lib/vmware/soap/vim25.rb', line 28964 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
28963 28964 28965 |
# File 'lib/vmware/soap/vim25.rb', line 28963 def dynamicType @dynamicType end |
#fileOperation ⇒ Object
Returns the value of attribute fileOperation.
28966 28967 28968 |
# File 'lib/vmware/soap/vim25.rb', line 28966 def fileOperation @fileOperation end |
#operation ⇒ Object
Returns the value of attribute operation.
28965 28966 28967 |
# File 'lib/vmware/soap/vim25.rb', line 28965 def operation @operation end |