Class: VmBeingCreatedEvent
- Inherits:
-
VmEvent
- Object
- DynamicData
- Event
- VmEvent
- VmBeingCreatedEvent
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25VmBeingCreatedEvent
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
configSpec - VirtualMachineConfigSpec
Instance Attribute Summary collapse
-
#chainId ⇒ Object
Returns the value of attribute chainId.
-
#computeResource ⇒ Object
Returns the value of attribute computeResource.
-
#configSpec ⇒ Object
Returns the value of attribute configSpec.
-
#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, configSpec = nil) ⇒ VmBeingCreatedEvent
constructor
A new instance of VmBeingCreatedEvent.
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, configSpec = nil) ⇒ VmBeingCreatedEvent
Returns a new instance of VmBeingCreatedEvent.
8858 8859 8860 8861 8862 8863 8864 8865 8866 8867 8868 8869 8870 8871 8872 |
# File 'lib/vmware/soap/vim25.rb', line 8858 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, configSpec = 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 @configSpec = configSpec end |
Instance Attribute Details
#chainId ⇒ Object
Returns the value of attribute chainId.
8847 8848 8849 |
# File 'lib/vmware/soap/vim25.rb', line 8847 def chainId @chainId end |
#computeResource ⇒ Object
Returns the value of attribute computeResource.
8851 8852 8853 |
# File 'lib/vmware/soap/vim25.rb', line 8851 def computeResource @computeResource end |
#configSpec ⇒ Object
Returns the value of attribute configSpec.
8856 8857 8858 |
# File 'lib/vmware/soap/vim25.rb', line 8856 def configSpec @configSpec end |
#createdTime ⇒ Object
Returns the value of attribute createdTime.
8848 8849 8850 |
# File 'lib/vmware/soap/vim25.rb', line 8848 def createdTime @createdTime end |
#datacenter ⇒ Object
Returns the value of attribute datacenter.
8850 8851 8852 |
# File 'lib/vmware/soap/vim25.rb', line 8850 def datacenter @datacenter end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
8845 8846 8847 |
# File 'lib/vmware/soap/vim25.rb', line 8845 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
8844 8845 8846 |
# File 'lib/vmware/soap/vim25.rb', line 8844 def dynamicType @dynamicType end |
#fullFormattedMessage ⇒ Object
Returns the value of attribute fullFormattedMessage.
8854 8855 8856 |
# File 'lib/vmware/soap/vim25.rb', line 8854 def fullFormattedMessage @fullFormattedMessage end |
#host ⇒ Object
Returns the value of attribute host.
8852 8853 8854 |
# File 'lib/vmware/soap/vim25.rb', line 8852 def host @host end |
#key ⇒ Object
Returns the value of attribute key.
8846 8847 8848 |
# File 'lib/vmware/soap/vim25.rb', line 8846 def key @key end |
#template ⇒ Object
Returns the value of attribute template.
8855 8856 8857 |
# File 'lib/vmware/soap/vim25.rb', line 8855 def template @template end |
#userName ⇒ Object
Returns the value of attribute userName.
8849 8850 8851 |
# File 'lib/vmware/soap/vim25.rb', line 8849 def userName @userName end |
#vm ⇒ Object
Returns the value of attribute vm.
8853 8854 8855 |
# File 'lib/vmware/soap/vim25.rb', line 8853 def vm @vm end |