Class: AuthorizationRole
- Inherits:
-
DynamicData
- Object
- DynamicData
- AuthorizationRole
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25AuthorizationRole
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
roleId - SOAP::SOAPInt
system - SOAP::SOAPBoolean
name - SOAP::SOAPString
info - Description
privilege - SOAP::SOAPString
Instance Attribute Summary collapse
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#info ⇒ Object
Returns the value of attribute info.
-
#name ⇒ Object
Returns the value of attribute name.
-
#privilege ⇒ Object
Returns the value of attribute privilege.
-
#roleId ⇒ Object
Returns the value of attribute roleId.
-
#system ⇒ Object
Returns the value of attribute system.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], roleId = nil, system = nil, name = nil, info = nil, privilege = []) ⇒ AuthorizationRole
constructor
A new instance of AuthorizationRole.
Constructor Details
permalink #initialize(dynamicType = nil, dynamicProperty = [], roleId = nil, system = nil, name = nil, info = nil, privilege = []) ⇒ AuthorizationRole
Returns a new instance of AuthorizationRole.
413 414 415 416 417 418 419 420 421 |
# File 'lib/vmware/soap/vim25.rb', line 413 def initialize(dynamicType = nil, dynamicProperty = [], roleId = nil, system = nil, name = nil, info = nil, privilege = []) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @roleId = roleId @system = system @name = name @info = info @privilege = privilege end |
Instance Attribute Details
permalink #dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
406 407 408 |
# File 'lib/vmware/soap/vim25.rb', line 406 def dynamicProperty @dynamicProperty end |
permalink #dynamicType ⇒ Object
Returns the value of attribute dynamicType.
405 406 407 |
# File 'lib/vmware/soap/vim25.rb', line 405 def dynamicType @dynamicType end |
permalink #info ⇒ Object
Returns the value of attribute info.
410 411 412 |
# File 'lib/vmware/soap/vim25.rb', line 410 def info @info end |
permalink #name ⇒ Object
Returns the value of attribute name.
409 410 411 |
# File 'lib/vmware/soap/vim25.rb', line 409 def name @name end |
permalink #privilege ⇒ Object
Returns the value of attribute privilege.
411 412 413 |
# File 'lib/vmware/soap/vim25.rb', line 411 def privilege @privilege end |
permalink #roleId ⇒ Object
Returns the value of attribute roleId.
407 408 409 |
# File 'lib/vmware/soap/vim25.rb', line 407 def roleId @roleId end |
permalink #system ⇒ Object
Returns the value of attribute system.
408 409 410 |
# File 'lib/vmware/soap/vim25.rb', line 408 def system @system end |