Class: DatastoreDiscoveredEvent

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

Overview

urn:vim25DatastoreDiscoveredEvent

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

Returns a new instance of DatastoreDiscoveredEvent.



7563
7564
7565
7566
7567
7568
7569
7570
7571
7572
7573
7574
7575
7576
# File 'lib/vmware/soap/vim25.rb', line 7563

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.



7553
7554
7555
# File 'lib/vmware/soap/vim25.rb', line 7553

def chainId
  @chainId
end

#computeResourceObject

Returns the value of attribute computeResource.



7557
7558
7559
# File 'lib/vmware/soap/vim25.rb', line 7557

def computeResource
  @computeResource
end

#createdTimeObject

Returns the value of attribute createdTime.



7554
7555
7556
# File 'lib/vmware/soap/vim25.rb', line 7554

def createdTime
  @createdTime
end

#datacenterObject

Returns the value of attribute datacenter.



7556
7557
7558
# File 'lib/vmware/soap/vim25.rb', line 7556

def datacenter
  @datacenter
end

#datastoreObject

Returns the value of attribute datastore.



7561
7562
7563
# File 'lib/vmware/soap/vim25.rb', line 7561

def datastore
  @datastore
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



7551
7552
7553
# File 'lib/vmware/soap/vim25.rb', line 7551

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



7550
7551
7552
# File 'lib/vmware/soap/vim25.rb', line 7550

def dynamicType
  @dynamicType
end

#fullFormattedMessageObject

Returns the value of attribute fullFormattedMessage.



7560
7561
7562
# File 'lib/vmware/soap/vim25.rb', line 7560

def fullFormattedMessage
  @fullFormattedMessage
end

#hostObject

Returns the value of attribute host.



7558
7559
7560
# File 'lib/vmware/soap/vim25.rb', line 7558

def host
  @host
end

#keyObject

Returns the value of attribute key.



7552
7553
7554
# File 'lib/vmware/soap/vim25.rb', line 7552

def key
  @key
end

#userNameObject

Returns the value of attribute userName.



7555
7556
7557
# File 'lib/vmware/soap/vim25.rb', line 7555

def userName
  @userName
end

#vmObject

Returns the value of attribute vm.



7559
7560
7561
# File 'lib/vmware/soap/vim25.rb', line 7559

def vm
  @vm
end