Class: UpdateSoftwareInternetScsiEnabledRequestType

Inherits:
Object
  • Object
show all
Defined in:
lib/vmware/soap/vim25.rb

Overview

urn:vim25UpdateSoftwareInternetScsiEnabledRequestType

m__this - ManagedObjectReference
enabled - SOAP::SOAPBoolean

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#enabledObject

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__thisObject



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