Class: AddAuthorizationRoleRequestType

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

Overview

urn:vim25AddAuthorizationRoleRequestType

m__this - ManagedObjectReference
name - SOAP::SOAPString
privIds - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(v__this = nil, name = nil, privIds = []) ⇒ AddAuthorizationRoleRequestType

Returns a new instance of AddAuthorizationRoleRequestType.



33329
33330
33331
33332
33333
# File 'lib/vmware/soap/vim25.rb', line 33329

def initialize(v__this = nil, name = nil, privIds = [])
  @v__this = v__this
  @name = name
  @privIds = privIds
end

Instance Attribute Details

#nameObject

Returns the value of attribute name.



33318
33319
33320
# File 'lib/vmware/soap/vim25.rb', line 33318

def name
  @name
end

#privIdsObject

Returns the value of attribute privIds.



33319
33320
33321
# File 'lib/vmware/soap/vim25.rb', line 33319

def privIds
  @privIds
end

Instance Method Details

#m__thisObject



33321
33322
33323
# File 'lib/vmware/soap/vim25.rb', line 33321

def m__this
  @v__this
end

#m__this=(value) ⇒ Object



33325
33326
33327
# File 'lib/vmware/soap/vim25.rb', line 33325

def m__this=(value)
  @v__this = value
end