Class: LockerReconfiguredEvent

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

Overview

urn:vim25LockerReconfiguredEvent

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
oldDatastore - DatastoreEventArgument
newDatastore - 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, oldDatastore = nil, newDatastore = nil) ⇒ LockerReconfiguredEvent

Returns a new instance of LockerReconfiguredEvent.



16444
16445
16446
16447
16448
16449
16450
16451
16452
16453
16454
16455
16456
16457
16458
# File 'lib/vmware/soap/vim25.rb', line 16444

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

Instance Attribute Details

#chainIdObject

Returns the value of attribute chainId.



16433
16434
16435
# File 'lib/vmware/soap/vim25.rb', line 16433

def chainId
  @chainId
end

#computeResourceObject

Returns the value of attribute computeResource.



16437
16438
16439
# File 'lib/vmware/soap/vim25.rb', line 16437

def computeResource
  @computeResource
end

#createdTimeObject

Returns the value of attribute createdTime.



16434
16435
16436
# File 'lib/vmware/soap/vim25.rb', line 16434

def createdTime
  @createdTime
end

#datacenterObject

Returns the value of attribute datacenter.



16436
16437
16438
# File 'lib/vmware/soap/vim25.rb', line 16436

def datacenter
  @datacenter
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



16431
16432
16433
# File 'lib/vmware/soap/vim25.rb', line 16431

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



16430
16431
16432
# File 'lib/vmware/soap/vim25.rb', line 16430

def dynamicType
  @dynamicType
end

#fullFormattedMessageObject

Returns the value of attribute fullFormattedMessage.



16440
16441
16442
# File 'lib/vmware/soap/vim25.rb', line 16440

def fullFormattedMessage
  @fullFormattedMessage
end

#hostObject

Returns the value of attribute host.



16438
16439
16440
# File 'lib/vmware/soap/vim25.rb', line 16438

def host
  @host
end

#keyObject

Returns the value of attribute key.



16432
16433
16434
# File 'lib/vmware/soap/vim25.rb', line 16432

def key
  @key
end

#newDatastoreObject

Returns the value of attribute newDatastore.



16442
16443
16444
# File 'lib/vmware/soap/vim25.rb', line 16442

def newDatastore
  @newDatastore
end

#oldDatastoreObject

Returns the value of attribute oldDatastore.



16441
16442
16443
# File 'lib/vmware/soap/vim25.rb', line 16441

def oldDatastore
  @oldDatastore
end

#userNameObject

Returns the value of attribute userName.



16435
16436
16437
# File 'lib/vmware/soap/vim25.rb', line 16435

def userName
  @userName
end

#vmObject

Returns the value of attribute vm.



16439
16440
16441
# File 'lib/vmware/soap/vim25.rb', line 16439

def vm
  @vm
end