Class: CustomFieldDefEvent

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

Overview

urn:vim25CustomFieldDefEvent

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
fieldKey - SOAP::SOAPInt
name - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(dynamicType = nil, dynamicProperty = [], key = nil, chainId = nil, createdTime = nil, userName = nil, datacenter = nil, computeResource = nil, host = nil, vm = nil, fullFormattedMessage = nil, fieldKey = nil, name = nil) ⇒ CustomFieldDefEvent

Returns a new instance of CustomFieldDefEvent.



13662
13663
13664
13665
13666
13667
13668
13669
13670
13671
13672
13673
13674
13675
13676
# File 'lib/vmware/soap/vim25.rb', line 13662

def initialize(dynamicType = nil, dynamicProperty = [], key = nil, chainId = nil, createdTime = nil, userName = nil, datacenter = nil, computeResource = nil, host = nil, vm = nil, fullFormattedMessage = nil, fieldKey = nil, name = nil)
  @dynamicType = dynamicType
  @dynamicProperty = dynamicProperty
  @key = key
  @chainId = chainId
  @createdTime = createdTime
  @userName = userName
  @datacenter = datacenter
  @computeResource = computeResource
  @host = host
  @vm = vm
  @fullFormattedMessage = fullFormattedMessage
  @fieldKey = fieldKey
  @name = name
end

Instance Attribute Details

#chainIdObject

Returns the value of attribute chainId.



13651
13652
13653
# File 'lib/vmware/soap/vim25.rb', line 13651

def chainId
  @chainId
end

#computeResourceObject

Returns the value of attribute computeResource.



13655
13656
13657
# File 'lib/vmware/soap/vim25.rb', line 13655

def computeResource
  @computeResource
end

#createdTimeObject

Returns the value of attribute createdTime.



13652
13653
13654
# File 'lib/vmware/soap/vim25.rb', line 13652

def createdTime
  @createdTime
end

#datacenterObject

Returns the value of attribute datacenter.



13654
13655
13656
# File 'lib/vmware/soap/vim25.rb', line 13654

def datacenter
  @datacenter
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



13649
13650
13651
# File 'lib/vmware/soap/vim25.rb', line 13649

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



13648
13649
13650
# File 'lib/vmware/soap/vim25.rb', line 13648

def dynamicType
  @dynamicType
end

#fieldKeyObject

Returns the value of attribute fieldKey.



13659
13660
13661
# File 'lib/vmware/soap/vim25.rb', line 13659

def fieldKey
  @fieldKey
end

#fullFormattedMessageObject

Returns the value of attribute fullFormattedMessage.



13658
13659
13660
# File 'lib/vmware/soap/vim25.rb', line 13658

def fullFormattedMessage
  @fullFormattedMessage
end

#hostObject

Returns the value of attribute host.



13656
13657
13658
# File 'lib/vmware/soap/vim25.rb', line 13656

def host
  @host
end

#keyObject

Returns the value of attribute key.



13650
13651
13652
# File 'lib/vmware/soap/vim25.rb', line 13650

def key
  @key
end

#nameObject

Returns the value of attribute name.



13660
13661
13662
# File 'lib/vmware/soap/vim25.rb', line 13660

def name
  @name
end

#userNameObject

Returns the value of attribute userName.



13653
13654
13655
# File 'lib/vmware/soap/vim25.rb', line 13653

def userName
  @userName
end

#vmObject

Returns the value of attribute vm.



13657
13658
13659
# File 'lib/vmware/soap/vim25.rb', line 13657

def vm
  @vm
end