Class: DatastoreRenamedOnHostEvent

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

Overview

urn:vim25DatastoreRenamedOnHostEvent

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
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, oldName = nil, newName = nil) ⇒ DatastoreRenamedOnHostEvent

Returns a new instance of DatastoreRenamedOnHostEvent.



7473
7474
7475
7476
7477
7478
7479
7480
7481
7482
7483
7484
7485
7486
7487
# File 'lib/vmware/soap/vim25.rb', line 7473

def initialize(dynamicType = nil, dynamicProperty = [], key = nil, chainId = nil, createdTime = nil, userName = nil, datacenter = nil, computeResource = nil, host = nil, vm = nil, fullFormattedMessage = 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
  @oldName = oldName
  @newName = newName
end

Instance Attribute Details

#chainIdObject

Returns the value of attribute chainId.



7462
7463
7464
# File 'lib/vmware/soap/vim25.rb', line 7462

def chainId
  @chainId
end

#computeResourceObject

Returns the value of attribute computeResource.



7466
7467
7468
# File 'lib/vmware/soap/vim25.rb', line 7466

def computeResource
  @computeResource
end

#createdTimeObject

Returns the value of attribute createdTime.



7463
7464
7465
# File 'lib/vmware/soap/vim25.rb', line 7463

def createdTime
  @createdTime
end

#datacenterObject

Returns the value of attribute datacenter.



7465
7466
7467
# File 'lib/vmware/soap/vim25.rb', line 7465

def datacenter
  @datacenter
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



7460
7461
7462
# File 'lib/vmware/soap/vim25.rb', line 7460

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



7459
7460
7461
# File 'lib/vmware/soap/vim25.rb', line 7459

def dynamicType
  @dynamicType
end

#fullFormattedMessageObject

Returns the value of attribute fullFormattedMessage.



7469
7470
7471
# File 'lib/vmware/soap/vim25.rb', line 7469

def fullFormattedMessage
  @fullFormattedMessage
end

#hostObject

Returns the value of attribute host.



7467
7468
7469
# File 'lib/vmware/soap/vim25.rb', line 7467

def host
  @host
end

#keyObject

Returns the value of attribute key.



7461
7462
7463
# File 'lib/vmware/soap/vim25.rb', line 7461

def key
  @key
end

#newNameObject

Returns the value of attribute newName.



7471
7472
7473
# File 'lib/vmware/soap/vim25.rb', line 7471

def newName
  @newName
end

#oldNameObject

Returns the value of attribute oldName.



7470
7471
7472
# File 'lib/vmware/soap/vim25.rb', line 7470

def oldName
  @oldName
end

#userNameObject

Returns the value of attribute userName.



7464
7465
7466
# File 'lib/vmware/soap/vim25.rb', line 7464

def userName
  @userName
end

#vmObject

Returns the value of attribute vm.



7468
7469
7470
# File 'lib/vmware/soap/vim25.rb', line 7468

def vm
  @vm
end