Class: VirtualEthernetCardNotSupported
- Inherits:
-
DeviceNotSupported
- Object
- MethodFault
- VimFault
- VmConfigFault
- VirtualHardwareCompatibilityIssue
- DeviceNotSupported
- VirtualEthernetCardNotSupported
- 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
-
#device ⇒ Object
Returns the value of attribute device.
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#reason ⇒ Object
Returns the value of attribute reason.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], device = nil, reason = nil) ⇒ VirtualEthernetCardNotSupported
constructor
A new instance of VirtualEthernetCardNotSupported.
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
#device ⇒ Object
Returns the value of attribute device.
33105 33106 33107 |
# File 'lib/vmware/soap/vim25.rb', line 33105 def device @device end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
33104 33105 33106 |
# File 'lib/vmware/soap/vim25.rb', line 33104 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
33103 33104 33105 |
# File 'lib/vmware/soap/vim25.rb', line 33103 def dynamicType @dynamicType end |
#reason ⇒ Object
Returns the value of attribute reason.
33106 33107 33108 |
# File 'lib/vmware/soap/vim25.rb', line 33106 def reason @reason end |