Class: CustomFieldDefRemovedEvent

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

Overview

urn:vim25CustomFieldDefRemovedEvent

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) ⇒ CustomFieldDefRemovedEvent

Returns a new instance of CustomFieldDefRemovedEvent.



13754
13755
13756
13757
13758
13759
13760
13761
13762
13763
13764
13765
13766
13767
13768
# File 'lib/vmware/soap/vim25.rb', line 13754

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.



13743
13744
13745
# File 'lib/vmware/soap/vim25.rb', line 13743

def chainId
  @chainId
end

#computeResourceObject

Returns the value of attribute computeResource.



13747
13748
13749
# File 'lib/vmware/soap/vim25.rb', line 13747

def computeResource
  @computeResource
end

#createdTimeObject

Returns the value of attribute createdTime.



13744
13745
13746
# File 'lib/vmware/soap/vim25.rb', line 13744

def createdTime
  @createdTime
end

#datacenterObject

Returns the value of attribute datacenter.



13746
13747
13748
# File 'lib/vmware/soap/vim25.rb', line 13746

def datacenter
  @datacenter
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



13741
13742
13743
# File 'lib/vmware/soap/vim25.rb', line 13741

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



13740
13741
13742
# File 'lib/vmware/soap/vim25.rb', line 13740

def dynamicType
  @dynamicType
end

#fieldKeyObject

Returns the value of attribute fieldKey.



13751
13752
13753
# File 'lib/vmware/soap/vim25.rb', line 13751

def fieldKey
  @fieldKey
end

#fullFormattedMessageObject

Returns the value of attribute fullFormattedMessage.



13750
13751
13752
# File 'lib/vmware/soap/vim25.rb', line 13750

def fullFormattedMessage
  @fullFormattedMessage
end

#hostObject

Returns the value of attribute host.



13748
13749
13750
# File 'lib/vmware/soap/vim25.rb', line 13748

def host
  @host
end

#keyObject

Returns the value of attribute key.



13742
13743
13744
# File 'lib/vmware/soap/vim25.rb', line 13742

def key
  @key
end

#nameObject

Returns the value of attribute name.



13752
13753
13754
# File 'lib/vmware/soap/vim25.rb', line 13752

def name
  @name
end

#userNameObject

Returns the value of attribute userName.



13745
13746
13747
# File 'lib/vmware/soap/vim25.rb', line 13745

def userName
  @userName
end

#vmObject

Returns the value of attribute vm.



13749
13750
13751
# File 'lib/vmware/soap/vim25.rb', line 13749

def vm
  @vm
end