Class: LockerReconfiguredEvent
- Inherits:
-
Event
- Object
- DynamicData
- Event
- LockerReconfiguredEvent
- 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
-
#chainId ⇒ Object
Returns the value of attribute chainId.
-
#computeResource ⇒ Object
Returns the value of attribute computeResource.
-
#createdTime ⇒ Object
Returns the value of attribute createdTime.
-
#datacenter ⇒ Object
Returns the value of attribute datacenter.
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#fullFormattedMessage ⇒ Object
Returns the value of attribute fullFormattedMessage.
-
#host ⇒ Object
Returns the value of attribute host.
-
#key ⇒ Object
Returns the value of attribute key.
-
#newDatastore ⇒ Object
Returns the value of attribute newDatastore.
-
#oldDatastore ⇒ Object
Returns the value of attribute oldDatastore.
-
#userName ⇒ Object
Returns the value of attribute userName.
-
#vm ⇒ Object
Returns the value of attribute vm.
Instance Method Summary collapse
-
#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
constructor
A new instance of LockerReconfiguredEvent.
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
#chainId ⇒ Object
Returns the value of attribute chainId.
16433 16434 16435 |
# File 'lib/vmware/soap/vim25.rb', line 16433 def chainId @chainId end |
#computeResource ⇒ Object
Returns the value of attribute computeResource.
16437 16438 16439 |
# File 'lib/vmware/soap/vim25.rb', line 16437 def computeResource @computeResource end |
#createdTime ⇒ Object
Returns the value of attribute createdTime.
16434 16435 16436 |
# File 'lib/vmware/soap/vim25.rb', line 16434 def createdTime @createdTime end |
#datacenter ⇒ Object
Returns the value of attribute datacenter.
16436 16437 16438 |
# File 'lib/vmware/soap/vim25.rb', line 16436 def datacenter @datacenter end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
16431 16432 16433 |
# File 'lib/vmware/soap/vim25.rb', line 16431 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
16430 16431 16432 |
# File 'lib/vmware/soap/vim25.rb', line 16430 def dynamicType @dynamicType end |
#fullFormattedMessage ⇒ Object
Returns the value of attribute fullFormattedMessage.
16440 16441 16442 |
# File 'lib/vmware/soap/vim25.rb', line 16440 def fullFormattedMessage @fullFormattedMessage end |
#host ⇒ Object
Returns the value of attribute host.
16438 16439 16440 |
# File 'lib/vmware/soap/vim25.rb', line 16438 def host @host end |
#key ⇒ Object
Returns the value of attribute key.
16432 16433 16434 |
# File 'lib/vmware/soap/vim25.rb', line 16432 def key @key end |
#newDatastore ⇒ Object
Returns the value of attribute newDatastore.
16442 16443 16444 |
# File 'lib/vmware/soap/vim25.rb', line 16442 def newDatastore @newDatastore end |
#oldDatastore ⇒ Object
Returns the value of attribute oldDatastore.
16441 16442 16443 |
# File 'lib/vmware/soap/vim25.rb', line 16441 def oldDatastore @oldDatastore end |
#userName ⇒ Object
Returns the value of attribute userName.
16435 16436 16437 |
# File 'lib/vmware/soap/vim25.rb', line 16435 def userName @userName end |
#vm ⇒ Object
Returns the value of attribute vm.
16439 16440 16441 |
# File 'lib/vmware/soap/vim25.rb', line 16439 def vm @vm end |