Class: VmRelocateSpecEvent

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

Overview

urn:vim25VmRelocateSpecEvent

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

Returns a new instance of VmRelocateSpecEvent.



9702
9703
9704
9705
9706
9707
9708
9709
9710
9711
9712
9713
9714
9715
# File 'lib/vmware/soap/vim25.rb', line 9702

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.



9692
9693
9694
# File 'lib/vmware/soap/vim25.rb', line 9692

def chainId
  @chainId
end

#computeResourceObject

Returns the value of attribute computeResource.



9696
9697
9698
# File 'lib/vmware/soap/vim25.rb', line 9696

def computeResource
  @computeResource
end

#createdTimeObject

Returns the value of attribute createdTime.



9693
9694
9695
# File 'lib/vmware/soap/vim25.rb', line 9693

def createdTime
  @createdTime
end

#datacenterObject

Returns the value of attribute datacenter.



9695
9696
9697
# File 'lib/vmware/soap/vim25.rb', line 9695

def datacenter
  @datacenter
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



9690
9691
9692
# File 'lib/vmware/soap/vim25.rb', line 9690

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



9689
9690
9691
# File 'lib/vmware/soap/vim25.rb', line 9689

def dynamicType
  @dynamicType
end

#fullFormattedMessageObject

Returns the value of attribute fullFormattedMessage.



9699
9700
9701
# File 'lib/vmware/soap/vim25.rb', line 9699

def fullFormattedMessage
  @fullFormattedMessage
end

#hostObject

Returns the value of attribute host.



9697
9698
9699
# File 'lib/vmware/soap/vim25.rb', line 9697

def host
  @host
end

#keyObject

Returns the value of attribute key.



9691
9692
9693
# File 'lib/vmware/soap/vim25.rb', line 9691

def key
  @key
end

#templateObject

Returns the value of attribute template.



9700
9701
9702
# File 'lib/vmware/soap/vim25.rb', line 9700

def template
  @template
end

#userNameObject

Returns the value of attribute userName.



9694
9695
9696
# File 'lib/vmware/soap/vim25.rb', line 9694

def userName
  @userName
end

#vmObject

Returns the value of attribute vm.



9698
9699
9700
# File 'lib/vmware/soap/vim25.rb', line 9698

def vm
  @vm
end