Class: PhysCompatRDMNotSupported

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

Overview

urn:vim25PhysCompatRDMNotSupported

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

Returns a new instance of PhysCompatRDMNotSupported.


33013
33014
33015
33016
33017
33018
# File 'lib/vmware/soap/vim25.rb', line 33013

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.


33010
33011
33012
# File 'lib/vmware/soap/vim25.rb', line 33010

def device
  @device
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.


33009
33010
33011
# File 'lib/vmware/soap/vim25.rb', line 33009

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.


33008
33009
33010
# File 'lib/vmware/soap/vim25.rb', line 33008

def dynamicType
  @dynamicType
end

#reasonObject

Returns the value of attribute reason.


33011
33012
33013
# File 'lib/vmware/soap/vim25.rb', line 33011

def reason
  @reason
end