Class: InvalidFormat

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

Overview

urn:vim25InvalidFormat

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty

Direct Known Subclasses

InvalidDiskFormat, InvalidSnapshotFormat

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of InvalidFormat.



32385
32386
32387
32388
# File 'lib/vmware/soap/vim25.rb', line 32385

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

Instance Attribute Details

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



32383
32384
32385
# File 'lib/vmware/soap/vim25.rb', line 32383

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



32382
32383
32384
# File 'lib/vmware/soap/vim25.rb', line 32382

def dynamicType
  @dynamicType
end