Class: VmSnapshotFileQuery
- Inherits:
-
FileQuery
- Object
- DynamicData
- FileQuery
- VmSnapshotFileQuery
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25VmSnapshotFileQuery
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
Instance Attribute Summary collapse
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = []) ⇒ VmSnapshotFileQuery
constructor
A new instance of VmSnapshotFileQuery.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = []) ⇒ VmSnapshotFileQuery
Returns a new instance of VmSnapshotFileQuery.
17825 17826 17827 17828 |
# File 'lib/vmware/soap/vim25.rb', line 17825 def initialize(dynamicType = nil, dynamicProperty = []) @dynamicType = dynamicType @dynamicProperty = dynamicProperty end |
Instance Attribute Details
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
17823 17824 17825 |
# File 'lib/vmware/soap/vim25.rb', line 17823 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
17822 17823 17824 |
# File 'lib/vmware/soap/vim25.rb', line 17822 def dynamicType @dynamicType end |