Class: SnapshotRevertIssue
- Inherits:
-
MigrationFault
- Object
- MethodFault
- VimFault
- MigrationFault
- SnapshotRevertIssue
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25SnapshotRevertIssue
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
snapshotName - SOAP::SOAPString
event - Event
errors - SOAP::SOAPBoolean
Instance Attribute Summary collapse
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#errors ⇒ Object
Returns the value of attribute errors.
-
#event ⇒ Object
Returns the value of attribute event.
-
#snapshotName ⇒ Object
Returns the value of attribute snapshotName.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], snapshotName = nil, event = [], errors = nil) ⇒ SnapshotRevertIssue
constructor
A new instance of SnapshotRevertIssue.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], snapshotName = nil, event = [], errors = nil) ⇒ SnapshotRevertIssue
Returns a new instance of SnapshotRevertIssue.
31387 31388 31389 31390 31391 31392 31393 |
# File 'lib/vmware/soap/vim25.rb', line 31387 def initialize(dynamicType = nil, dynamicProperty = [], snapshotName = nil, event = [], errors = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @snapshotName = snapshotName @event = event @errors = errors end |
Instance Attribute Details
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
31382 31383 31384 |
# File 'lib/vmware/soap/vim25.rb', line 31382 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
31381 31382 31383 |
# File 'lib/vmware/soap/vim25.rb', line 31381 def dynamicType @dynamicType end |
#errors ⇒ Object
Returns the value of attribute errors.
31385 31386 31387 |
# File 'lib/vmware/soap/vim25.rb', line 31385 def errors @errors end |
#event ⇒ Object
Returns the value of attribute event.
31384 31385 31386 |
# File 'lib/vmware/soap/vim25.rb', line 31384 def event @event end |
#snapshotName ⇒ Object
Returns the value of attribute snapshotName.
31383 31384 31385 |
# File 'lib/vmware/soap/vim25.rb', line 31383 def snapshotName @snapshotName end |