Class: VmCreatedEvent
- Inherits:
-
VmEvent
- Object
- DynamicData
- Event
- VmEvent
- VmCreatedEvent
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25VmCreatedEvent
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
key - SOAP::SOAPInt
chainId - SOAP::SOAPInt
createdTime - SOAP::SOAPDateTime
userName - SOAP::SOAPString
datacenter - DatacenterEventArgument
computeResource - ComputeResourceEventArgument
host - HostEventArgument
vm - VmEventArgument
fullFormattedMessage - SOAP::SOAPString
template - SOAP::SOAPBoolean
Instance Attribute Summary collapse
-
#chainId ⇒ Object
Returns the value of attribute chainId.
-
#computeResource ⇒ Object
Returns the value of attribute computeResource.
-
#createdTime ⇒ Object
Returns the value of attribute createdTime.
-
#datacenter ⇒ Object
Returns the value of attribute datacenter.
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#fullFormattedMessage ⇒ Object
Returns the value of attribute fullFormattedMessage.
-
#host ⇒ Object
Returns the value of attribute host.
-
#key ⇒ Object
Returns the value of attribute key.
-
#template ⇒ Object
Returns the value of attribute template.
-
#userName ⇒ Object
Returns the value of attribute userName.
-
#vm ⇒ Object
Returns the value of attribute vm.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], key = nil, chainId = nil, createdTime = nil, userName = nil, datacenter = nil, computeResource = nil, host = nil, vm = nil, fullFormattedMessage = nil, template = nil) ⇒ VmCreatedEvent
constructor
A new instance of VmCreatedEvent.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], key = nil, chainId = nil, createdTime = nil, userName = nil, datacenter = nil, computeResource = nil, host = nil, vm = nil, fullFormattedMessage = nil, template = nil) ⇒ VmCreatedEvent
Returns a new instance of VmCreatedEvent.
8902 8903 8904 8905 8906 8907 8908 8909 8910 8911 8912 8913 8914 8915 |
# File 'lib/vmware/soap/vim25.rb', line 8902 def initialize(dynamicType = nil, dynamicProperty = [], key = nil, chainId = nil, createdTime = nil, userName = nil, datacenter = nil, computeResource = nil, host = nil, vm = nil, fullFormattedMessage = nil, template = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @key = key @chainId = chainId @createdTime = createdTime @userName = userName @datacenter = datacenter @computeResource = computeResource @host = host @vm = vm @fullFormattedMessage = fullFormattedMessage @template = template end |
Instance Attribute Details
#chainId ⇒ Object
Returns the value of attribute chainId.
8892 8893 8894 |
# File 'lib/vmware/soap/vim25.rb', line 8892 def chainId @chainId end |
#computeResource ⇒ Object
Returns the value of attribute computeResource.
8896 8897 8898 |
# File 'lib/vmware/soap/vim25.rb', line 8896 def computeResource @computeResource end |
#createdTime ⇒ Object
Returns the value of attribute createdTime.
8893 8894 8895 |
# File 'lib/vmware/soap/vim25.rb', line 8893 def createdTime @createdTime end |
#datacenter ⇒ Object
Returns the value of attribute datacenter.
8895 8896 8897 |
# File 'lib/vmware/soap/vim25.rb', line 8895 def datacenter @datacenter end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
8890 8891 8892 |
# File 'lib/vmware/soap/vim25.rb', line 8890 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
8889 8890 8891 |
# File 'lib/vmware/soap/vim25.rb', line 8889 def dynamicType @dynamicType end |
#fullFormattedMessage ⇒ Object
Returns the value of attribute fullFormattedMessage.
8899 8900 8901 |
# File 'lib/vmware/soap/vim25.rb', line 8899 def fullFormattedMessage @fullFormattedMessage end |
#host ⇒ Object
Returns the value of attribute host.
8897 8898 8899 |
# File 'lib/vmware/soap/vim25.rb', line 8897 def host @host end |
#key ⇒ Object
Returns the value of attribute key.
8891 8892 8893 |
# File 'lib/vmware/soap/vim25.rb', line 8891 def key @key end |
#template ⇒ Object
Returns the value of attribute template.
8900 8901 8902 |
# File 'lib/vmware/soap/vim25.rb', line 8900 def template @template end |
#userName ⇒ Object
Returns the value of attribute userName.
8894 8895 8896 |
# File 'lib/vmware/soap/vim25.rb', line 8894 def userName @userName end |
#vm ⇒ Object
Returns the value of attribute vm.
8898 8899 8900 |
# File 'lib/vmware/soap/vim25.rb', line 8898 def vm @vm end |