Class: VirtualEthernetCardNotSupported

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

Overview

urn:vim25VirtualEthernetCardNotSupported

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

Returns a new instance of VirtualEthernetCardNotSupported.


33108
33109
33110
33111
33112
33113
# File 'lib/vmware/soap/vim25.rb', line 33108

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.


33105
33106
33107
# File 'lib/vmware/soap/vim25.rb', line 33105

def device
  @device
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.


33104
33105
33106
# File 'lib/vmware/soap/vim25.rb', line 33104

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.


33103
33104
33105
# File 'lib/vmware/soap/vim25.rb', line 33103

def dynamicType
  @dynamicType
end

#reasonObject

Returns the value of attribute reason.


33106
33107
33108
# File 'lib/vmware/soap/vim25.rb', line 33106

def reason
  @reason
end