Class: VmUuidAssignedEvent

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

Overview

urn:vim25VmUuidAssignedEvent

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
uuid - 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, uuid = nil) ⇒ VmUuidAssignedEvent

Returns a new instance of VmUuidAssignedEvent.



11210
11211
11212
11213
11214
11215
11216
11217
11218
11219
11220
11221
11222
11223
11224
# File 'lib/vmware/soap/vim25.rb', line 11210

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

Instance Attribute Details

#chainIdObject

Returns the value of attribute chainId.



11199
11200
11201
# File 'lib/vmware/soap/vim25.rb', line 11199

def chainId
  @chainId
end

#computeResourceObject

Returns the value of attribute computeResource.



11203
11204
11205
# File 'lib/vmware/soap/vim25.rb', line 11203

def computeResource
  @computeResource
end

#createdTimeObject

Returns the value of attribute createdTime.



11200
11201
11202
# File 'lib/vmware/soap/vim25.rb', line 11200

def createdTime
  @createdTime
end

#datacenterObject

Returns the value of attribute datacenter.



11202
11203
11204
# File 'lib/vmware/soap/vim25.rb', line 11202

def datacenter
  @datacenter
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



11197
11198
11199
# File 'lib/vmware/soap/vim25.rb', line 11197

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



11196
11197
11198
# File 'lib/vmware/soap/vim25.rb', line 11196

def dynamicType
  @dynamicType
end

#fullFormattedMessageObject

Returns the value of attribute fullFormattedMessage.



11206
11207
11208
# File 'lib/vmware/soap/vim25.rb', line 11206

def fullFormattedMessage
  @fullFormattedMessage
end

#hostObject

Returns the value of attribute host.



11204
11205
11206
# File 'lib/vmware/soap/vim25.rb', line 11204

def host
  @host
end

#keyObject

Returns the value of attribute key.



11198
11199
11200
# File 'lib/vmware/soap/vim25.rb', line 11198

def key
  @key
end

#templateObject

Returns the value of attribute template.



11207
11208
11209
# File 'lib/vmware/soap/vim25.rb', line 11207

def template
  @template
end

#userNameObject

Returns the value of attribute userName.



11201
11202
11203
# File 'lib/vmware/soap/vim25.rb', line 11201

def userName
  @userName
end

#uuidObject

Returns the value of attribute uuid.



11208
11209
11210
# File 'lib/vmware/soap/vim25.rb', line 11208

def uuid
  @uuid
end

#vmObject

Returns the value of attribute vm.



11205
11206
11207
# File 'lib/vmware/soap/vim25.rb', line 11205

def vm
  @vm
end