Class: DuplicateName

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

Overview

urn:vim25DuplicateName

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(dynamicType = nil, dynamicProperty = [], name = nil, object = nil) ⇒ DuplicateName

Returns a new instance of DuplicateName.



29952
29953
29954
29955
29956
29957
# File 'lib/vmware/soap/vim25.rb', line 29952

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

Instance Attribute Details

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



29948
29949
29950
# File 'lib/vmware/soap/vim25.rb', line 29948

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



29947
29948
29949
# File 'lib/vmware/soap/vim25.rb', line 29947

def dynamicType
  @dynamicType
end

#nameObject

Returns the value of attribute name.



29949
29950
29951
# File 'lib/vmware/soap/vim25.rb', line 29949

def name
  @name
end

#objectObject

Returns the value of attribute object.



29950
29951
29952
# File 'lib/vmware/soap/vim25.rb', line 29950

def object
  @object
end