Class: MultipleSnapshotsNotSupported
- Inherits:
-
SnapshotFault
- Object
- MethodFault
- VimFault
- SnapshotFault
- MultipleSnapshotsNotSupported
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25MultipleSnapshotsNotSupported
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 = []) ⇒ MultipleSnapshotsNotSupported
constructor
A new instance of MultipleSnapshotsNotSupported.
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
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
31968 31969 31970 |
# File 'lib/vmware/soap/vim25.rb', line 31968 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
31967 31968 31969 |
# File 'lib/vmware/soap/vim25.rb', line 31967 def dynamicType @dynamicType end |