Class: ResourcePoolEvent
- Inherits:
-
Event
- Object
- DynamicData
- Event
- ResourcePoolEvent
- 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
Direct Known Subclasses
ResourcePoolCreatedEvent, ResourcePoolDestroyedEvent, ResourcePoolMovedEvent, ResourcePoolReconfiguredEvent, ResourceViolatedEvent
Instance Attribute Summary collapse
-
#chainId ⇒ Object
Returns the value of attribute chainId.
-
#computeResource ⇒ Object
Returns the value of attribute computeResource.
-
#createdTime ⇒ Object
Returns the value of attribute createdTime.
-
#datacenter ⇒ Object
Returns the value of attribute datacenter.
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#fullFormattedMessage ⇒ Object
Returns the value of attribute fullFormattedMessage.
-
#host ⇒ Object
Returns the value of attribute host.
-
#key ⇒ Object
Returns the value of attribute key.
-
#resourcePool ⇒ Object
Returns the value of attribute resourcePool.
-
#userName ⇒ Object
Returns the value of attribute userName.
-
#vm ⇒ Object
Returns the value of attribute vm.
Instance Method Summary collapse
-
#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
constructor
A new instance of ResourcePoolEvent.
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
#chainId ⇒ Object
Returns the value of attribute chainId.
15947 15948 15949 |
# File 'lib/vmware/soap/vim25.rb', line 15947 def chainId @chainId end |
#computeResource ⇒ Object
Returns the value of attribute computeResource.
15951 15952 15953 |
# File 'lib/vmware/soap/vim25.rb', line 15951 def computeResource @computeResource end |
#createdTime ⇒ Object
Returns the value of attribute createdTime.
15948 15949 15950 |
# File 'lib/vmware/soap/vim25.rb', line 15948 def createdTime @createdTime end |
#datacenter ⇒ Object
Returns the value of attribute datacenter.
15950 15951 15952 |
# File 'lib/vmware/soap/vim25.rb', line 15950 def datacenter @datacenter end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
15945 15946 15947 |
# File 'lib/vmware/soap/vim25.rb', line 15945 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
15944 15945 15946 |
# File 'lib/vmware/soap/vim25.rb', line 15944 def dynamicType @dynamicType end |
#fullFormattedMessage ⇒ Object
Returns the value of attribute fullFormattedMessage.
15954 15955 15956 |
# File 'lib/vmware/soap/vim25.rb', line 15954 def fullFormattedMessage @fullFormattedMessage end |
#host ⇒ Object
Returns the value of attribute host.
15952 15953 15954 |
# File 'lib/vmware/soap/vim25.rb', line 15952 def host @host end |
#key ⇒ Object
Returns the value of attribute key.
15946 15947 15948 |
# File 'lib/vmware/soap/vim25.rb', line 15946 def key @key end |
#resourcePool ⇒ Object
Returns the value of attribute resourcePool.
15955 15956 15957 |
# File 'lib/vmware/soap/vim25.rb', line 15955 def resourcePool @resourcePool end |
#userName ⇒ Object
Returns the value of attribute userName.
15949 15950 15951 |
# File 'lib/vmware/soap/vim25.rb', line 15949 def userName @userName end |
#vm ⇒ Object
Returns the value of attribute vm.
15953 15954 15955 |
# File 'lib/vmware/soap/vim25.rb', line 15953 def vm @vm end |