Class: DatastoreEventArgument

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

Overview

urn:vim25DatastoreEventArgument

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
name - SOAP::SOAPString
datastore - ManagedObjectReference

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(dynamicType = nil, dynamicProperty = [], name = nil, datastore = nil) ⇒ DatastoreEventArgument

Returns a new instance of DatastoreEventArgument.



16672
16673
16674
16675
16676
16677
# File 'lib/vmware/soap/vim25.rb', line 16672

def initialize(dynamicType = nil, dynamicProperty = [], name = nil, datastore = nil)
  @dynamicType = dynamicType
  @dynamicProperty = dynamicProperty
  @name = name
  @datastore = datastore
end

Instance Attribute Details

#datastoreObject

Returns the value of attribute datastore.



16670
16671
16672
# File 'lib/vmware/soap/vim25.rb', line 16670

def datastore
  @datastore
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



16668
16669
16670
# File 'lib/vmware/soap/vim25.rb', line 16668

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



16667
16668
16669
# File 'lib/vmware/soap/vim25.rb', line 16667

def dynamicType
  @dynamicType
end

#nameObject

Returns the value of attribute name.



16669
16670
16671
# File 'lib/vmware/soap/vim25.rb', line 16669

def name
  @name
end