Class: CannotAccessVmComponent
- Inherits:
-
VmConfigFault
- Object
- MethodFault
- VimFault
- VmConfigFault
- CannotAccessVmComponent
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25CannotAccessVmComponent
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
Direct Known Subclasses
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 = []) ⇒ CannotAccessVmComponent
constructor
A new instance of CannotAccessVmComponent.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = []) ⇒ CannotAccessVmComponent
Returns a new instance of CannotAccessVmComponent.
32167 32168 32169 32170 |
# File 'lib/vmware/soap/vim25.rb', line 32167 def initialize(dynamicType = nil, dynamicProperty = []) @dynamicType = dynamicType @dynamicProperty = dynamicProperty end |
Instance Attribute Details
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
32165 32166 32167 |
# File 'lib/vmware/soap/vim25.rb', line 32165 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
32164 32165 32166 |
# File 'lib/vmware/soap/vim25.rb', line 32164 def dynamicType @dynamicType end |