Class: CannotAccessVmConfig

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

Overview

urn:vim25CannotAccessVmConfig

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(dynamicType = nil, dynamicProperty = [], reason = nil) ⇒ CannotAccessVmConfig

Returns a new instance of CannotAccessVmConfig.



32182
32183
32184
32185
32186
# File 'lib/vmware/soap/vim25.rb', line 32182

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

Instance Attribute Details

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



32179
32180
32181
# File 'lib/vmware/soap/vim25.rb', line 32179

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



32178
32179
32180
# File 'lib/vmware/soap/vim25.rb', line 32178

def dynamicType
  @dynamicType
end

#reasonObject

Returns the value of attribute reason.



32180
32181
32182
# File 'lib/vmware/soap/vim25.rb', line 32180

def reason
  @reason
end