Class: ConfigureDatastorePrincipalRequestType
- Inherits:
-
Object
- Object
- ConfigureDatastorePrincipalRequestType
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25ConfigureDatastorePrincipalRequestType
m__this - ManagedObjectReference
userName - SOAP::SOAPString
password - SOAP::SOAPString
Instance Attribute Summary collapse
-
#password ⇒ Object
Returns the value of attribute password.
-
#userName ⇒ Object
Returns the value of attribute userName.
Instance Method Summary collapse
-
#initialize(v__this = nil, userName = nil, password = nil) ⇒ ConfigureDatastorePrincipalRequestType
constructor
A new instance of ConfigureDatastorePrincipalRequestType.
- #m__this ⇒ Object
- #m__this=(value) ⇒ Object
Constructor Details
#initialize(v__this = nil, userName = nil, password = nil) ⇒ ConfigureDatastorePrincipalRequestType
Returns a new instance of ConfigureDatastorePrincipalRequestType.
38006 38007 38008 38009 38010 |
# File 'lib/vmware/soap/vim25.rb', line 38006 def initialize(v__this = nil, userName = nil, password = nil) @v__this = v__this @userName = userName @password = password end |
Instance Attribute Details
#password ⇒ Object
Returns the value of attribute password.
37996 37997 37998 |
# File 'lib/vmware/soap/vim25.rb', line 37996 def password @password end |
#userName ⇒ Object
Returns the value of attribute userName.
37995 37996 37997 |
# File 'lib/vmware/soap/vim25.rb', line 37995 def userName @userName end |
Instance Method Details
#m__this ⇒ Object
37998 37999 38000 |
# File 'lib/vmware/soap/vim25.rb', line 37998 def m__this @v__this end |
#m__this=(value) ⇒ Object
38002 38003 38004 |
# File 'lib/vmware/soap/vim25.rb', line 38002 def m__this=(value) @v__this = value end |