Class: InvalidName

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

Overview

urn:vim25InvalidName

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
name - SOAP::SOAPString
entity - ManagedObjectReference

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(dynamicType = nil, dynamicProperty = [], name = nil, entity = nil) ⇒ InvalidName

Returns a new instance of InvalidName.



30842
30843
30844
30845
30846
30847
# File 'lib/vmware/soap/vim25.rb', line 30842

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

Instance Attribute Details

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



30838
30839
30840
# File 'lib/vmware/soap/vim25.rb', line 30838

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



30837
30838
30839
# File 'lib/vmware/soap/vim25.rb', line 30837

def dynamicType
  @dynamicType
end

#entityObject

Returns the value of attribute entity.



30840
30841
30842
# File 'lib/vmware/soap/vim25.rb', line 30840

def entity
  @entity
end

#nameObject

Returns the value of attribute name.



30839
30840
30841
# File 'lib/vmware/soap/vim25.rb', line 30839

def name
  @name
end