Class: AlreadyExists

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

Overview

urn:vim25AlreadyExists

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of AlreadyExists.



29685
29686
29687
29688
29689
# File 'lib/vmware/soap/vim25.rb', line 29685

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

Instance Attribute Details

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



29682
29683
29684
# File 'lib/vmware/soap/vim25.rb', line 29682

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



29681
29682
29683
# File 'lib/vmware/soap/vim25.rb', line 29681

def dynamicType
  @dynamicType
end

#nameObject

Returns the value of attribute name.



29683
29684
29685
# File 'lib/vmware/soap/vim25.rb', line 29683

def name
  @name
end