Class: ResetEntityPermissionsRequestType
- Inherits:
-
Object
- Object
- ResetEntityPermissionsRequestType
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25ResetEntityPermissionsRequestType
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 = []) ⇒ ResetEntityPermissionsRequestType
constructor
A new instance of ResetEntityPermissionsRequestType.
- #m__this ⇒ Object
- #m__this=(value) ⇒ Object
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, = []) @v__this = v__this @entity = entity @permission = end |
Instance Attribute Details
#entity ⇒ Object
Returns the value of attribute entity.
33495 33496 33497 |
# File 'lib/vmware/soap/vim25.rb', line 33495 def entity @entity end |
#permission ⇒ Object
Returns the value of attribute permission.
33496 33497 33498 |
# File 'lib/vmware/soap/vim25.rb', line 33496 def @permission end |
Instance Method Details
#m__this ⇒ Object
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 |