Class: HostNewNetworkConnectInfo
- Inherits:
-
HostConnectInfoNetworkInfo
- Object
- DynamicData
- HostConnectInfoNetworkInfo
- HostNewNetworkConnectInfo
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25HostNewNetworkConnectInfo
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
summary - NetworkSummary
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) ⇒ HostNewNetworkConnectInfo
constructor
A new instance of HostNewNetworkConnectInfo.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], summary = nil) ⇒ HostNewNetworkConnectInfo
Returns a new instance of HostNewNetworkConnectInfo.
17284 17285 17286 17287 17288 |
# File 'lib/vmware/soap/vim25.rb', line 17284 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.
17281 17282 17283 |
# File 'lib/vmware/soap/vim25.rb', line 17281 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
17280 17281 17282 |
# File 'lib/vmware/soap/vim25.rb', line 17280 def dynamicType @dynamicType end |
#summary ⇒ Object
Returns the value of attribute summary.
17282 17283 17284 |
# File 'lib/vmware/soap/vim25.rb', line 17282 def summary @summary end |