Class: HostDasEnabledEvent

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

Overview

urn:vim25HostDasEnabledEvent

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

Returns a new instance of HostDasEnabledEvent.



6289
6290
6291
6292
6293
6294
6295
6296
6297
6298
6299
6300
6301
# File 'lib/vmware/soap/vim25.rb', line 6289

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.



6280
6281
6282
# File 'lib/vmware/soap/vim25.rb', line 6280

def chainId
  @chainId
end

#computeResourceObject

Returns the value of attribute computeResource.



6284
6285
6286
# File 'lib/vmware/soap/vim25.rb', line 6284

def computeResource
  @computeResource
end

#createdTimeObject

Returns the value of attribute createdTime.



6281
6282
6283
# File 'lib/vmware/soap/vim25.rb', line 6281

def createdTime
  @createdTime
end

#datacenterObject

Returns the value of attribute datacenter.



6283
6284
6285
# File 'lib/vmware/soap/vim25.rb', line 6283

def datacenter
  @datacenter
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



6278
6279
6280
# File 'lib/vmware/soap/vim25.rb', line 6278

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



6277
6278
6279
# File 'lib/vmware/soap/vim25.rb', line 6277

def dynamicType
  @dynamicType
end

#fullFormattedMessageObject

Returns the value of attribute fullFormattedMessage.



6287
6288
6289
# File 'lib/vmware/soap/vim25.rb', line 6287

def fullFormattedMessage
  @fullFormattedMessage
end

#hostObject

Returns the value of attribute host.



6285
6286
6287
# File 'lib/vmware/soap/vim25.rb', line 6285

def host
  @host
end

#keyObject

Returns the value of attribute key.



6279
6280
6281
# File 'lib/vmware/soap/vim25.rb', line 6279

def key
  @key
end

#userNameObject

Returns the value of attribute userName.



6282
6283
6284
# File 'lib/vmware/soap/vim25.rb', line 6282

def userName
  @userName
end

#vmObject

Returns the value of attribute vm.



6286
6287
6288
# File 'lib/vmware/soap/vim25.rb', line 6286

def vm
  @vm
end