Class: VmRenamedEvent

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

Overview

urn:vim25VmRenamedEvent

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
template - SOAP::SOAPBoolean
oldName - 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, template = nil, oldName = nil, newName = nil) ⇒ VmRenamedEvent

Returns a new instance of VmRenamedEvent.



10172
10173
10174
10175
10176
10177
10178
10179
10180
10181
10182
10183
10184
10185
10186
10187
# File 'lib/vmware/soap/vim25.rb', line 10172

def initialize(dynamicType = nil, dynamicProperty = [], key = nil, chainId = nil, createdTime = nil, userName = nil, datacenter = nil, computeResource = nil, host = nil, vm = nil, fullFormattedMessage = nil, template = nil, oldName = 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
  @template = template
  @oldName = oldName
  @newName = newName
end

Instance Attribute Details

#chainIdObject

Returns the value of attribute chainId.



10160
10161
10162
# File 'lib/vmware/soap/vim25.rb', line 10160

def chainId
  @chainId
end

#computeResourceObject

Returns the value of attribute computeResource.



10164
10165
10166
# File 'lib/vmware/soap/vim25.rb', line 10164

def computeResource
  @computeResource
end

#createdTimeObject

Returns the value of attribute createdTime.



10161
10162
10163
# File 'lib/vmware/soap/vim25.rb', line 10161

def createdTime
  @createdTime
end

#datacenterObject

Returns the value of attribute datacenter.



10163
10164
10165
# File 'lib/vmware/soap/vim25.rb', line 10163

def datacenter
  @datacenter
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



10158
10159
10160
# File 'lib/vmware/soap/vim25.rb', line 10158

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



10157
10158
10159
# File 'lib/vmware/soap/vim25.rb', line 10157

def dynamicType
  @dynamicType
end

#fullFormattedMessageObject

Returns the value of attribute fullFormattedMessage.



10167
10168
10169
# File 'lib/vmware/soap/vim25.rb', line 10167

def fullFormattedMessage
  @fullFormattedMessage
end

#hostObject

Returns the value of attribute host.



10165
10166
10167
# File 'lib/vmware/soap/vim25.rb', line 10165

def host
  @host
end

#keyObject

Returns the value of attribute key.



10159
10160
10161
# File 'lib/vmware/soap/vim25.rb', line 10159

def key
  @key
end

#newNameObject

Returns the value of attribute newName.



10170
10171
10172
# File 'lib/vmware/soap/vim25.rb', line 10170

def newName
  @newName
end

#oldNameObject

Returns the value of attribute oldName.



10169
10170
10171
# File 'lib/vmware/soap/vim25.rb', line 10169

def oldName
  @oldName
end

#templateObject

Returns the value of attribute template.



10168
10169
10170
# File 'lib/vmware/soap/vim25.rb', line 10168

def template
  @template
end

#userNameObject

Returns the value of attribute userName.



10162
10163
10164
# File 'lib/vmware/soap/vim25.rb', line 10162

def userName
  @userName
end

#vmObject

Returns the value of attribute vm.



10166
10167
10168
# File 'lib/vmware/soap/vim25.rb', line 10166

def vm
  @vm
end