Class: VmResourceReallocatedEvent
- Inherits:
-
VmEvent
- Object
- DynamicData
- Event
- VmEvent
- VmResourceReallocatedEvent
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25VmResourceReallocatedEvent
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
-
#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.
-
#template ⇒ Object
Returns the value of attribute template.
-
#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, template = nil) ⇒ VmResourceReallocatedEvent
constructor
A new instance of VmResourceReallocatedEvent.
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) ⇒ VmResourceReallocatedEvent
Returns a new instance of VmResourceReallocatedEvent.
10125 10126 10127 10128 10129 10130 10131 10132 10133 10134 10135 10136 10137 10138 |
# File 'lib/vmware/soap/vim25.rb', line 10125 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
#chainId ⇒ Object
Returns the value of attribute chainId.
10115 10116 10117 |
# File 'lib/vmware/soap/vim25.rb', line 10115 def chainId @chainId end |
#computeResource ⇒ Object
Returns the value of attribute computeResource.
10119 10120 10121 |
# File 'lib/vmware/soap/vim25.rb', line 10119 def computeResource @computeResource end |
#createdTime ⇒ Object
Returns the value of attribute createdTime.
10116 10117 10118 |
# File 'lib/vmware/soap/vim25.rb', line 10116 def createdTime @createdTime end |
#datacenter ⇒ Object
Returns the value of attribute datacenter.
10118 10119 10120 |
# File 'lib/vmware/soap/vim25.rb', line 10118 def datacenter @datacenter end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
10113 10114 10115 |
# File 'lib/vmware/soap/vim25.rb', line 10113 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
10112 10113 10114 |
# File 'lib/vmware/soap/vim25.rb', line 10112 def dynamicType @dynamicType end |
#fullFormattedMessage ⇒ Object
Returns the value of attribute fullFormattedMessage.
10122 10123 10124 |
# File 'lib/vmware/soap/vim25.rb', line 10122 def fullFormattedMessage @fullFormattedMessage end |
#host ⇒ Object
Returns the value of attribute host.
10120 10121 10122 |
# File 'lib/vmware/soap/vim25.rb', line 10120 def host @host end |
#key ⇒ Object
Returns the value of attribute key.
10114 10115 10116 |
# File 'lib/vmware/soap/vim25.rb', line 10114 def key @key end |
#template ⇒ Object
Returns the value of attribute template.
10123 10124 10125 |
# File 'lib/vmware/soap/vim25.rb', line 10123 def template @template end |
#userName ⇒ Object
Returns the value of attribute userName.
10117 10118 10119 |
# File 'lib/vmware/soap/vim25.rb', line 10117 def userName @userName end |
#vm ⇒ Object
Returns the value of attribute vm.
10121 10122 10123 |
# File 'lib/vmware/soap/vim25.rb', line 10121 def vm @vm end |