Class: SetEntityPermissionsRequestType

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

Overview

urn:vim25SetEntityPermissionsRequestType

m__this - ManagedObjectReference
entity - ManagedObjectReference
permission - Permission

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of SetEntityPermissionsRequestType.



33483
33484
33485
33486
33487
# File 'lib/vmware/soap/vim25.rb', line 33483

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.



33472
33473
33474
# File 'lib/vmware/soap/vim25.rb', line 33472

def entity
  @entity
end

#permissionObject

Returns the value of attribute permission.



33473
33474
33475
# File 'lib/vmware/soap/vim25.rb', line 33473

def permission
  @permission
end

Instance Method Details

#m__thisObject



33475
33476
33477
# File 'lib/vmware/soap/vim25.rb', line 33475

def m__this
  @v__this
end

#m__this=(value) ⇒ Object



33479
33480
33481
# File 'lib/vmware/soap/vim25.rb', line 33479

def m__this=(value)
  @v__this = value
end