Class: ServerStartedSessionEvent

Inherits:
SessionEvent show all
Defined in:
lib/vmware/soap/vim25.rb

Overview

urn:vim25ServerStartedSessionEvent

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(dynamicType = nil, dynamicProperty = [], key = nil, chainId = nil, createdTime = nil, userName = nil, datacenter = nil, computeResource = nil, host = nil, vm = nil, fullFormattedMessage = nil) ⇒ ServerStartedSessionEvent

Returns a new instance of ServerStartedSessionEvent.



4432
4433
4434
4435
4436
4437
4438
4439
4440
4441
4442
4443
4444
# File 'lib/vmware/soap/vim25.rb', line 4432

def initialize(dynamicType = nil, dynamicProperty = [], key = nil, chainId = nil, createdTime = nil, userName = nil, datacenter = nil, computeResource = nil, host = nil, vm = nil, fullFormattedMessage = nil)
  @dynamicType = dynamicType
  @dynamicProperty = dynamicProperty
  @key = key
  @chainId = chainId
  @createdTime = createdTime
  @userName = userName
  @datacenter = datacenter
  @computeResource = computeResource
  @host = host
  @vm = vm
  @fullFormattedMessage = fullFormattedMessage
end

Instance Attribute Details

#chainIdObject

Returns the value of attribute chainId.



4423
4424
4425
# File 'lib/vmware/soap/vim25.rb', line 4423

def chainId
  @chainId
end

#computeResourceObject

Returns the value of attribute computeResource.



4427
4428
4429
# File 'lib/vmware/soap/vim25.rb', line 4427

def computeResource
  @computeResource
end

#createdTimeObject

Returns the value of attribute createdTime.



4424
4425
4426
# File 'lib/vmware/soap/vim25.rb', line 4424

def createdTime
  @createdTime
end

#datacenterObject

Returns the value of attribute datacenter.



4426
4427
4428
# File 'lib/vmware/soap/vim25.rb', line 4426

def datacenter
  @datacenter
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



4421
4422
4423
# File 'lib/vmware/soap/vim25.rb', line 4421

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



4420
4421
4422
# File 'lib/vmware/soap/vim25.rb', line 4420

def dynamicType
  @dynamicType
end

#fullFormattedMessageObject

Returns the value of attribute fullFormattedMessage.



4430
4431
4432
# File 'lib/vmware/soap/vim25.rb', line 4430

def fullFormattedMessage
  @fullFormattedMessage
end

#hostObject

Returns the value of attribute host.



4428
4429
4430
# File 'lib/vmware/soap/vim25.rb', line 4428

def host
  @host
end

#keyObject

Returns the value of attribute key.



4422
4423
4424
# File 'lib/vmware/soap/vim25.rb', line 4422

def key
  @key
end

#userNameObject

Returns the value of attribute userName.



4425
4426
4427
# File 'lib/vmware/soap/vim25.rb', line 4425

def userName
  @userName
end

#vmObject

Returns the value of attribute vm.



4429
4430
4431
# File 'lib/vmware/soap/vim25.rb', line 4429

def vm
  @vm
end