Class: VmDasUpdateErrorEvent

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

Overview

urn:vim25VmDasUpdateErrorEvent

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

Returns a new instance of VmDasUpdateErrorEvent.

[View source]

11720
11721
11722
11723
11724
11725
11726
11727
11728
11729
11730
11731
11732
11733
# File 'lib/vmware/soap/vim25.rb', line 11720

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.


11710
11711
11712
# File 'lib/vmware/soap/vim25.rb', line 11710

def chainId
  @chainId
end

#computeResourceObject

Returns the value of attribute computeResource.


11714
11715
11716
# File 'lib/vmware/soap/vim25.rb', line 11714

def computeResource
  @computeResource
end

#createdTimeObject

Returns the value of attribute createdTime.


11711
11712
11713
# File 'lib/vmware/soap/vim25.rb', line 11711

def createdTime
  @createdTime
end

#datacenterObject

Returns the value of attribute datacenter.


11713
11714
11715
# File 'lib/vmware/soap/vim25.rb', line 11713

def datacenter
  @datacenter
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.


11708
11709
11710
# File 'lib/vmware/soap/vim25.rb', line 11708

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.


11707
11708
11709
# File 'lib/vmware/soap/vim25.rb', line 11707

def dynamicType
  @dynamicType
end

#fullFormattedMessageObject

Returns the value of attribute fullFormattedMessage.


11717
11718
11719
# File 'lib/vmware/soap/vim25.rb', line 11717

def fullFormattedMessage
  @fullFormattedMessage
end

#hostObject

Returns the value of attribute host.


11715
11716
11717
# File 'lib/vmware/soap/vim25.rb', line 11715

def host
  @host
end

#keyObject

Returns the value of attribute key.


11709
11710
11711
# File 'lib/vmware/soap/vim25.rb', line 11709

def key
  @key
end

#templateObject

Returns the value of attribute template.


11718
11719
11720
# File 'lib/vmware/soap/vim25.rb', line 11718

def template
  @template
end

#userNameObject

Returns the value of attribute userName.


11712
11713
11714
# File 'lib/vmware/soap/vim25.rb', line 11712

def userName
  @userName
end

#vmObject

Returns the value of attribute vm.


11716
11717
11718
# File 'lib/vmware/soap/vim25.rb', line 11716

def vm
  @vm
end