Class: HostEventArgument

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

Overview

urn:vim25HostEventArgument

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
name - SOAP::SOAPString
host - ManagedObjectReference

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(dynamicType = nil, dynamicProperty = [], name = nil, host = nil) ⇒ HostEventArgument

Returns a new instance of HostEventArgument.



16634
16635
16636
16637
16638
16639
# File 'lib/vmware/soap/vim25.rb', line 16634

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

Instance Attribute Details

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



16630
16631
16632
# File 'lib/vmware/soap/vim25.rb', line 16630

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



16629
16630
16631
# File 'lib/vmware/soap/vim25.rb', line 16629

def dynamicType
  @dynamicType
end

#hostObject

Returns the value of attribute host.



16632
16633
16634
# File 'lib/vmware/soap/vim25.rb', line 16632

def host
  @host
end

#nameObject

Returns the value of attribute name.



16631
16632
16633
# File 'lib/vmware/soap/vim25.rb', line 16631

def name
  @name
end