Class: RetrieveRolePermissionsRequestType

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

Overview

urn:vim25RetrieveRolePermissionsRequestType

m__this - ManagedObjectReference
roleId - SOAP::SOAPInt

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(v__this = nil, roleId = nil) ⇒ RetrieveRolePermissionsRequestType

Returns a new instance of RetrieveRolePermissionsRequestType.



33422
33423
33424
33425
# File 'lib/vmware/soap/vim25.rb', line 33422

def initialize(v__this = nil, roleId = nil)
  @v__this = v__this
  @roleId = roleId
end

Instance Attribute Details

#roleIdObject

Returns the value of attribute roleId.



33412
33413
33414
# File 'lib/vmware/soap/vim25.rb', line 33412

def roleId
  @roleId
end

Instance Method Details

#m__thisObject



33414
33415
33416
# File 'lib/vmware/soap/vim25.rb', line 33414

def m__this
  @v__this
end

#m__this=(value) ⇒ Object



33418
33419
33420
# File 'lib/vmware/soap/vim25.rb', line 33418

def m__this=(value)
  @v__this = value
end