Class: VmSnapshotFileQuery

Inherits:
FileQuery show all
Defined in:
lib/vmware/soap/vim25.rb

Overview

urn:vim25VmSnapshotFileQuery

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



17823
17824
17825
# File 'lib/vmware/soap/vim25.rb', line 17823

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



17822
17823
17824
# File 'lib/vmware/soap/vim25.rb', line 17822

def dynamicType
  @dynamicType
end