Class: AddInternetScsiSendTargetsRequestType
- Inherits:
-
Object
- Object
- AddInternetScsiSendTargetsRequestType
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25AddInternetScsiSendTargetsRequestType
m__this - ManagedObjectReference
iScsiHbaDevice - SOAP::SOAPString
targets - HostInternetScsiHbaSendTarget
Instance Attribute Summary collapse
-
#iScsiHbaDevice ⇒ Object
Returns the value of attribute iScsiHbaDevice.
-
#targets ⇒ Object
Returns the value of attribute targets.
Instance Method Summary collapse
-
#initialize(v__this = nil, iScsiHbaDevice = nil, targets = []) ⇒ AddInternetScsiSendTargetsRequestType
constructor
A new instance of AddInternetScsiSendTargetsRequestType.
- #m__this ⇒ Object
- #m__this=(value) ⇒ Object
Constructor Details
#initialize(v__this = nil, iScsiHbaDevice = nil, targets = []) ⇒ AddInternetScsiSendTargetsRequestType
Returns a new instance of AddInternetScsiSendTargetsRequestType.
39728 39729 39730 39731 39732 |
# File 'lib/vmware/soap/vim25.rb', line 39728 def initialize(v__this = nil, iScsiHbaDevice = nil, targets = []) @v__this = v__this @iScsiHbaDevice = iScsiHbaDevice @targets = targets end |
Instance Attribute Details
#iScsiHbaDevice ⇒ Object
Returns the value of attribute iScsiHbaDevice.
39717 39718 39719 |
# File 'lib/vmware/soap/vim25.rb', line 39717 def iScsiHbaDevice @iScsiHbaDevice end |
#targets ⇒ Object
Returns the value of attribute targets.
39718 39719 39720 |
# File 'lib/vmware/soap/vim25.rb', line 39718 def targets @targets end |
Instance Method Details
#m__this ⇒ Object
39720 39721 39722 |
# File 'lib/vmware/soap/vim25.rb', line 39720 def m__this @v__this end |
#m__this=(value) ⇒ Object
39724 39725 39726 |
# File 'lib/vmware/soap/vim25.rb', line 39724 def m__this=(value) @v__this = value end |