Class: CreateUserRequestType
- Inherits:
-
Object
- Object
- CreateUserRequestType
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25CreateUserRequestType
m__this - ManagedObjectReference
user - HostAccountSpec
Instance Attribute Summary collapse
-
#user ⇒ Object
Returns the value of attribute user.
Instance Method Summary collapse
-
#initialize(v__this = nil, user = nil) ⇒ CreateUserRequestType
constructor
A new instance of CreateUserRequestType.
- #m__this ⇒ Object
- #m__this=(value) ⇒ Object
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
#user ⇒ Object
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__this ⇒ Object
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 |