Class: SnapshotLocked
- Inherits:
-
SnapshotFault
- Object
- MethodFault
- VimFault
- SnapshotFault
- SnapshotLocked
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25SnapshotLocked
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 = []) ⇒ SnapshotLocked
constructor
A new instance of SnapshotLocked.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = []) ⇒ SnapshotLocked
Returns a new instance of SnapshotLocked.
32012 32013 32014 32015 |
# File 'lib/vmware/soap/vim25.rb', line 32012 def initialize(dynamicType = nil, dynamicProperty = []) @dynamicType = dynamicType @dynamicProperty = dynamicProperty end |
Instance Attribute Details
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
32010 32011 32012 |
# File 'lib/vmware/soap/vim25.rb', line 32010 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
32009 32010 32011 |
# File 'lib/vmware/soap/vim25.rb', line 32009 def dynamicType @dynamicType end |