Class: ResourceViolatedEvent
- Inherits:
-
ResourcePoolEvent
- Object
- DynamicData
- Event
- ResourcePoolEvent
- ResourceViolatedEvent
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25ResourceViolatedEvent
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
-
#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) ⇒ ResourceViolatedEvent
constructor
A new instance of ResourceViolatedEvent.
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) ⇒ ResourceViolatedEvent
Returns a new instance of ResourceViolatedEvent.
16181 16182 16183 16184 16185 16186 16187 16188 16189 16190 16191 16192 16193 16194 |
# File 'lib/vmware/soap/vim25.rb', line 16181 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.
16171 16172 16173 |
# File 'lib/vmware/soap/vim25.rb', line 16171 def chainId @chainId end |
#computeResource ⇒ Object
Returns the value of attribute computeResource.
16175 16176 16177 |
# File 'lib/vmware/soap/vim25.rb', line 16175 def computeResource @computeResource end |
#createdTime ⇒ Object
Returns the value of attribute createdTime.
16172 16173 16174 |
# File 'lib/vmware/soap/vim25.rb', line 16172 def createdTime @createdTime end |
#datacenter ⇒ Object
Returns the value of attribute datacenter.
16174 16175 16176 |
# File 'lib/vmware/soap/vim25.rb', line 16174 def datacenter @datacenter end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
16169 16170 16171 |
# File 'lib/vmware/soap/vim25.rb', line 16169 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
16168 16169 16170 |
# File 'lib/vmware/soap/vim25.rb', line 16168 def dynamicType @dynamicType end |
#fullFormattedMessage ⇒ Object
Returns the value of attribute fullFormattedMessage.
16178 16179 16180 |
# File 'lib/vmware/soap/vim25.rb', line 16178 def fullFormattedMessage @fullFormattedMessage end |
#host ⇒ Object
Returns the value of attribute host.
16176 16177 16178 |
# File 'lib/vmware/soap/vim25.rb', line 16176 def host @host end |
#key ⇒ Object
Returns the value of attribute key.
16170 16171 16172 |
# File 'lib/vmware/soap/vim25.rb', line 16170 def key @key end |
#resourcePool ⇒ Object
Returns the value of attribute resourcePool.
16179 16180 16181 |
# File 'lib/vmware/soap/vim25.rb', line 16179 def resourcePool @resourcePool end |
#userName ⇒ Object
Returns the value of attribute userName.
16173 16174 16175 |
# File 'lib/vmware/soap/vim25.rb', line 16173 def userName @userName end |
#vm ⇒ Object
Returns the value of attribute vm.
16177 16178 16179 |
# File 'lib/vmware/soap/vim25.rb', line 16177 def vm @vm end |