Class: ConfigureDatastorePrincipalRequestType

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

Overview

urn:vim25ConfigureDatastorePrincipalRequestType

m__this - ManagedObjectReference
userName - SOAP::SOAPString
password - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#passwordObject

Returns the value of attribute password.



37996
37997
37998
# File 'lib/vmware/soap/vim25.rb', line 37996

def password
  @password
end

#userNameObject

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__thisObject



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