Class: VMFSDatastoreCreatedEvent
- Inherits:
-
HostEvent
- Object
- DynamicData
- Event
- HostEvent
- VMFSDatastoreCreatedEvent
- 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
-
#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) ⇒ VMFSDatastoreCreatedEvent
constructor
A new instance of VMFSDatastoreCreatedEvent.
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
#chainId ⇒ Object
Returns the value of attribute chainId.
7289 7290 7291 |
# File 'lib/vmware/soap/vim25.rb', line 7289 def chainId @chainId end |
#computeResource ⇒ Object
Returns the value of attribute computeResource.
7293 7294 7295 |
# File 'lib/vmware/soap/vim25.rb', line 7293 def computeResource @computeResource end |
#createdTime ⇒ Object
Returns the value of attribute createdTime.
7290 7291 7292 |
# File 'lib/vmware/soap/vim25.rb', line 7290 def createdTime @createdTime end |
#datacenter ⇒ Object
Returns the value of attribute datacenter.
7292 7293 7294 |
# File 'lib/vmware/soap/vim25.rb', line 7292 def datacenter @datacenter end |
#datastore ⇒ Object
Returns the value of attribute datastore.
7297 7298 7299 |
# File 'lib/vmware/soap/vim25.rb', line 7297 def datastore @datastore end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
7287 7288 7289 |
# File 'lib/vmware/soap/vim25.rb', line 7287 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
7286 7287 7288 |
# File 'lib/vmware/soap/vim25.rb', line 7286 def dynamicType @dynamicType end |
#fullFormattedMessage ⇒ Object
Returns the value of attribute fullFormattedMessage.
7296 7297 7298 |
# File 'lib/vmware/soap/vim25.rb', line 7296 def fullFormattedMessage @fullFormattedMessage end |
#host ⇒ Object
Returns the value of attribute host.
7294 7295 7296 |
# File 'lib/vmware/soap/vim25.rb', line 7294 def host @host end |
#key ⇒ Object
Returns the value of attribute key.
7288 7289 7290 |
# File 'lib/vmware/soap/vim25.rb', line 7288 def key @key end |
#userName ⇒ Object
Returns the value of attribute userName.
7291 7292 7293 |
# File 'lib/vmware/soap/vim25.rb', line 7291 def userName @userName end |
#vm ⇒ Object
Returns the value of attribute vm.
7295 7296 7297 |
# File 'lib/vmware/soap/vim25.rb', line 7295 def vm @vm end |