Class: InvalidProperty

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

Overview

urn:vim25InvalidProperty

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of InvalidProperty.



29185
29186
29187
29188
29189
# File 'lib/vmware/soap/vim25.rb', line 29185

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

Instance Attribute Details

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



29182
29183
29184
# File 'lib/vmware/soap/vim25.rb', line 29182

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



29181
29182
29183
# File 'lib/vmware/soap/vim25.rb', line 29181

def dynamicType
  @dynamicType
end

#nameObject

Returns the value of attribute name.



29183
29184
29185
# File 'lib/vmware/soap/vim25.rb', line 29183

def name
  @name
end