Class: VmBeingCreatedEvent

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

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, 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

#chainIdObject

Returns the value of attribute chainId.



8847
8848
8849
# File 'lib/vmware/soap/vim25.rb', line 8847

def chainId
  @chainId
end

#computeResourceObject

Returns the value of attribute computeResource.



8851
8852
8853
# File 'lib/vmware/soap/vim25.rb', line 8851

def computeResource
  @computeResource
end

#configSpecObject

Returns the value of attribute configSpec.



8856
8857
8858
# File 'lib/vmware/soap/vim25.rb', line 8856

def configSpec
  @configSpec
end

#createdTimeObject

Returns the value of attribute createdTime.



8848
8849
8850
# File 'lib/vmware/soap/vim25.rb', line 8848

def createdTime
  @createdTime
end

#datacenterObject

Returns the value of attribute datacenter.



8850
8851
8852
# File 'lib/vmware/soap/vim25.rb', line 8850

def datacenter
  @datacenter
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



8845
8846
8847
# File 'lib/vmware/soap/vim25.rb', line 8845

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



8844
8845
8846
# File 'lib/vmware/soap/vim25.rb', line 8844

def dynamicType
  @dynamicType
end

#fullFormattedMessageObject

Returns the value of attribute fullFormattedMessage.



8854
8855
8856
# File 'lib/vmware/soap/vim25.rb', line 8854

def fullFormattedMessage
  @fullFormattedMessage
end

#hostObject

Returns the value of attribute host.



8852
8853
8854
# File 'lib/vmware/soap/vim25.rb', line 8852

def host
  @host
end

#keyObject

Returns the value of attribute key.



8846
8847
8848
# File 'lib/vmware/soap/vim25.rb', line 8846

def key
  @key
end

#templateObject

Returns the value of attribute template.



8855
8856
8857
# File 'lib/vmware/soap/vim25.rb', line 8855

def template
  @template
end

#userNameObject

Returns the value of attribute userName.



8849
8850
8851
# File 'lib/vmware/soap/vim25.rb', line 8849

def userName
  @userName
end

#vmObject

Returns the value of attribute vm.



8853
8854
8855
# File 'lib/vmware/soap/vim25.rb', line 8853

def vm
  @vm
end