Class: NASDatastoreCreatedEvent
- Inherits:
-
HostEvent
- Object
- DynamicData
- Event
- HostEvent
- NASDatastoreCreatedEvent
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25NASDatastoreCreatedEvent
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) ⇒ NASDatastoreCreatedEvent
constructor
A new instance of NASDatastoreCreatedEvent.
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) ⇒ NASDatastoreCreatedEvent
Returns a new instance of NASDatastoreCreatedEvent.
7342 7343 7344 7345 7346 7347 7348 7349 7350 7351 7352 7353 7354 7355 |
# File 'lib/vmware/soap/vim25.rb', line 7342 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.
7332 7333 7334 |
# File 'lib/vmware/soap/vim25.rb', line 7332 def chainId @chainId end |
#computeResource ⇒ Object
Returns the value of attribute computeResource.
7336 7337 7338 |
# File 'lib/vmware/soap/vim25.rb', line 7336 def computeResource @computeResource end |
#createdTime ⇒ Object
Returns the value of attribute createdTime.
7333 7334 7335 |
# File 'lib/vmware/soap/vim25.rb', line 7333 def createdTime @createdTime end |
#datacenter ⇒ Object
Returns the value of attribute datacenter.
7335 7336 7337 |
# File 'lib/vmware/soap/vim25.rb', line 7335 def datacenter @datacenter end |
#datastore ⇒ Object
Returns the value of attribute datastore.
7340 7341 7342 |
# File 'lib/vmware/soap/vim25.rb', line 7340 def datastore @datastore end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
7330 7331 7332 |
# File 'lib/vmware/soap/vim25.rb', line 7330 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
7329 7330 7331 |
# File 'lib/vmware/soap/vim25.rb', line 7329 def dynamicType @dynamicType end |
#fullFormattedMessage ⇒ Object
Returns the value of attribute fullFormattedMessage.
7339 7340 7341 |
# File 'lib/vmware/soap/vim25.rb', line 7339 def fullFormattedMessage @fullFormattedMessage end |
#host ⇒ Object
Returns the value of attribute host.
7337 7338 7339 |
# File 'lib/vmware/soap/vim25.rb', line 7337 def host @host end |
#key ⇒ Object
Returns the value of attribute key.
7331 7332 7333 |
# File 'lib/vmware/soap/vim25.rb', line 7331 def key @key end |
#userName ⇒ Object
Returns the value of attribute userName.
7334 7335 7336 |
# File 'lib/vmware/soap/vim25.rb', line 7334 def userName @userName end |
#vm ⇒ Object
Returns the value of attribute vm.
7338 7339 7340 |
# File 'lib/vmware/soap/vim25.rb', line 7338 def vm @vm end |