Class: VirtualCdromIsoBackingOption
- Inherits:
-
VirtualDeviceFileBackingOption
- Object
- DynamicData
- VirtualDeviceBackingOption
- VirtualDeviceFileBackingOption
- VirtualCdromIsoBackingOption
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25VirtualCdromIsoBackingOption
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
type - SOAP::SOAPString
fileNameExtensions - ChoiceOption
Instance Attribute Summary collapse
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#fileNameExtensions ⇒ Object
Returns the value of attribute fileNameExtensions.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], type = nil, fileNameExtensions = nil) ⇒ VirtualCdromIsoBackingOption
constructor
A new instance of VirtualCdromIsoBackingOption.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], type = nil, fileNameExtensions = nil) ⇒ VirtualCdromIsoBackingOption
Returns a new instance of VirtualCdromIsoBackingOption.
26928 26929 26930 26931 26932 26933 |
# File 'lib/vmware/soap/vim25.rb', line 26928 def initialize(dynamicType = nil, dynamicProperty = [], type = nil, fileNameExtensions = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @type = type @fileNameExtensions = fileNameExtensions end |
Instance Attribute Details
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
26924 26925 26926 |
# File 'lib/vmware/soap/vim25.rb', line 26924 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
26923 26924 26925 |
# File 'lib/vmware/soap/vim25.rb', line 26923 def dynamicType @dynamicType end |
#fileNameExtensions ⇒ Object
Returns the value of attribute fileNameExtensions.
26926 26927 26928 |
# File 'lib/vmware/soap/vim25.rb', line 26926 def fileNameExtensions @fileNameExtensions end |
#type ⇒ Object
Returns the value of attribute type.
26925 26926 26927 |
# File 'lib/vmware/soap/vim25.rb', line 26925 def type @type end |