Class: AuthorizationRole

Inherits:
DynamicData show all
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

Instance Method Summary collapse

Constructor Details

#initialize(dynamicType = nil, dynamicProperty = [], roleId = nil, system = nil, name = nil, info = nil, privilege = []) ⇒ AuthorizationRole

Returns a new instance of AuthorizationRole.

[View source]

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

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.


406
407
408
# File 'lib/vmware/soap/vim25.rb', line 406

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.


405
406
407
# File 'lib/vmware/soap/vim25.rb', line 405

def dynamicType
  @dynamicType
end

#infoObject

Returns the value of attribute info.


410
411
412
# File 'lib/vmware/soap/vim25.rb', line 410

def info
  @info
end

#nameObject

Returns the value of attribute name.


409
410
411
# File 'lib/vmware/soap/vim25.rb', line 409

def name
  @name
end

#privilegeObject

Returns the value of attribute privilege.


411
412
413
# File 'lib/vmware/soap/vim25.rb', line 411

def privilege
  @privilege
end

#roleIdObject

Returns the value of attribute roleId.


407
408
409
# File 'lib/vmware/soap/vim25.rb', line 407

def roleId
  @roleId
end

#systemObject

Returns the value of attribute system.


408
409
410
# File 'lib/vmware/soap/vim25.rb', line 408

def system
  @system
end