Class: AddInternetScsiStaticTargetsRequestType
- Inherits:
-
Object
- Object
- AddInternetScsiStaticTargetsRequestType
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25AddInternetScsiStaticTargetsRequestType
m__this - ManagedObjectReference
iScsiHbaDevice - SOAP::SOAPString
targets - HostInternetScsiHbaStaticTarget
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 = []) ⇒ AddInternetScsiStaticTargetsRequestType
constructor
A new instance of AddInternetScsiStaticTargetsRequestType.
- #m__this ⇒ Object
- #m__this=(value) ⇒ Object
Constructor Details
#initialize(v__this = nil, iScsiHbaDevice = nil, targets = []) ⇒ AddInternetScsiStaticTargetsRequestType
Returns a new instance of AddInternetScsiStaticTargetsRequestType.
39774 39775 39776 39777 39778 |
# File 'lib/vmware/soap/vim25.rb', line 39774 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.
39763 39764 39765 |
# File 'lib/vmware/soap/vim25.rb', line 39763 def iScsiHbaDevice @iScsiHbaDevice end |
#targets ⇒ Object
Returns the value of attribute targets.
39764 39765 39766 |
# File 'lib/vmware/soap/vim25.rb', line 39764 def targets @targets end |
Instance Method Details
#m__this ⇒ Object
39766 39767 39768 |
# File 'lib/vmware/soap/vim25.rb', line 39766 def m__this @v__this end |
#m__this=(value) ⇒ Object
39770 39771 39772 |
# File 'lib/vmware/soap/vim25.rb', line 39770 def m__this=(value) @v__this = value end |