Class: CreateUserRequestType

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

Overview

urn:vim25CreateUserRequestType

m__this - ManagedObjectReference
user - HostAccountSpec

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of CreateUserRequestType.



38465
38466
38467
38468
# File 'lib/vmware/soap/vim25.rb', line 38465

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

Instance Attribute Details

#userObject

Returns the value of attribute user.



38455
38456
38457
# File 'lib/vmware/soap/vim25.rb', line 38455

def user
  @user
end

Instance Method Details

#m__thisObject



38457
38458
38459
# File 'lib/vmware/soap/vim25.rb', line 38457

def m__this
  @v__this
end

#m__this=(value) ⇒ Object



38461
38462
38463
# File 'lib/vmware/soap/vim25.rb', line 38461

def m__this=(value)
  @v__this = value
end