Class: DatastoreDuplicatedEvent

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

Overview

urn:vim25DatastoreDuplicatedEvent

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

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

Returns a new instance of DatastoreDuplicatedEvent.



14460
14461
14462
14463
14464
14465
14466
14467
14468
14469
14470
14471
14472
14473
# File 'lib/vmware/soap/vim25.rb', line 14460

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

Instance Attribute Details

#chainIdObject

Returns the value of attribute chainId.



14450
14451
14452
# File 'lib/vmware/soap/vim25.rb', line 14450

def chainId
  @chainId
end

#computeResourceObject

Returns the value of attribute computeResource.



14454
14455
14456
# File 'lib/vmware/soap/vim25.rb', line 14454

def computeResource
  @computeResource
end

#createdTimeObject

Returns the value of attribute createdTime.



14451
14452
14453
# File 'lib/vmware/soap/vim25.rb', line 14451

def createdTime
  @createdTime
end

#datacenterObject

Returns the value of attribute datacenter.



14453
14454
14455
# File 'lib/vmware/soap/vim25.rb', line 14453

def datacenter
  @datacenter
end

#datastoreObject

Returns the value of attribute datastore.



14458
14459
14460
# File 'lib/vmware/soap/vim25.rb', line 14458

def datastore
  @datastore
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



14448
14449
14450
# File 'lib/vmware/soap/vim25.rb', line 14448

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



14447
14448
14449
# File 'lib/vmware/soap/vim25.rb', line 14447

def dynamicType
  @dynamicType
end

#fullFormattedMessageObject

Returns the value of attribute fullFormattedMessage.



14457
14458
14459
# File 'lib/vmware/soap/vim25.rb', line 14457

def fullFormattedMessage
  @fullFormattedMessage
end

#hostObject

Returns the value of attribute host.



14455
14456
14457
# File 'lib/vmware/soap/vim25.rb', line 14455

def host
  @host
end

#keyObject

Returns the value of attribute key.



14449
14450
14451
# File 'lib/vmware/soap/vim25.rb', line 14449

def key
  @key
end

#userNameObject

Returns the value of attribute userName.



14452
14453
14454
# File 'lib/vmware/soap/vim25.rb', line 14452

def userName
  @userName
end

#vmObject

Returns the value of attribute vm.



14456
14457
14458
# File 'lib/vmware/soap/vim25.rb', line 14456

def vm
  @vm
end