Class: VmStartingEvent

Inherits:
VmEvent show all
Defined in:
lib/vmware/soap/vim25.rb

Overview

urn:vim25VmStartingEvent

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

Direct Known Subclasses

VmUnsupportedStartingEvent

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) ⇒ VmStartingEvent

Returns a new instance of VmStartingEvent.



8509
8510
8511
8512
8513
8514
8515
8516
8517
8518
8519
8520
8521
8522
# File 'lib/vmware/soap/vim25.rb', line 8509

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.



8499
8500
8501
# File 'lib/vmware/soap/vim25.rb', line 8499

def chainId
  @chainId
end

#computeResourceObject

Returns the value of attribute computeResource.



8503
8504
8505
# File 'lib/vmware/soap/vim25.rb', line 8503

def computeResource
  @computeResource
end

#createdTimeObject

Returns the value of attribute createdTime.



8500
8501
8502
# File 'lib/vmware/soap/vim25.rb', line 8500

def createdTime
  @createdTime
end

#datacenterObject

Returns the value of attribute datacenter.



8502
8503
8504
# File 'lib/vmware/soap/vim25.rb', line 8502

def datacenter
  @datacenter
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



8497
8498
8499
# File 'lib/vmware/soap/vim25.rb', line 8497

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



8496
8497
8498
# File 'lib/vmware/soap/vim25.rb', line 8496

def dynamicType
  @dynamicType
end

#fullFormattedMessageObject

Returns the value of attribute fullFormattedMessage.



8506
8507
8508
# File 'lib/vmware/soap/vim25.rb', line 8506

def fullFormattedMessage
  @fullFormattedMessage
end

#hostObject

Returns the value of attribute host.



8504
8505
8506
# File 'lib/vmware/soap/vim25.rb', line 8504

def host
  @host
end

#keyObject

Returns the value of attribute key.



8498
8499
8500
# File 'lib/vmware/soap/vim25.rb', line 8498

def key
  @key
end

#templateObject

Returns the value of attribute template.



8507
8508
8509
# File 'lib/vmware/soap/vim25.rb', line 8507

def template
  @template
end

#userNameObject

Returns the value of attribute userName.



8501
8502
8503
# File 'lib/vmware/soap/vim25.rb', line 8501

def userName
  @userName
end

#vmObject

Returns the value of attribute vm.



8505
8506
8507
# File 'lib/vmware/soap/vim25.rb', line 8505

def vm
  @vm
end