Class: AddAuthorizationRoleRequestType
- Inherits:
-
Object
- Object
- AddAuthorizationRoleRequestType
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25AddAuthorizationRoleRequestType
m__this - ManagedObjectReference
name - SOAP::SOAPString
privIds - SOAP::SOAPString
Instance Attribute Summary collapse
-
#name ⇒ Object
Returns the value of attribute name.
-
#privIds ⇒ Object
Returns the value of attribute privIds.
Instance Method Summary collapse
-
#initialize(v__this = nil, name = nil, privIds = []) ⇒ AddAuthorizationRoleRequestType
constructor
A new instance of AddAuthorizationRoleRequestType.
- #m__this ⇒ Object
- #m__this=(value) ⇒ Object
Constructor Details
#initialize(v__this = nil, name = nil, privIds = []) ⇒ AddAuthorizationRoleRequestType
Returns a new instance of AddAuthorizationRoleRequestType.
33329 33330 33331 33332 33333 |
# File 'lib/vmware/soap/vim25.rb', line 33329 def initialize(v__this = nil, name = nil, privIds = []) @v__this = v__this @name = name @privIds = privIds end |
Instance Attribute Details
#name ⇒ Object
Returns the value of attribute name.
33318 33319 33320 |
# File 'lib/vmware/soap/vim25.rb', line 33318 def name @name end |
#privIds ⇒ Object
Returns the value of attribute privIds.
33319 33320 33321 |
# File 'lib/vmware/soap/vim25.rb', line 33319 def privIds @privIds end |
Instance Method Details
#m__this ⇒ Object
33321 33322 33323 |
# File 'lib/vmware/soap/vim25.rb', line 33321 def m__this @v__this end |
#m__this=(value) ⇒ Object
33325 33326 33327 |
# File 'lib/vmware/soap/vim25.rb', line 33325 def m__this=(value) @v__this = value end |