Class: InvalidDiskFormat
- Inherits:
-
InvalidFormat
- Object
- MethodFault
- VimFault
- VmConfigFault
- InvalidFormat
- InvalidDiskFormat
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25InvalidDiskFormat
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
Instance Attribute Summary collapse
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = []) ⇒ InvalidDiskFormat
constructor
A new instance of InvalidDiskFormat.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = []) ⇒ InvalidDiskFormat
Returns a new instance of InvalidDiskFormat.
32398 32399 32400 32401 |
# File 'lib/vmware/soap/vim25.rb', line 32398 def initialize(dynamicType = nil, dynamicProperty = []) @dynamicType = dynamicType @dynamicProperty = dynamicProperty end |
Instance Attribute Details
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
32396 32397 32398 |
# File 'lib/vmware/soap/vim25.rb', line 32396 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
32395 32396 32397 |
# File 'lib/vmware/soap/vim25.rb', line 32395 def dynamicType @dynamicType end |