Class: HostConnectInfoNetworkInfo
- Inherits:
-
DynamicData
- Object
- DynamicData
- HostConnectInfoNetworkInfo
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25HostConnectInfoNetworkInfo
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
summary - NetworkSummary
Direct Known Subclasses
Instance Attribute Summary collapse
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#summary ⇒ Object
Returns the value of attribute summary.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], summary = nil) ⇒ HostConnectInfoNetworkInfo
constructor
A new instance of HostConnectInfoNetworkInfo.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], summary = nil) ⇒ HostConnectInfoNetworkInfo
Returns a new instance of HostConnectInfoNetworkInfo.
17268 17269 17270 17271 17272 |
# File 'lib/vmware/soap/vim25.rb', line 17268 def initialize(dynamicType = nil, dynamicProperty = [], summary = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @summary = summary end |
Instance Attribute Details
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
17265 17266 17267 |
# File 'lib/vmware/soap/vim25.rb', line 17265 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
17264 17265 17266 |
# File 'lib/vmware/soap/vim25.rb', line 17264 def dynamicType @dynamicType end |
#summary ⇒ Object
Returns the value of attribute summary.
17266 17267 17268 |
# File 'lib/vmware/soap/vim25.rb', line 17266 def summary @summary end |