Class: InvalidFolder

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

Overview

urn:vim25InvalidFolder

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
target - ManagedObjectReference

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(dynamicType = nil, dynamicProperty = [], target = nil) ⇒ InvalidFolder

Returns a new instance of InvalidFolder.



30782
30783
30784
30785
30786
# File 'lib/vmware/soap/vim25.rb', line 30782

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

Instance Attribute Details

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



30779
30780
30781
# File 'lib/vmware/soap/vim25.rb', line 30779

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



30778
30779
30780
# File 'lib/vmware/soap/vim25.rb', line 30778

def dynamicType
  @dynamicType
end

#targetObject

Returns the value of attribute target.



30780
30781
30782
# File 'lib/vmware/soap/vim25.rb', line 30780

def target
  @target
end