Class: SetEntityPermissionsRequestType
- Inherits:
-
Object
- Object
- SetEntityPermissionsRequestType
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25SetEntityPermissionsRequestType
m__this - ManagedObjectReference
entity - ManagedObjectReference
- Permission
Instance Attribute Summary collapse
-
#entity ⇒ Object
Returns the value of attribute entity.
-
#permission ⇒ Object
Returns the value of attribute permission.
Instance Method Summary collapse
-
#initialize(v__this = nil, entity = nil, permission = []) ⇒ SetEntityPermissionsRequestType
constructor
A new instance of SetEntityPermissionsRequestType.
- #m__this ⇒ Object
- #m__this=(value) ⇒ Object
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, = []) @v__this = v__this @entity = entity @permission = end |
Instance Attribute Details
#entity ⇒ Object
Returns the value of attribute entity.
33472 33473 33474 |
# File 'lib/vmware/soap/vim25.rb', line 33472 def entity @entity end |
#permission ⇒ Object
Returns the value of attribute permission.
33473 33474 33475 |
# File 'lib/vmware/soap/vim25.rb', line 33473 def @permission end |
Instance Method Details
#m__this ⇒ Object
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 |