Class: VMFSDatastoreCreatedEvent

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

Overview

urn:vim25VMFSDatastoreCreatedEvent

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

Returns a new instance of VMFSDatastoreCreatedEvent.



7299
7300
7301
7302
7303
7304
7305
7306
7307
7308
7309
7310
7311
7312
# File 'lib/vmware/soap/vim25.rb', line 7299

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.



7289
7290
7291
# File 'lib/vmware/soap/vim25.rb', line 7289

def chainId
  @chainId
end

#computeResourceObject

Returns the value of attribute computeResource.



7293
7294
7295
# File 'lib/vmware/soap/vim25.rb', line 7293

def computeResource
  @computeResource
end

#createdTimeObject

Returns the value of attribute createdTime.



7290
7291
7292
# File 'lib/vmware/soap/vim25.rb', line 7290

def createdTime
  @createdTime
end

#datacenterObject

Returns the value of attribute datacenter.



7292
7293
7294
# File 'lib/vmware/soap/vim25.rb', line 7292

def datacenter
  @datacenter
end

#datastoreObject

Returns the value of attribute datastore.



7297
7298
7299
# File 'lib/vmware/soap/vim25.rb', line 7297

def datastore
  @datastore
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



7287
7288
7289
# File 'lib/vmware/soap/vim25.rb', line 7287

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



7286
7287
7288
# File 'lib/vmware/soap/vim25.rb', line 7286

def dynamicType
  @dynamicType
end

#fullFormattedMessageObject

Returns the value of attribute fullFormattedMessage.



7296
7297
7298
# File 'lib/vmware/soap/vim25.rb', line 7296

def fullFormattedMessage
  @fullFormattedMessage
end

#hostObject

Returns the value of attribute host.



7294
7295
7296
# File 'lib/vmware/soap/vim25.rb', line 7294

def host
  @host
end

#keyObject

Returns the value of attribute key.



7288
7289
7290
# File 'lib/vmware/soap/vim25.rb', line 7288

def key
  @key
end

#userNameObject

Returns the value of attribute userName.



7291
7292
7293
# File 'lib/vmware/soap/vim25.rb', line 7291

def userName
  @userName
end

#vmObject

Returns the value of attribute vm.



7295
7296
7297
# File 'lib/vmware/soap/vim25.rb', line 7295

def vm
  @vm
end