Class: NoVirtualNic
- Inherits:
-
HostConfigFault
- Object
- MethodFault
- VimFault
- HostConfigFault
- NoVirtualNic
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25NoVirtualNic
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
Instance Attribute Summary collapse
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = []) ⇒ NoVirtualNic
constructor
A new instance of NoVirtualNic.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = []) ⇒ NoVirtualNic
Returns a new instance of NoVirtualNic.
30271 30272 30273 30274 |
# File 'lib/vmware/soap/vim25.rb', line 30271 def initialize(dynamicType = nil, dynamicProperty = []) @dynamicType = dynamicType @dynamicProperty = dynamicProperty end |
Instance Attribute Details
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
30269 30270 30271 |
# File 'lib/vmware/soap/vim25.rb', line 30269 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
30268 30269 30270 |
# File 'lib/vmware/soap/vim25.rb', line 30268 def dynamicType @dynamicType end |