Class: VmRelayoutUpToDateEvent

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

Overview

urn:vim25VmRelayoutUpToDateEvent

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

Returns a new instance of VmRelayoutUpToDateEvent.



11634
11635
11636
11637
11638
11639
11640
11641
11642
11643
11644
11645
11646
11647
# File 'lib/vmware/soap/vim25.rb', line 11634

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.



11624
11625
11626
# File 'lib/vmware/soap/vim25.rb', line 11624

def chainId
  @chainId
end

#computeResourceObject

Returns the value of attribute computeResource.



11628
11629
11630
# File 'lib/vmware/soap/vim25.rb', line 11628

def computeResource
  @computeResource
end

#createdTimeObject

Returns the value of attribute createdTime.



11625
11626
11627
# File 'lib/vmware/soap/vim25.rb', line 11625

def createdTime
  @createdTime
end

#datacenterObject

Returns the value of attribute datacenter.



11627
11628
11629
# File 'lib/vmware/soap/vim25.rb', line 11627

def datacenter
  @datacenter
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



11622
11623
11624
# File 'lib/vmware/soap/vim25.rb', line 11622

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



11621
11622
11623
# File 'lib/vmware/soap/vim25.rb', line 11621

def dynamicType
  @dynamicType
end

#fullFormattedMessageObject

Returns the value of attribute fullFormattedMessage.



11631
11632
11633
# File 'lib/vmware/soap/vim25.rb', line 11631

def fullFormattedMessage
  @fullFormattedMessage
end

#hostObject

Returns the value of attribute host.



11629
11630
11631
# File 'lib/vmware/soap/vim25.rb', line 11629

def host
  @host
end

#keyObject

Returns the value of attribute key.



11623
11624
11625
# File 'lib/vmware/soap/vim25.rb', line 11623

def key
  @key
end

#templateObject

Returns the value of attribute template.



11632
11633
11634
# File 'lib/vmware/soap/vim25.rb', line 11632

def template
  @template
end

#userNameObject

Returns the value of attribute userName.



11626
11627
11628
# File 'lib/vmware/soap/vim25.rb', line 11626

def userName
  @userName
end

#vmObject

Returns the value of attribute vm.



11630
11631
11632
# File 'lib/vmware/soap/vim25.rb', line 11630

def vm
  @vm
end