Class: SnapshotIncompatibleDeviceInVm
- Inherits:
-
SnapshotFault
- Object
- MethodFault
- VimFault
- SnapshotFault
- SnapshotIncompatibleDeviceInVm
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25SnapshotIncompatibleDeviceInVm
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
fault - LocalizedMethodFault
Instance Attribute Summary collapse
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#fault ⇒ Object
Returns the value of attribute fault.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], fault = nil) ⇒ SnapshotIncompatibleDeviceInVm
constructor
A new instance of SnapshotIncompatibleDeviceInVm.
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
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
31995 31996 31997 |
# File 'lib/vmware/soap/vim25.rb', line 31995 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
31994 31995 31996 |
# File 'lib/vmware/soap/vim25.rb', line 31994 def dynamicType @dynamicType end |
#fault ⇒ Object
Returns the value of attribute fault.
31996 31997 31998 |
# File 'lib/vmware/soap/vim25.rb', line 31996 def fault @fault end |