Class: RetrieveUserGroupsRequestType

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

Overview

urn:vim25RetrieveUserGroupsRequestType

m__this - ManagedObjectReference
domain - SOAP::SOAPString
searchStr - SOAP::SOAPString
belongsToGroup - SOAP::SOAPString
belongsToUser - SOAP::SOAPString
exactMatch - SOAP::SOAPBoolean
findUsers - SOAP::SOAPBoolean
findGroups - SOAP::SOAPBoolean

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(v__this = nil, domain = nil, searchStr = nil, belongsToGroup = nil, belongsToUser = nil, exactMatch = nil, findUsers = nil, findGroups = nil) ⇒ RetrieveUserGroupsRequestType

Returns a new instance of RetrieveUserGroupsRequestType.



36369
36370
36371
36372
36373
36374
36375
36376
36377
36378
# File 'lib/vmware/soap/vim25.rb', line 36369

def initialize(v__this = nil, domain = nil, searchStr = nil, belongsToGroup = nil, belongsToUser = nil, exactMatch = nil, findUsers = nil, findGroups = nil)
  @v__this = v__this
  @domain = domain
  @searchStr = searchStr
  @belongsToGroup = belongsToGroup
  @belongsToUser = belongsToUser
  @exactMatch = exactMatch
  @findUsers = findUsers
  @findGroups = findGroups
end

Instance Attribute Details

#belongsToGroupObject

Returns the value of attribute belongsToGroup.



36355
36356
36357
# File 'lib/vmware/soap/vim25.rb', line 36355

def belongsToGroup
  @belongsToGroup
end

#belongsToUserObject

Returns the value of attribute belongsToUser.



36356
36357
36358
# File 'lib/vmware/soap/vim25.rb', line 36356

def belongsToUser
  @belongsToUser
end

#domainObject

Returns the value of attribute domain.



36353
36354
36355
# File 'lib/vmware/soap/vim25.rb', line 36353

def domain
  @domain
end

#exactMatchObject

Returns the value of attribute exactMatch.



36357
36358
36359
# File 'lib/vmware/soap/vim25.rb', line 36357

def exactMatch
  @exactMatch
end

#findGroupsObject

Returns the value of attribute findGroups.



36359
36360
36361
# File 'lib/vmware/soap/vim25.rb', line 36359

def findGroups
  @findGroups
end

#findUsersObject

Returns the value of attribute findUsers.



36358
36359
36360
# File 'lib/vmware/soap/vim25.rb', line 36358

def findUsers
  @findUsers
end

#searchStrObject

Returns the value of attribute searchStr.



36354
36355
36356
# File 'lib/vmware/soap/vim25.rb', line 36354

def searchStr
  @searchStr
end

Instance Method Details

#m__thisObject



36361
36362
36363
# File 'lib/vmware/soap/vim25.rb', line 36361

def m__this
  @v__this
end

#m__this=(value) ⇒ Object



36365
36366
36367
# File 'lib/vmware/soap/vim25.rb', line 36365

def m__this=(value)
  @v__this = value
end