Class: HostConnectInfoNetworkInfo

Inherits:
DynamicData show all
Defined in:
lib/vmware/soap/vim25.rb

Overview

urn:vim25HostConnectInfoNetworkInfo

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
summary - NetworkSummary

Direct Known Subclasses

HostNewNetworkConnectInfo

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



17265
17266
17267
# File 'lib/vmware/soap/vim25.rb', line 17265

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



17264
17265
17266
# File 'lib/vmware/soap/vim25.rb', line 17264

def dynamicType
  @dynamicType
end

#summaryObject

Returns the value of attribute summary.



17266
17267
17268
# File 'lib/vmware/soap/vim25.rb', line 17266

def summary
  @summary
end