Class: DeviceBackingNotSupported

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

Overview

urn:vim25DeviceBackingNotSupported

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of DeviceBackingNotSupported.



32914
32915
32916
32917
32918
32919
32920
# File 'lib/vmware/soap/vim25.rb', line 32914

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

Instance Attribute Details

#backingObject

Returns the value of attribute backing.



32912
32913
32914
# File 'lib/vmware/soap/vim25.rb', line 32912

def backing
  @backing
end

#deviceObject

Returns the value of attribute device.



32910
32911
32912
# File 'lib/vmware/soap/vim25.rb', line 32910

def device
  @device
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



32909
32910
32911
# File 'lib/vmware/soap/vim25.rb', line 32909

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



32908
32909
32910
# File 'lib/vmware/soap/vim25.rb', line 32908

def dynamicType
  @dynamicType
end

#reasonObject

Returns the value of attribute reason.



32911
32912
32913
# File 'lib/vmware/soap/vim25.rb', line 32911

def reason
  @reason
end