Class: RoleEventArgument

Inherits:
EventArgument show all
Defined in:
lib/vmware/soap/vim25.rb

Overview

urn:vim25RoleEventArgument

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
roleId - SOAP::SOAPInt
name - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(dynamicType = nil, dynamicProperty = [], roleId = nil, name = nil) ⇒ RoleEventArgument

Returns a new instance of RoleEventArgument.



16504
16505
16506
16507
16508
16509
# File 'lib/vmware/soap/vim25.rb', line 16504

def initialize(dynamicType = nil, dynamicProperty = [], roleId = nil, name = nil)
  @dynamicType = dynamicType
  @dynamicProperty = dynamicProperty
  @roleId = roleId
  @name = name
end

Instance Attribute Details

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



16500
16501
16502
# File 'lib/vmware/soap/vim25.rb', line 16500

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



16499
16500
16501
# File 'lib/vmware/soap/vim25.rb', line 16499

def dynamicType
  @dynamicType
end

#nameObject

Returns the value of attribute name.



16502
16503
16504
# File 'lib/vmware/soap/vim25.rb', line 16502

def name
  @name
end

#roleIdObject

Returns the value of attribute roleId.



16501
16502
16503
# File 'lib/vmware/soap/vim25.rb', line 16501

def roleId
  @roleId
end