Class: SnapshotIncompatibleDeviceInVm

Inherits:
SnapshotFault show all
Defined in:
lib/vmware/soap/vim25.rb

Overview

urn:vim25SnapshotIncompatibleDeviceInVm

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
fault - LocalizedMethodFault

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(dynamicType = nil, dynamicProperty = [], fault = nil) ⇒ SnapshotIncompatibleDeviceInVm

Returns a new instance of SnapshotIncompatibleDeviceInVm.



31998
31999
32000
32001
32002
# File 'lib/vmware/soap/vim25.rb', line 31998

def initialize(dynamicType = nil, dynamicProperty = [], fault = nil)
  @dynamicType = dynamicType
  @dynamicProperty = dynamicProperty
  @fault = fault
end

Instance Attribute Details

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



31995
31996
31997
# File 'lib/vmware/soap/vim25.rb', line 31995

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



31994
31995
31996
# File 'lib/vmware/soap/vim25.rb', line 31994

def dynamicType
  @dynamicType
end

#faultObject

Returns the value of attribute fault.



31996
31997
31998
# File 'lib/vmware/soap/vim25.rb', line 31996

def fault
  @fault
end