Class: HostInternetScsiHbaSendTarget

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

Overview

urn:vim25HostInternetScsiHbaSendTarget

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
address - SOAP::SOAPString
port - SOAP::SOAPInt

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(dynamicType = nil, dynamicProperty = [], address = nil, port = nil) ⇒ HostInternetScsiHbaSendTarget

Returns a new instance of HostInternetScsiHbaSendTarget.



19798
19799
19800
19801
19802
19803
# File 'lib/vmware/soap/vim25.rb', line 19798

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

Instance Attribute Details

#addressObject

Returns the value of attribute address.



19795
19796
19797
# File 'lib/vmware/soap/vim25.rb', line 19795

def address
  @address
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



19794
19795
19796
# File 'lib/vmware/soap/vim25.rb', line 19794

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



19793
19794
19795
# File 'lib/vmware/soap/vim25.rb', line 19793

def dynamicType
  @dynamicType
end

#portObject

Returns the value of attribute port.



19796
19797
19798
# File 'lib/vmware/soap/vim25.rb', line 19796

def port
  @port
end