Class: ResourcePoolEvent

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

Overview

urn:vim25ResourcePoolEvent

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
resourcePool - ResourcePoolEventArgument

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, resourcePool = nil) ⇒ ResourcePoolEvent

Returns a new instance of ResourcePoolEvent.



15957
15958
15959
15960
15961
15962
15963
15964
15965
15966
15967
15968
15969
15970
# File 'lib/vmware/soap/vim25.rb', line 15957

def initialize(dynamicType = nil, dynamicProperty = [], key = nil, chainId = nil, createdTime = nil, userName = nil, datacenter = nil, computeResource = nil, host = nil, vm = nil, fullFormattedMessage = nil, resourcePool = nil)
  @dynamicType = dynamicType
  @dynamicProperty = dynamicProperty
  @key = key
  @chainId = chainId
  @createdTime = createdTime
  @userName = userName
  @datacenter = datacenter
  @computeResource = computeResource
  @host = host
  @vm = vm
  @fullFormattedMessage = fullFormattedMessage
  @resourcePool = resourcePool
end

Instance Attribute Details

#chainIdObject

Returns the value of attribute chainId.



15947
15948
15949
# File 'lib/vmware/soap/vim25.rb', line 15947

def chainId
  @chainId
end

#computeResourceObject

Returns the value of attribute computeResource.



15951
15952
15953
# File 'lib/vmware/soap/vim25.rb', line 15951

def computeResource
  @computeResource
end

#createdTimeObject

Returns the value of attribute createdTime.



15948
15949
15950
# File 'lib/vmware/soap/vim25.rb', line 15948

def createdTime
  @createdTime
end

#datacenterObject

Returns the value of attribute datacenter.



15950
15951
15952
# File 'lib/vmware/soap/vim25.rb', line 15950

def datacenter
  @datacenter
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



15945
15946
15947
# File 'lib/vmware/soap/vim25.rb', line 15945

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



15944
15945
15946
# File 'lib/vmware/soap/vim25.rb', line 15944

def dynamicType
  @dynamicType
end

#fullFormattedMessageObject

Returns the value of attribute fullFormattedMessage.



15954
15955
15956
# File 'lib/vmware/soap/vim25.rb', line 15954

def fullFormattedMessage
  @fullFormattedMessage
end

#hostObject

Returns the value of attribute host.



15952
15953
15954
# File 'lib/vmware/soap/vim25.rb', line 15952

def host
  @host
end

#keyObject

Returns the value of attribute key.



15946
15947
15948
# File 'lib/vmware/soap/vim25.rb', line 15946

def key
  @key
end

#resourcePoolObject

Returns the value of attribute resourcePool.



15955
15956
15957
# File 'lib/vmware/soap/vim25.rb', line 15955

def resourcePool
  @resourcePool
end

#userNameObject

Returns the value of attribute userName.



15949
15950
15951
# File 'lib/vmware/soap/vim25.rb', line 15949

def userName
  @userName
end

#vmObject

Returns the value of attribute vm.



15953
15954
15955
# File 'lib/vmware/soap/vim25.rb', line 15953

def vm
  @vm
end