Class: HostEventArgument
- Inherits:
-
EntityEventArgument
- Object
- DynamicData
- EventArgument
- EntityEventArgument
- HostEventArgument
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25HostEventArgument
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
name - SOAP::SOAPString
host - ManagedObjectReference
Instance Attribute Summary collapse
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#host ⇒ Object
Returns the value of attribute host.
-
#name ⇒ Object
Returns the value of attribute name.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], name = nil, host = nil) ⇒ HostEventArgument
constructor
A new instance of HostEventArgument.
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
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
16630 16631 16632 |
# File 'lib/vmware/soap/vim25.rb', line 16630 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
16629 16630 16631 |
# File 'lib/vmware/soap/vim25.rb', line 16629 def dynamicType @dynamicType end |
#host ⇒ Object
Returns the value of attribute host.
16632 16633 16634 |
# File 'lib/vmware/soap/vim25.rb', line 16632 def host @host end |
#name ⇒ Object
Returns the value of attribute name.
16631 16632 16633 |
# File 'lib/vmware/soap/vim25.rb', line 16631 def name @name end |