Class: RemoveInternetScsiSendTargetsRequestType
- Inherits:
-
Object
- Object
- RemoveInternetScsiSendTargetsRequestType
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25RemoveInternetScsiSendTargetsRequestType
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 = []) ⇒ RemoveInternetScsiSendTargetsRequestType
constructor
A new instance of RemoveInternetScsiSendTargetsRequestType.
- #m__this ⇒ Object
- #m__this=(value) ⇒ Object
Constructor Details
permalink #initialize(v__this = nil, iScsiHbaDevice = nil, targets = []) ⇒ RemoveInternetScsiSendTargetsRequestType
Returns a new instance of RemoveInternetScsiSendTargetsRequestType.
39751 39752 39753 39754 39755 |
# File 'lib/vmware/soap/vim25.rb', line 39751 def initialize(v__this = nil, iScsiHbaDevice = nil, targets = []) @v__this = v__this @iScsiHbaDevice = iScsiHbaDevice @targets = targets end |
Instance Attribute Details
permalink #iScsiHbaDevice ⇒ Object
Returns the value of attribute iScsiHbaDevice.
39740 39741 39742 |
# File 'lib/vmware/soap/vim25.rb', line 39740 def iScsiHbaDevice @iScsiHbaDevice end |
permalink #targets ⇒ Object
Returns the value of attribute targets.
39741 39742 39743 |
# File 'lib/vmware/soap/vim25.rb', line 39741 def targets @targets end |
Instance Method Details
permalink #m__this ⇒ Object
[View source]
39743 39744 39745 |
# File 'lib/vmware/soap/vim25.rb', line 39743 def m__this @v__this end |
permalink #m__this=(value) ⇒ Object
[View source]
39747 39748 39749 |
# File 'lib/vmware/soap/vim25.rb', line 39747 def m__this=(value) @v__this = value end |