Class: SnapshotRevertIssue

Inherits:
MigrationFault show all
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

Instance Method Summary collapse

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

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



31382
31383
31384
# File 'lib/vmware/soap/vim25.rb', line 31382

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



31381
31382
31383
# File 'lib/vmware/soap/vim25.rb', line 31381

def dynamicType
  @dynamicType
end

#errorsObject

Returns the value of attribute errors.



31385
31386
31387
# File 'lib/vmware/soap/vim25.rb', line 31385

def errors
  @errors
end

#eventObject

Returns the value of attribute event.



31384
31385
31386
# File 'lib/vmware/soap/vim25.rb', line 31384

def event
  @event
end

#snapshotNameObject

Returns the value of attribute snapshotName.



31383
31384
31385
# File 'lib/vmware/soap/vim25.rb', line 31383

def snapshotName
  @snapshotName
end