Class: DrsVmPoweredOnEvent

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

Overview

urn:vim25DrsVmPoweredOnEvent

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

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, template = nil) ⇒ DrsVmPoweredOnEvent

Returns a new instance of DrsVmPoweredOnEvent.


8377
8378
8379
8380
8381
8382
8383
8384
8385
8386
8387
8388
8389
8390
# File 'lib/vmware/soap/vim25.rb', line 8377

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)
  @dynamicType = dynamicType
  @dynamicProperty = dynamicProperty
  @key = key
  @chainId = chainId
  @createdTime = createdTime
  @userName = userName
  @datacenter = datacenter
  @computeResource = computeResource
  @host = host
  @vm = vm
  @fullFormattedMessage = fullFormattedMessage
  @template = template
end

Instance Attribute Details

#chainIdObject

Returns the value of attribute chainId.


8367
8368
8369
# File 'lib/vmware/soap/vim25.rb', line 8367

def chainId
  @chainId
end

#computeResourceObject

Returns the value of attribute computeResource.


8371
8372
8373
# File 'lib/vmware/soap/vim25.rb', line 8371

def computeResource
  @computeResource
end

#createdTimeObject

Returns the value of attribute createdTime.


8368
8369
8370
# File 'lib/vmware/soap/vim25.rb', line 8368

def createdTime
  @createdTime
end

#datacenterObject

Returns the value of attribute datacenter.


8370
8371
8372
# File 'lib/vmware/soap/vim25.rb', line 8370

def datacenter
  @datacenter
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.


8365
8366
8367
# File 'lib/vmware/soap/vim25.rb', line 8365

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.


8364
8365
8366
# File 'lib/vmware/soap/vim25.rb', line 8364

def dynamicType
  @dynamicType
end

#fullFormattedMessageObject

Returns the value of attribute fullFormattedMessage.


8374
8375
8376
# File 'lib/vmware/soap/vim25.rb', line 8374

def fullFormattedMessage
  @fullFormattedMessage
end

#hostObject

Returns the value of attribute host.


8372
8373
8374
# File 'lib/vmware/soap/vim25.rb', line 8372

def host
  @host
end

#keyObject

Returns the value of attribute key.


8366
8367
8368
# File 'lib/vmware/soap/vim25.rb', line 8366

def key
  @key
end

#templateObject

Returns the value of attribute template.


8375
8376
8377
# File 'lib/vmware/soap/vim25.rb', line 8375

def template
  @template
end

#userNameObject

Returns the value of attribute userName.


8369
8370
8371
# File 'lib/vmware/soap/vim25.rb', line 8369

def userName
  @userName
end

#vmObject

Returns the value of attribute vm.


8373
8374
8375
# File 'lib/vmware/soap/vim25.rb', line 8373

def vm
  @vm
end