Class: HostDasEnablingEvent

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

Overview

urn:vim25HostDasEnablingEvent

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) ⇒ HostDasEnablingEvent

Returns a new instance of HostDasEnablingEvent.

[View source]

6369
6370
6371
6372
6373
6374
6375
6376
6377
6378
6379
6380
6381
# File 'lib/vmware/soap/vim25.rb', line 6369

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.


6360
6361
6362
# File 'lib/vmware/soap/vim25.rb', line 6360

def chainId
  @chainId
end

#computeResourceObject

Returns the value of attribute computeResource.


6364
6365
6366
# File 'lib/vmware/soap/vim25.rb', line 6364

def computeResource
  @computeResource
end

#createdTimeObject

Returns the value of attribute createdTime.


6361
6362
6363
# File 'lib/vmware/soap/vim25.rb', line 6361

def createdTime
  @createdTime
end

#datacenterObject

Returns the value of attribute datacenter.


6363
6364
6365
# File 'lib/vmware/soap/vim25.rb', line 6363

def datacenter
  @datacenter
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.


6358
6359
6360
# File 'lib/vmware/soap/vim25.rb', line 6358

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.


6357
6358
6359
# File 'lib/vmware/soap/vim25.rb', line 6357

def dynamicType
  @dynamicType
end

#fullFormattedMessageObject

Returns the value of attribute fullFormattedMessage.


6367
6368
6369
# File 'lib/vmware/soap/vim25.rb', line 6367

def fullFormattedMessage
  @fullFormattedMessage
end

#hostObject

Returns the value of attribute host.


6365
6366
6367
# File 'lib/vmware/soap/vim25.rb', line 6365

def host
  @host
end

#keyObject

Returns the value of attribute key.


6359
6360
6361
# File 'lib/vmware/soap/vim25.rb', line 6359

def key
  @key
end

#userNameObject

Returns the value of attribute userName.


6362
6363
6364
# File 'lib/vmware/soap/vim25.rb', line 6362

def userName
  @userName
end

#vmObject

Returns the value of attribute vm.


6366
6367
6368
# File 'lib/vmware/soap/vim25.rb', line 6366

def vm
  @vm
end