Class: DatastoreRenamedEvent

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

Overview

urn:vim25DatastoreRenamedEvent

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
datastore - DatastoreEventArgument
oldName - SOAP::SOAPString
newName - 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, datastore = nil, oldName = nil, newName = nil) ⇒ DatastoreRenamedEvent

Returns a new instance of DatastoreRenamedEvent.



14415
14416
14417
14418
14419
14420
14421
14422
14423
14424
14425
14426
14427
14428
14429
14430
# File 'lib/vmware/soap/vim25.rb', line 14415

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

Instance Attribute Details

#chainIdObject

Returns the value of attribute chainId.



14403
14404
14405
# File 'lib/vmware/soap/vim25.rb', line 14403

def chainId
  @chainId
end

#computeResourceObject

Returns the value of attribute computeResource.



14407
14408
14409
# File 'lib/vmware/soap/vim25.rb', line 14407

def computeResource
  @computeResource
end

#createdTimeObject

Returns the value of attribute createdTime.



14404
14405
14406
# File 'lib/vmware/soap/vim25.rb', line 14404

def createdTime
  @createdTime
end

#datacenterObject

Returns the value of attribute datacenter.



14406
14407
14408
# File 'lib/vmware/soap/vim25.rb', line 14406

def datacenter
  @datacenter
end

#datastoreObject

Returns the value of attribute datastore.



14411
14412
14413
# File 'lib/vmware/soap/vim25.rb', line 14411

def datastore
  @datastore
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



14401
14402
14403
# File 'lib/vmware/soap/vim25.rb', line 14401

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



14400
14401
14402
# File 'lib/vmware/soap/vim25.rb', line 14400

def dynamicType
  @dynamicType
end

#fullFormattedMessageObject

Returns the value of attribute fullFormattedMessage.



14410
14411
14412
# File 'lib/vmware/soap/vim25.rb', line 14410

def fullFormattedMessage
  @fullFormattedMessage
end

#hostObject

Returns the value of attribute host.



14408
14409
14410
# File 'lib/vmware/soap/vim25.rb', line 14408

def host
  @host
end

#keyObject

Returns the value of attribute key.



14402
14403
14404
# File 'lib/vmware/soap/vim25.rb', line 14402

def key
  @key
end

#newNameObject

Returns the value of attribute newName.



14413
14414
14415
# File 'lib/vmware/soap/vim25.rb', line 14413

def newName
  @newName
end

#oldNameObject

Returns the value of attribute oldName.



14412
14413
14414
# File 'lib/vmware/soap/vim25.rb', line 14412

def oldName
  @oldName
end

#userNameObject

Returns the value of attribute userName.



14405
14406
14407
# File 'lib/vmware/soap/vim25.rb', line 14405

def userName
  @userName
end

#vmObject

Returns the value of attribute vm.



14409
14410
14411
# File 'lib/vmware/soap/vim25.rb', line 14409

def vm
  @vm
end