Class: ResourcePoolCreatedEvent

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

Overview

urn:vim25ResourcePoolCreatedEvent

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
parent - 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, parent = nil) ⇒ ResourcePoolCreatedEvent

Returns a new instance of ResourcePoolCreatedEvent.



16002
16003
16004
16005
16006
16007
16008
16009
16010
16011
16012
16013
16014
16015
16016
# File 'lib/vmware/soap/vim25.rb', line 16002

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

Instance Attribute Details

#chainIdObject

Returns the value of attribute chainId.



15991
15992
15993
# File 'lib/vmware/soap/vim25.rb', line 15991

def chainId
  @chainId
end

#computeResourceObject

Returns the value of attribute computeResource.



15995
15996
15997
# File 'lib/vmware/soap/vim25.rb', line 15995

def computeResource
  @computeResource
end

#createdTimeObject

Returns the value of attribute createdTime.



15992
15993
15994
# File 'lib/vmware/soap/vim25.rb', line 15992

def createdTime
  @createdTime
end

#datacenterObject

Returns the value of attribute datacenter.



15994
15995
15996
# File 'lib/vmware/soap/vim25.rb', line 15994

def datacenter
  @datacenter
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



15989
15990
15991
# File 'lib/vmware/soap/vim25.rb', line 15989

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



15988
15989
15990
# File 'lib/vmware/soap/vim25.rb', line 15988

def dynamicType
  @dynamicType
end

#fullFormattedMessageObject

Returns the value of attribute fullFormattedMessage.



15998
15999
16000
# File 'lib/vmware/soap/vim25.rb', line 15998

def fullFormattedMessage
  @fullFormattedMessage
end

#hostObject

Returns the value of attribute host.



15996
15997
15998
# File 'lib/vmware/soap/vim25.rb', line 15996

def host
  @host
end

#keyObject

Returns the value of attribute key.



15990
15991
15992
# File 'lib/vmware/soap/vim25.rb', line 15990

def key
  @key
end

#parentObject

Returns the value of attribute parent.



16000
16001
16002
# File 'lib/vmware/soap/vim25.rb', line 16000

def parent
  @parent
end

#resourcePoolObject

Returns the value of attribute resourcePool.



15999
16000
16001
# File 'lib/vmware/soap/vim25.rb', line 15999

def resourcePool
  @resourcePool
end

#userNameObject

Returns the value of attribute userName.



15993
15994
15995
# File 'lib/vmware/soap/vim25.rb', line 15993

def userName
  @userName
end

#vmObject

Returns the value of attribute vm.



15997
15998
15999
# File 'lib/vmware/soap/vim25.rb', line 15997

def vm
  @vm
end