Class: VMINotSupported

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

Overview

urn:vim25VMINotSupported

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) ⇒ VMINotSupported

Returns a new instance of VMINotSupported.



33089
33090
33091
33092
33093
33094
# File 'lib/vmware/soap/vim25.rb', line 33089

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.



33086
33087
33088
# File 'lib/vmware/soap/vim25.rb', line 33086

def device
  @device
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



33085
33086
33087
# File 'lib/vmware/soap/vim25.rb', line 33085

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



33084
33085
33086
# File 'lib/vmware/soap/vim25.rb', line 33084

def dynamicType
  @dynamicType
end

#reasonObject

Returns the value of attribute reason.



33087
33088
33089
# File 'lib/vmware/soap/vim25.rb', line 33087

def reason
  @reason
end