Class: VmCreatedEvent

Inherits:
VmEvent show all
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

Instance Method Summary collapse

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

#chainIdObject

Returns the value of attribute chainId.



8892
8893
8894
# File 'lib/vmware/soap/vim25.rb', line 8892

def chainId
  @chainId
end

#computeResourceObject

Returns the value of attribute computeResource.



8896
8897
8898
# File 'lib/vmware/soap/vim25.rb', line 8896

def computeResource
  @computeResource
end

#createdTimeObject

Returns the value of attribute createdTime.



8893
8894
8895
# File 'lib/vmware/soap/vim25.rb', line 8893

def createdTime
  @createdTime
end

#datacenterObject

Returns the value of attribute datacenter.



8895
8896
8897
# File 'lib/vmware/soap/vim25.rb', line 8895

def datacenter
  @datacenter
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



8890
8891
8892
# File 'lib/vmware/soap/vim25.rb', line 8890

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



8889
8890
8891
# File 'lib/vmware/soap/vim25.rb', line 8889

def dynamicType
  @dynamicType
end

#fullFormattedMessageObject

Returns the value of attribute fullFormattedMessage.



8899
8900
8901
# File 'lib/vmware/soap/vim25.rb', line 8899

def fullFormattedMessage
  @fullFormattedMessage
end

#hostObject

Returns the value of attribute host.



8897
8898
8899
# File 'lib/vmware/soap/vim25.rb', line 8897

def host
  @host
end

#keyObject

Returns the value of attribute key.



8891
8892
8893
# File 'lib/vmware/soap/vim25.rb', line 8891

def key
  @key
end

#templateObject

Returns the value of attribute template.



8900
8901
8902
# File 'lib/vmware/soap/vim25.rb', line 8900

def template
  @template
end

#userNameObject

Returns the value of attribute userName.



8894
8895
8896
# File 'lib/vmware/soap/vim25.rb', line 8894

def userName
  @userName
end

#vmObject

Returns the value of attribute vm.



8898
8899
8900
# File 'lib/vmware/soap/vim25.rb', line 8898

def vm
  @vm
end