Class: VmUuidAssignedEvent
- Inherits:
-
VmEvent
- Object
- DynamicData
- Event
- VmEvent
- VmUuidAssignedEvent
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25VmUuidAssignedEvent
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
uuid - SOAP::SOAPString
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.
-
#uuid ⇒ Object
Returns the value of attribute uuid.
-
#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, uuid = nil) ⇒ VmUuidAssignedEvent
constructor
A new instance of VmUuidAssignedEvent.
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, uuid = nil) ⇒ VmUuidAssignedEvent
Returns a new instance of VmUuidAssignedEvent.
11210 11211 11212 11213 11214 11215 11216 11217 11218 11219 11220 11221 11222 11223 11224 |
# File 'lib/vmware/soap/vim25.rb', line 11210 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, uuid = 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 @uuid = uuid end |
Instance Attribute Details
#chainId ⇒ Object
Returns the value of attribute chainId.
11199 11200 11201 |
# File 'lib/vmware/soap/vim25.rb', line 11199 def chainId @chainId end |
#computeResource ⇒ Object
Returns the value of attribute computeResource.
11203 11204 11205 |
# File 'lib/vmware/soap/vim25.rb', line 11203 def computeResource @computeResource end |
#createdTime ⇒ Object
Returns the value of attribute createdTime.
11200 11201 11202 |
# File 'lib/vmware/soap/vim25.rb', line 11200 def createdTime @createdTime end |
#datacenter ⇒ Object
Returns the value of attribute datacenter.
11202 11203 11204 |
# File 'lib/vmware/soap/vim25.rb', line 11202 def datacenter @datacenter end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
11197 11198 11199 |
# File 'lib/vmware/soap/vim25.rb', line 11197 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
11196 11197 11198 |
# File 'lib/vmware/soap/vim25.rb', line 11196 def dynamicType @dynamicType end |
#fullFormattedMessage ⇒ Object
Returns the value of attribute fullFormattedMessage.
11206 11207 11208 |
# File 'lib/vmware/soap/vim25.rb', line 11206 def fullFormattedMessage @fullFormattedMessage end |
#host ⇒ Object
Returns the value of attribute host.
11204 11205 11206 |
# File 'lib/vmware/soap/vim25.rb', line 11204 def host @host end |
#key ⇒ Object
Returns the value of attribute key.
11198 11199 11200 |
# File 'lib/vmware/soap/vim25.rb', line 11198 def key @key end |
#template ⇒ Object
Returns the value of attribute template.
11207 11208 11209 |
# File 'lib/vmware/soap/vim25.rb', line 11207 def template @template end |
#userName ⇒ Object
Returns the value of attribute userName.
11201 11202 11203 |
# File 'lib/vmware/soap/vim25.rb', line 11201 def userName @userName end |
#uuid ⇒ Object
Returns the value of attribute uuid.
11208 11209 11210 |
# File 'lib/vmware/soap/vim25.rb', line 11208 def uuid @uuid end |
#vm ⇒ Object
Returns the value of attribute vm.
11205 11206 11207 |
# File 'lib/vmware/soap/vim25.rb', line 11205 def vm @vm end |