Class: RemoteDeviceNotSupported

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

Overview

urn:vim25RemoteDeviceNotSupported

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

Returns a new instance of RemoteDeviceNotSupported.



33051
33052
33053
33054
33055
33056
# File 'lib/vmware/soap/vim25.rb', line 33051

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.



33048
33049
33050
# File 'lib/vmware/soap/vim25.rb', line 33048

def device
  @device
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



33047
33048
33049
# File 'lib/vmware/soap/vim25.rb', line 33047

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



33046
33047
33048
# File 'lib/vmware/soap/vim25.rb', line 33046

def dynamicType
  @dynamicType
end

#reasonObject

Returns the value of attribute reason.



33049
33050
33051
# File 'lib/vmware/soap/vim25.rb', line 33049

def reason
  @reason
end