Class: ResetEntityPermissionsRequestType

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

Overview

urn:vim25ResetEntityPermissionsRequestType

m__this - ManagedObjectReference
entity - ManagedObjectReference
permission - Permission

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(v__this = nil, entity = nil, permission = []) ⇒ ResetEntityPermissionsRequestType

Returns a new instance of ResetEntityPermissionsRequestType.



33506
33507
33508
33509
33510
# File 'lib/vmware/soap/vim25.rb', line 33506

def initialize(v__this = nil, entity = nil, permission = [])
  @v__this = v__this
  @entity = entity
  @permission = permission
end

Instance Attribute Details

#entityObject

Returns the value of attribute entity.



33495
33496
33497
# File 'lib/vmware/soap/vim25.rb', line 33495

def entity
  @entity
end

#permissionObject

Returns the value of attribute permission.



33496
33497
33498
# File 'lib/vmware/soap/vim25.rb', line 33496

def permission
  @permission
end

Instance Method Details

#m__thisObject



33498
33499
33500
# File 'lib/vmware/soap/vim25.rb', line 33498

def m__this
  @v__this
end

#m__this=(value) ⇒ Object



33502
33503
33504
# File 'lib/vmware/soap/vim25.rb', line 33502

def m__this=(value)
  @v__this = value
end