Class: DatacenterCreatedEvent
- Inherits:
-
DatacenterEvent
- Object
- DynamicData
- Event
- DatacenterEvent
- DatacenterCreatedEvent
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25DatacenterCreatedEvent
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
parent - FolderEventArgument
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.
-
#parent ⇒ Object
Returns the value of attribute parent.
-
#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, parent = nil) ⇒ DatacenterCreatedEvent
constructor
A new instance of DatacenterCreatedEvent.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], key = nil, chainId = nil, createdTime = nil, userName = nil, datacenter = nil, computeResource = nil, host = nil, vm = nil, fullFormattedMessage = nil, parent = nil) ⇒ DatacenterCreatedEvent
Returns a new instance of DatacenterCreatedEvent.
4305 4306 4307 4308 4309 4310 4311 4312 4313 4314 4315 4316 4317 4318 |
# File 'lib/vmware/soap/vim25.rb', line 4305 def initialize(dynamicType = nil, dynamicProperty = [], key = nil, chainId = nil, createdTime = nil, userName = nil, datacenter = nil, computeResource = nil, host = nil, vm = nil, fullFormattedMessage = 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 @parent = parent end |
Instance Attribute Details
#chainId ⇒ Object
Returns the value of attribute chainId.
4295 4296 4297 |
# File 'lib/vmware/soap/vim25.rb', line 4295 def chainId @chainId end |
#computeResource ⇒ Object
Returns the value of attribute computeResource.
4299 4300 4301 |
# File 'lib/vmware/soap/vim25.rb', line 4299 def computeResource @computeResource end |
#createdTime ⇒ Object
Returns the value of attribute createdTime.
4296 4297 4298 |
# File 'lib/vmware/soap/vim25.rb', line 4296 def createdTime @createdTime end |
#datacenter ⇒ Object
Returns the value of attribute datacenter.
4298 4299 4300 |
# File 'lib/vmware/soap/vim25.rb', line 4298 def datacenter @datacenter end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
4293 4294 4295 |
# File 'lib/vmware/soap/vim25.rb', line 4293 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
4292 4293 4294 |
# File 'lib/vmware/soap/vim25.rb', line 4292 def dynamicType @dynamicType end |
#fullFormattedMessage ⇒ Object
Returns the value of attribute fullFormattedMessage.
4302 4303 4304 |
# File 'lib/vmware/soap/vim25.rb', line 4302 def fullFormattedMessage @fullFormattedMessage end |
#host ⇒ Object
Returns the value of attribute host.
4300 4301 4302 |
# File 'lib/vmware/soap/vim25.rb', line 4300 def host @host end |
#key ⇒ Object
Returns the value of attribute key.
4294 4295 4296 |
# File 'lib/vmware/soap/vim25.rb', line 4294 def key @key end |
#parent ⇒ Object
Returns the value of attribute parent.
4303 4304 4305 |
# File 'lib/vmware/soap/vim25.rb', line 4303 def parent @parent end |
#userName ⇒ Object
Returns the value of attribute userName.
4297 4298 4299 |
# File 'lib/vmware/soap/vim25.rb', line 4297 def userName @userName end |
#vm ⇒ Object
Returns the value of attribute vm.
4301 4302 4303 |
# File 'lib/vmware/soap/vim25.rb', line 4301 def vm @vm end |