Class: UpdateUserRequestType

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

Overview

urn:vim25UpdateUserRequestType

m__this - ManagedObjectReference
user - HostAccountSpec

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(v__this = nil, user = nil) ⇒ UpdateUserRequestType

Returns a new instance of UpdateUserRequestType.



38485
38486
38487
38488
# File 'lib/vmware/soap/vim25.rb', line 38485

def initialize(v__this = nil, user = nil)
  @v__this = v__this
  @user = user
end

Instance Attribute Details

#userObject

Returns the value of attribute user.



38475
38476
38477
# File 'lib/vmware/soap/vim25.rb', line 38475

def user
  @user
end

Instance Method Details

#m__thisObject



38477
38478
38479
# File 'lib/vmware/soap/vim25.rb', line 38477

def m__this
  @v__this
end

#m__this=(value) ⇒ Object



38481
38482
38483
# File 'lib/vmware/soap/vim25.rb', line 38481

def m__this=(value)
  @v__this = value
end