Class: VmRelayoutSuccessfulEvent

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

Overview

urn:vim25VmRelayoutSuccessfulEvent

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

Returns a new instance of VmRelayoutSuccessfulEvent.



11591
11592
11593
11594
11595
11596
11597
11598
11599
11600
11601
11602
11603
11604
# File 'lib/vmware/soap/vim25.rb', line 11591

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.



11581
11582
11583
# File 'lib/vmware/soap/vim25.rb', line 11581

def chainId
  @chainId
end

#computeResourceObject

Returns the value of attribute computeResource.



11585
11586
11587
# File 'lib/vmware/soap/vim25.rb', line 11585

def computeResource
  @computeResource
end

#createdTimeObject

Returns the value of attribute createdTime.



11582
11583
11584
# File 'lib/vmware/soap/vim25.rb', line 11582

def createdTime
  @createdTime
end

#datacenterObject

Returns the value of attribute datacenter.



11584
11585
11586
# File 'lib/vmware/soap/vim25.rb', line 11584

def datacenter
  @datacenter
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



11579
11580
11581
# File 'lib/vmware/soap/vim25.rb', line 11579

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



11578
11579
11580
# File 'lib/vmware/soap/vim25.rb', line 11578

def dynamicType
  @dynamicType
end

#fullFormattedMessageObject

Returns the value of attribute fullFormattedMessage.



11588
11589
11590
# File 'lib/vmware/soap/vim25.rb', line 11588

def fullFormattedMessage
  @fullFormattedMessage
end

#hostObject

Returns the value of attribute host.



11586
11587
11588
# File 'lib/vmware/soap/vim25.rb', line 11586

def host
  @host
end

#keyObject

Returns the value of attribute key.



11580
11581
11582
# File 'lib/vmware/soap/vim25.rb', line 11580

def key
  @key
end

#templateObject

Returns the value of attribute template.



11589
11590
11591
# File 'lib/vmware/soap/vim25.rb', line 11589

def template
  @template
end

#userNameObject

Returns the value of attribute userName.



11583
11584
11585
# File 'lib/vmware/soap/vim25.rb', line 11583

def userName
  @userName
end

#vmObject

Returns the value of attribute vm.



11587
11588
11589
# File 'lib/vmware/soap/vim25.rb', line 11587

def vm
  @vm
end