Class: HostBlockAdapterTargetTransport

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

Overview

urn:vim25HostBlockAdapterTargetTransport

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of HostBlockAdapterTargetTransport.


21735
21736
21737
21738
# File 'lib/vmware/soap/vim25.rb', line 21735

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

Instance Attribute Details

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.


21733
21734
21735
# File 'lib/vmware/soap/vim25.rb', line 21733

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.


21732
21733
21734
# File 'lib/vmware/soap/vim25.rb', line 21732

def dynamicType
  @dynamicType
end