Class: RDMNotSupported

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

Overview

urn:vim25RDMNotSupported

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

Direct Known Subclasses

PhysCompatRDMNotSupported

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of RDMNotSupported.



32994
32995
32996
32997
32998
32999
# File 'lib/vmware/soap/vim25.rb', line 32994

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.



32991
32992
32993
# File 'lib/vmware/soap/vim25.rb', line 32991

def device
  @device
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



32990
32991
32992
# File 'lib/vmware/soap/vim25.rb', line 32990

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



32989
32990
32991
# File 'lib/vmware/soap/vim25.rb', line 32989

def dynamicType
  @dynamicType
end

#reasonObject

Returns the value of attribute reason.



32992
32993
32994
# File 'lib/vmware/soap/vim25.rb', line 32992

def reason
  @reason
end