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
#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
#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
#m__this ⇒ Object
39583 39584 39585 |
# File 'lib/vmware/soap/vim25.rb', line 39583 def m__this @v__this end |
#m__this=(value) ⇒ Object
39587 39588 39589 |
# File 'lib/vmware/soap/vim25.rb', line 39587 def m__this=(value) @v__this = value end |