Class: DatastoreRemovedOnHostEvent
- Inherits:
-
HostEvent
- Object
- DynamicData
- Event
- HostEvent
- DatastoreRemovedOnHostEvent
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25DatastoreRemovedOnHostEvent
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
-
#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.
-
#datastore ⇒ Object
Returns the value of attribute datastore.
-
#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.
-
#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, datastore = nil) ⇒ DatastoreRemovedOnHostEvent
constructor
A new instance of DatastoreRemovedOnHostEvent.
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) ⇒ DatastoreRemovedOnHostEvent
Returns a new instance of DatastoreRemovedOnHostEvent.
7428 7429 7430 7431 7432 7433 7434 7435 7436 7437 7438 7439 7440 7441 |
# File 'lib/vmware/soap/vim25.rb', line 7428 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
#chainId ⇒ Object
Returns the value of attribute chainId.
7418 7419 7420 |
# File 'lib/vmware/soap/vim25.rb', line 7418 def chainId @chainId end |
#computeResource ⇒ Object
Returns the value of attribute computeResource.
7422 7423 7424 |
# File 'lib/vmware/soap/vim25.rb', line 7422 def computeResource @computeResource end |
#createdTime ⇒ Object
Returns the value of attribute createdTime.
7419 7420 7421 |
# File 'lib/vmware/soap/vim25.rb', line 7419 def createdTime @createdTime end |
#datacenter ⇒ Object
Returns the value of attribute datacenter.
7421 7422 7423 |
# File 'lib/vmware/soap/vim25.rb', line 7421 def datacenter @datacenter end |
#datastore ⇒ Object
Returns the value of attribute datastore.
7426 7427 7428 |
# File 'lib/vmware/soap/vim25.rb', line 7426 def datastore @datastore end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
7416 7417 7418 |
# File 'lib/vmware/soap/vim25.rb', line 7416 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
7415 7416 7417 |
# File 'lib/vmware/soap/vim25.rb', line 7415 def dynamicType @dynamicType end |
#fullFormattedMessage ⇒ Object
Returns the value of attribute fullFormattedMessage.
7425 7426 7427 |
# File 'lib/vmware/soap/vim25.rb', line 7425 def fullFormattedMessage @fullFormattedMessage end |
#host ⇒ Object
Returns the value of attribute host.
7423 7424 7425 |
# File 'lib/vmware/soap/vim25.rb', line 7423 def host @host end |
#key ⇒ Object
Returns the value of attribute key.
7417 7418 7419 |
# File 'lib/vmware/soap/vim25.rb', line 7417 def key @key end |
#userName ⇒ Object
Returns the value of attribute userName.
7420 7421 7422 |
# File 'lib/vmware/soap/vim25.rb', line 7420 def userName @userName end |
#vm ⇒ Object
Returns the value of attribute vm.
7424 7425 7426 |
# File 'lib/vmware/soap/vim25.rb', line 7424 def vm @vm end |