Class: VmDasUpdateOkEvent

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

Overview

urn:vim25VmDasUpdateOkEvent

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

Returns a new instance of VmDasUpdateOkEvent.



11806
11807
11808
11809
11810
11811
11812
11813
11814
11815
11816
11817
11818
11819
# File 'lib/vmware/soap/vim25.rb', line 11806

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.



11796
11797
11798
# File 'lib/vmware/soap/vim25.rb', line 11796

def chainId
  @chainId
end

#computeResourceObject

Returns the value of attribute computeResource.



11800
11801
11802
# File 'lib/vmware/soap/vim25.rb', line 11800

def computeResource
  @computeResource
end

#createdTimeObject

Returns the value of attribute createdTime.



11797
11798
11799
# File 'lib/vmware/soap/vim25.rb', line 11797

def createdTime
  @createdTime
end

#datacenterObject

Returns the value of attribute datacenter.



11799
11800
11801
# File 'lib/vmware/soap/vim25.rb', line 11799

def datacenter
  @datacenter
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



11794
11795
11796
# File 'lib/vmware/soap/vim25.rb', line 11794

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



11793
11794
11795
# File 'lib/vmware/soap/vim25.rb', line 11793

def dynamicType
  @dynamicType
end

#fullFormattedMessageObject

Returns the value of attribute fullFormattedMessage.



11803
11804
11805
# File 'lib/vmware/soap/vim25.rb', line 11803

def fullFormattedMessage
  @fullFormattedMessage
end

#hostObject

Returns the value of attribute host.



11801
11802
11803
# File 'lib/vmware/soap/vim25.rb', line 11801

def host
  @host
end

#keyObject

Returns the value of attribute key.



11795
11796
11797
# File 'lib/vmware/soap/vim25.rb', line 11795

def key
  @key
end

#templateObject

Returns the value of attribute template.



11804
11805
11806
# File 'lib/vmware/soap/vim25.rb', line 11804

def template
  @template
end

#userNameObject

Returns the value of attribute userName.



11798
11799
11800
# File 'lib/vmware/soap/vim25.rb', line 11798

def userName
  @userName
end

#vmObject

Returns the value of attribute vm.



11802
11803
11804
# File 'lib/vmware/soap/vim25.rb', line 11802

def vm
  @vm
end