Class: MultipleSnapshotsNotSupported

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

Overview

urn:vim25MultipleSnapshotsNotSupported

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(dynamicType = nil, dynamicProperty = []) ⇒ MultipleSnapshotsNotSupported

Returns a new instance of MultipleSnapshotsNotSupported.



31970
31971
31972
31973
# File 'lib/vmware/soap/vim25.rb', line 31970

def initialize(dynamicType = nil, dynamicProperty = [])
  @dynamicType = dynamicType
  @dynamicProperty = dynamicProperty
end

Instance Attribute Details

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



31968
31969
31970
# File 'lib/vmware/soap/vim25.rb', line 31968

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



31967
31968
31969
# File 'lib/vmware/soap/vim25.rb', line 31967

def dynamicType
  @dynamicType
end