Class: RawDiskNotSupported

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

Overview

urn:vim25RawDiskNotSupported

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
device - SOAP::SOAPString
reason - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(dynamicType = nil, dynamicProperty = [], device = nil, reason = nil) ⇒ RawDiskNotSupported

Returns a new instance of RawDiskNotSupported.



33032
33033
33034
33035
33036
33037
# File 'lib/vmware/soap/vim25.rb', line 33032

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

Instance Attribute Details

#deviceObject

Returns the value of attribute device.



33029
33030
33031
# File 'lib/vmware/soap/vim25.rb', line 33029

def device
  @device
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



33028
33029
33030
# File 'lib/vmware/soap/vim25.rb', line 33028

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



33027
33028
33029
# File 'lib/vmware/soap/vim25.rb', line 33027

def dynamicType
  @dynamicType
end

#reasonObject

Returns the value of attribute reason.



33030
33031
33032
# File 'lib/vmware/soap/vim25.rb', line 33030

def reason
  @reason
end