Class: SnapshotNoChange
- Inherits:
-
SnapshotFault
- Object
- MethodFault
- VimFault
- SnapshotFault
- SnapshotNoChange
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25SnapshotNoChange
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 = []) ⇒ SnapshotNoChange
constructor
A new instance of SnapshotNoChange.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = []) ⇒ SnapshotNoChange
Returns a new instance of SnapshotNoChange.
32025 32026 32027 32028 |
# File 'lib/vmware/soap/vim25.rb', line 32025 def initialize(dynamicType = nil, dynamicProperty = []) @dynamicType = dynamicType @dynamicProperty = dynamicProperty end |
Instance Attribute Details
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
32023 32024 32025 |
# File 'lib/vmware/soap/vim25.rb', line 32023 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
32022 32023 32024 |
# File 'lib/vmware/soap/vim25.rb', line 32022 def dynamicType @dynamicType end |