Class: GuestNicInfo
- Inherits:
-
DynamicData
- Object
- DynamicData
- GuestNicInfo
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25GuestNicInfo
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
network - SOAP::SOAPString
ipAddress - SOAP::SOAPString
macAddress - SOAP::SOAPString
connected - SOAP::SOAPBoolean
deviceConfigId - SOAP::SOAPInt
Instance Attribute Summary collapse
-
#connected ⇒ Object
Returns the value of attribute connected.
-
#deviceConfigId ⇒ Object
Returns the value of attribute deviceConfigId.
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#ipAddress ⇒ Object
Returns the value of attribute ipAddress.
-
#macAddress ⇒ Object
Returns the value of attribute macAddress.
-
#network ⇒ Object
Returns the value of attribute network.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], network = nil, ipAddress = [], macAddress = nil, connected = nil, deviceConfigId = nil) ⇒ GuestNicInfo
constructor
A new instance of GuestNicInfo.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], network = nil, ipAddress = [], macAddress = nil, connected = nil, deviceConfigId = nil) ⇒ GuestNicInfo
Returns a new instance of GuestNicInfo.
23568 23569 23570 23571 23572 23573 23574 23575 23576 |
# File 'lib/vmware/soap/vim25.rb', line 23568 def initialize(dynamicType = nil, dynamicProperty = [], network = nil, ipAddress = [], macAddress = nil, connected = nil, deviceConfigId = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @network = network @ipAddress = ipAddress @macAddress = macAddress @connected = connected @deviceConfigId = deviceConfigId end |
Instance Attribute Details
#connected ⇒ Object
Returns the value of attribute connected.
23565 23566 23567 |
# File 'lib/vmware/soap/vim25.rb', line 23565 def connected @connected end |
#deviceConfigId ⇒ Object
Returns the value of attribute deviceConfigId.
23566 23567 23568 |
# File 'lib/vmware/soap/vim25.rb', line 23566 def deviceConfigId @deviceConfigId end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
23561 23562 23563 |
# File 'lib/vmware/soap/vim25.rb', line 23561 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
23560 23561 23562 |
# File 'lib/vmware/soap/vim25.rb', line 23560 def dynamicType @dynamicType end |
#ipAddress ⇒ Object
Returns the value of attribute ipAddress.
23563 23564 23565 |
# File 'lib/vmware/soap/vim25.rb', line 23563 def ipAddress @ipAddress end |
#macAddress ⇒ Object
Returns the value of attribute macAddress.
23564 23565 23566 |
# File 'lib/vmware/soap/vim25.rb', line 23564 def macAddress @macAddress end |
#network ⇒ Object
Returns the value of attribute network.
23562 23563 23564 |
# File 'lib/vmware/soap/vim25.rb', line 23562 def network @network end |