Class: CustomFieldDefRenamedEvent

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

Overview

urn:vim25CustomFieldDefRenamedEvent

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
newName - 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, newName = nil) ⇒ CustomFieldDefRenamedEvent

Returns a new instance of CustomFieldDefRenamedEvent.



13802
13803
13804
13805
13806
13807
13808
13809
13810
13811
13812
13813
13814
13815
13816
13817
# File 'lib/vmware/soap/vim25.rb', line 13802

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, newName = 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
  @newName = newName
end

Instance Attribute Details

#chainIdObject

Returns the value of attribute chainId.



13790
13791
13792
# File 'lib/vmware/soap/vim25.rb', line 13790

def chainId
  @chainId
end

#computeResourceObject

Returns the value of attribute computeResource.



13794
13795
13796
# File 'lib/vmware/soap/vim25.rb', line 13794

def computeResource
  @computeResource
end

#createdTimeObject

Returns the value of attribute createdTime.



13791
13792
13793
# File 'lib/vmware/soap/vim25.rb', line 13791

def createdTime
  @createdTime
end

#datacenterObject

Returns the value of attribute datacenter.



13793
13794
13795
# File 'lib/vmware/soap/vim25.rb', line 13793

def datacenter
  @datacenter
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



13788
13789
13790
# File 'lib/vmware/soap/vim25.rb', line 13788

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



13787
13788
13789
# File 'lib/vmware/soap/vim25.rb', line 13787

def dynamicType
  @dynamicType
end

#fieldKeyObject

Returns the value of attribute fieldKey.



13798
13799
13800
# File 'lib/vmware/soap/vim25.rb', line 13798

def fieldKey
  @fieldKey
end

#fullFormattedMessageObject

Returns the value of attribute fullFormattedMessage.



13797
13798
13799
# File 'lib/vmware/soap/vim25.rb', line 13797

def fullFormattedMessage
  @fullFormattedMessage
end

#hostObject

Returns the value of attribute host.



13795
13796
13797
# File 'lib/vmware/soap/vim25.rb', line 13795

def host
  @host
end

#keyObject

Returns the value of attribute key.



13789
13790
13791
# File 'lib/vmware/soap/vim25.rb', line 13789

def key
  @key
end

#nameObject

Returns the value of attribute name.



13799
13800
13801
# File 'lib/vmware/soap/vim25.rb', line 13799

def name
  @name
end

#newNameObject

Returns the value of attribute newName.



13800
13801
13802
# File 'lib/vmware/soap/vim25.rb', line 13800

def newName
  @newName
end

#userNameObject

Returns the value of attribute userName.



13792
13793
13794
# File 'lib/vmware/soap/vim25.rb', line 13792

def userName
  @userName
end

#vmObject

Returns the value of attribute vm.



13796
13797
13798
# File 'lib/vmware/soap/vim25.rb', line 13796

def vm
  @vm
end