Class: CannotDisableSnapshot
- Inherits:
-
VmConfigFault
- Object
- MethodFault
- VimFault
- VmConfigFault
- CannotDisableSnapshot
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25CannotDisableSnapshot
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 = []) ⇒ CannotDisableSnapshot
constructor
A new instance of CannotDisableSnapshot.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = []) ⇒ CannotDisableSnapshot
Returns a new instance of CannotDisableSnapshot.
32356 32357 32358 32359 |
# File 'lib/vmware/soap/vim25.rb', line 32356 def initialize(dynamicType = nil, dynamicProperty = []) @dynamicType = dynamicType @dynamicProperty = dynamicProperty end |
Instance Attribute Details
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
32354 32355 32356 |
# File 'lib/vmware/soap/vim25.rb', line 32354 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
32353 32354 32355 |
# File 'lib/vmware/soap/vim25.rb', line 32353 def dynamicType @dynamicType end |