Class: CannotAccessVmComponent

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

Overview

urn:vim25CannotAccessVmComponent

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty

Direct Known Subclasses

CannotAccessVmConfig, CannotAccessVmDevice

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



32165
32166
32167
# File 'lib/vmware/soap/vim25.rb', line 32165

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



32164
32165
32166
# File 'lib/vmware/soap/vim25.rb', line 32164

def dynamicType
  @dynamicType
end