Class: UpdateInternetScsiAuthenticationPropertiesRequestType
- Inherits:
-
Object
- Object
- UpdateInternetScsiAuthenticationPropertiesRequestType
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25UpdateInternetScsiAuthenticationPropertiesRequestType
m__this - ManagedObjectReference
iScsiHbaDevice - SOAP::SOAPString
authenticationProperties - HostInternetScsiHbaAuthenticationProperties
Instance Attribute Summary collapse
-
#authenticationProperties ⇒ Object
Returns the value of attribute authenticationProperties.
-
#iScsiHbaDevice ⇒ Object
Returns the value of attribute iScsiHbaDevice.
Instance Method Summary collapse
-
#initialize(v__this = nil, iScsiHbaDevice = nil, authenticationProperties = nil) ⇒ UpdateInternetScsiAuthenticationPropertiesRequestType
constructor
A new instance of UpdateInternetScsiAuthenticationPropertiesRequestType.
- #m__this ⇒ Object
- #m__this=(value) ⇒ Object
Constructor Details
#initialize(v__this = nil, iScsiHbaDevice = nil, authenticationProperties = nil) ⇒ UpdateInternetScsiAuthenticationPropertiesRequestType
Returns a new instance of UpdateInternetScsiAuthenticationPropertiesRequestType.
39636 39637 39638 39639 39640 |
# File 'lib/vmware/soap/vim25.rb', line 39636 def initialize(v__this = nil, iScsiHbaDevice = nil, authenticationProperties = nil) @v__this = v__this @iScsiHbaDevice = iScsiHbaDevice @authenticationProperties = authenticationProperties end |
Instance Attribute Details
#authenticationProperties ⇒ Object
Returns the value of attribute authenticationProperties.
39626 39627 39628 |
# File 'lib/vmware/soap/vim25.rb', line 39626 def authenticationProperties @authenticationProperties end |
#iScsiHbaDevice ⇒ Object
Returns the value of attribute iScsiHbaDevice.
39625 39626 39627 |
# File 'lib/vmware/soap/vim25.rb', line 39625 def iScsiHbaDevice @iScsiHbaDevice end |
Instance Method Details
#m__this ⇒ Object
39628 39629 39630 |
# File 'lib/vmware/soap/vim25.rb', line 39628 def m__this @v__this end |
#m__this=(value) ⇒ Object
39632 39633 39634 |
# File 'lib/vmware/soap/vim25.rb', line 39632 def m__this=(value) @v__this = value end |