Class: UpdateSoftwareInternetScsiEnabledRequestType
- Inherits:
-
Object
- Object
- UpdateSoftwareInternetScsiEnabledRequestType
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25UpdateSoftwareInternetScsiEnabledRequestType
m__this - ManagedObjectReference
enabled - SOAP::SOAPBoolean
Instance Attribute Summary collapse
-
#enabled ⇒ Object
Returns the value of attribute enabled.
Instance Method Summary collapse
-
#initialize(v__this = nil, enabled = nil) ⇒ UpdateSoftwareInternetScsiEnabledRequestType
constructor
A new instance of UpdateSoftwareInternetScsiEnabledRequestType.
- #m__this ⇒ Object
- #m__this=(value) ⇒ Object
Constructor Details
permalink #initialize(v__this = nil, enabled = nil) ⇒ UpdateSoftwareInternetScsiEnabledRequestType
Returns a new instance of UpdateSoftwareInternetScsiEnabledRequestType.
39591 39592 39593 39594 |
# File 'lib/vmware/soap/vim25.rb', line 39591 def initialize(v__this = nil, enabled = nil) @v__this = v__this @enabled = enabled end |
Instance Attribute Details
permalink #enabled ⇒ Object
Returns the value of attribute enabled.
39581 39582 39583 |
# File 'lib/vmware/soap/vim25.rb', line 39581 def enabled @enabled end |
Instance Method Details
permalink #m__this ⇒ Object
[View source]
39583 39584 39585 |
# File 'lib/vmware/soap/vim25.rb', line 39583 def m__this @v__this end |
permalink #m__this=(value) ⇒ Object
[View source]
39587 39588 39589 |
# File 'lib/vmware/soap/vim25.rb', line 39587 def m__this=(value) @v__this = value end |