Class: HostTargetTransport

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

Overview

urn:vim25HostTargetTransport

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(dynamicType = nil, dynamicProperty = []) ⇒ HostTargetTransport

Returns a new instance of HostTargetTransport.



21709
21710
21711
21712
# File 'lib/vmware/soap/vim25.rb', line 21709

def initialize(dynamicType = nil, dynamicProperty = [])
  @dynamicType = dynamicType
  @dynamicProperty = dynamicProperty
end

Instance Attribute Details

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



21707
21708
21709
# File 'lib/vmware/soap/vim25.rb', line 21707

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



21706
21707
21708
# File 'lib/vmware/soap/vim25.rb', line 21706

def dynamicType
  @dynamicType
end