Class: VmFailedRelayoutEvent

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

Overview

urn:vim25VmFailedRelayoutEvent

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
reason - LocalizedMethodFault

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, reason = nil) ⇒ VmFailedRelayoutEvent

Returns a new instance of VmFailedRelayoutEvent.



11547
11548
11549
11550
11551
11552
11553
11554
11555
11556
11557
11558
11559
11560
11561
# File 'lib/vmware/soap/vim25.rb', line 11547

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, reason = 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
  @reason = reason
end

Instance Attribute Details

#chainIdObject

Returns the value of attribute chainId.



11536
11537
11538
# File 'lib/vmware/soap/vim25.rb', line 11536

def chainId
  @chainId
end

#computeResourceObject

Returns the value of attribute computeResource.



11540
11541
11542
# File 'lib/vmware/soap/vim25.rb', line 11540

def computeResource
  @computeResource
end

#createdTimeObject

Returns the value of attribute createdTime.



11537
11538
11539
# File 'lib/vmware/soap/vim25.rb', line 11537

def createdTime
  @createdTime
end

#datacenterObject

Returns the value of attribute datacenter.



11539
11540
11541
# File 'lib/vmware/soap/vim25.rb', line 11539

def datacenter
  @datacenter
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



11534
11535
11536
# File 'lib/vmware/soap/vim25.rb', line 11534

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



11533
11534
11535
# File 'lib/vmware/soap/vim25.rb', line 11533

def dynamicType
  @dynamicType
end

#fullFormattedMessageObject

Returns the value of attribute fullFormattedMessage.



11543
11544
11545
# File 'lib/vmware/soap/vim25.rb', line 11543

def fullFormattedMessage
  @fullFormattedMessage
end

#hostObject

Returns the value of attribute host.



11541
11542
11543
# File 'lib/vmware/soap/vim25.rb', line 11541

def host
  @host
end

#keyObject

Returns the value of attribute key.



11535
11536
11537
# File 'lib/vmware/soap/vim25.rb', line 11535

def key
  @key
end

#reasonObject

Returns the value of attribute reason.



11545
11546
11547
# File 'lib/vmware/soap/vim25.rb', line 11545

def reason
  @reason
end

#templateObject

Returns the value of attribute template.



11544
11545
11546
# File 'lib/vmware/soap/vim25.rb', line 11544

def template
  @template
end

#userNameObject

Returns the value of attribute userName.



11538
11539
11540
# File 'lib/vmware/soap/vim25.rb', line 11538

def userName
  @userName
end

#vmObject

Returns the value of attribute vm.



11542
11543
11544
# File 'lib/vmware/soap/vim25.rb', line 11542

def vm
  @vm
end