Class: HostNewNetworkConnectInfo

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

Overview

urn:vim25HostNewNetworkConnectInfo

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

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



17281
17282
17283
# File 'lib/vmware/soap/vim25.rb', line 17281

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



17280
17281
17282
# File 'lib/vmware/soap/vim25.rb', line 17280

def dynamicType
  @dynamicType
end

#summaryObject

Returns the value of attribute summary.



17282
17283
17284
# File 'lib/vmware/soap/vim25.rb', line 17282

def summary
  @summary
end