Class: UpdateInternetScsiDiscoveryPropertiesRequestType
- Inherits:
-
Object
- Object
- UpdateInternetScsiDiscoveryPropertiesRequestType
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25UpdateInternetScsiDiscoveryPropertiesRequestType
m__this - ManagedObjectReference
iScsiHbaDevice - SOAP::SOAPString
discoveryProperties - HostInternetScsiHbaDiscoveryProperties
Instance Attribute Summary collapse
-
#discoveryProperties ⇒ Object
Returns the value of attribute discoveryProperties.
-
#iScsiHbaDevice ⇒ Object
Returns the value of attribute iScsiHbaDevice.
Instance Method Summary collapse
-
#initialize(v__this = nil, iScsiHbaDevice = nil, discoveryProperties = nil) ⇒ UpdateInternetScsiDiscoveryPropertiesRequestType
constructor
A new instance of UpdateInternetScsiDiscoveryPropertiesRequestType.
- #m__this ⇒ Object
- #m__this=(value) ⇒ Object
Constructor Details
#initialize(v__this = nil, iScsiHbaDevice = nil, discoveryProperties = nil) ⇒ UpdateInternetScsiDiscoveryPropertiesRequestType
Returns a new instance of UpdateInternetScsiDiscoveryPropertiesRequestType.
39613 39614 39615 39616 39617 |
# File 'lib/vmware/soap/vim25.rb', line 39613 def initialize(v__this = nil, iScsiHbaDevice = nil, discoveryProperties = nil) @v__this = v__this @iScsiHbaDevice = iScsiHbaDevice @discoveryProperties = discoveryProperties end |
Instance Attribute Details
#discoveryProperties ⇒ Object
Returns the value of attribute discoveryProperties.
39603 39604 39605 |
# File 'lib/vmware/soap/vim25.rb', line 39603 def discoveryProperties @discoveryProperties end |
#iScsiHbaDevice ⇒ Object
Returns the value of attribute iScsiHbaDevice.
39602 39603 39604 |
# File 'lib/vmware/soap/vim25.rb', line 39602 def iScsiHbaDevice @iScsiHbaDevice end |
Instance Method Details
#m__this ⇒ Object
39605 39606 39607 |
# File 'lib/vmware/soap/vim25.rb', line 39605 def m__this @v__this end |
#m__this=(value) ⇒ Object
39609 39610 39611 |
# File 'lib/vmware/soap/vim25.rb', line 39609 def m__this=(value) @v__this = value end |