Class: UpdateInternetScsiIPPropertiesRequestType
- Inherits:
-
Object
- Object
- UpdateInternetScsiIPPropertiesRequestType
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25UpdateInternetScsiIPPropertiesRequestType
m__this - ManagedObjectReference
iScsiHbaDevice - SOAP::SOAPString
ipProperties - HostInternetScsiHbaIPProperties
Instance Attribute Summary collapse
-
#ipProperties ⇒ Object
Returns the value of attribute ipProperties.
-
#iScsiHbaDevice ⇒ Object
Returns the value of attribute iScsiHbaDevice.
Instance Method Summary collapse
-
#initialize(v__this = nil, iScsiHbaDevice = nil, ipProperties = nil) ⇒ UpdateInternetScsiIPPropertiesRequestType
constructor
A new instance of UpdateInternetScsiIPPropertiesRequestType.
- #m__this ⇒ Object
- #m__this=(value) ⇒ Object
Constructor Details
#initialize(v__this = nil, iScsiHbaDevice = nil, ipProperties = nil) ⇒ UpdateInternetScsiIPPropertiesRequestType
Returns a new instance of UpdateInternetScsiIPPropertiesRequestType.
39659 39660 39661 39662 39663 |
# File 'lib/vmware/soap/vim25.rb', line 39659 def initialize(v__this = nil, iScsiHbaDevice = nil, ipProperties = nil) @v__this = v__this @iScsiHbaDevice = iScsiHbaDevice @ipProperties = ipProperties end |
Instance Attribute Details
#ipProperties ⇒ Object
Returns the value of attribute ipProperties.
39649 39650 39651 |
# File 'lib/vmware/soap/vim25.rb', line 39649 def ipProperties @ipProperties end |
#iScsiHbaDevice ⇒ Object
Returns the value of attribute iScsiHbaDevice.
39648 39649 39650 |
# File 'lib/vmware/soap/vim25.rb', line 39648 def iScsiHbaDevice @iScsiHbaDevice end |
Instance Method Details
#m__this ⇒ Object
39651 39652 39653 |
# File 'lib/vmware/soap/vim25.rb', line 39651 def m__this @v__this end |
#m__this=(value) ⇒ Object
39655 39656 39657 |
# File 'lib/vmware/soap/vim25.rb', line 39655 def m__this=(value) @v__this = value end |