Class: VmUuidConflictEvent

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

Overview

urn:vim25VmUuidConflictEvent

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
conflictedVm - VmEventArgument
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, conflictedVm = nil, uuid = nil) ⇒ VmUuidConflictEvent

Returns a new instance of VmUuidConflictEvent.


9470
9471
9472
9473
9474
9475
9476
9477
9478
9479
9480
9481
9482
9483
9484
9485
# File 'lib/vmware/soap/vim25.rb', line 9470

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

Instance Attribute Details

#chainIdObject

Returns the value of attribute chainId.


9458
9459
9460
# File 'lib/vmware/soap/vim25.rb', line 9458

def chainId
  @chainId
end

#computeResourceObject

Returns the value of attribute computeResource.


9462
9463
9464
# File 'lib/vmware/soap/vim25.rb', line 9462

def computeResource
  @computeResource
end

#conflictedVmObject

Returns the value of attribute conflictedVm.


9467
9468
9469
# File 'lib/vmware/soap/vim25.rb', line 9467

def conflictedVm
  @conflictedVm
end

#createdTimeObject

Returns the value of attribute createdTime.


9459
9460
9461
# File 'lib/vmware/soap/vim25.rb', line 9459

def createdTime
  @createdTime
end

#datacenterObject

Returns the value of attribute datacenter.


9461
9462
9463
# File 'lib/vmware/soap/vim25.rb', line 9461

def datacenter
  @datacenter
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.


9456
9457
9458
# File 'lib/vmware/soap/vim25.rb', line 9456

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.


9455
9456
9457
# File 'lib/vmware/soap/vim25.rb', line 9455

def dynamicType
  @dynamicType
end

#fullFormattedMessageObject

Returns the value of attribute fullFormattedMessage.


9465
9466
9467
# File 'lib/vmware/soap/vim25.rb', line 9465

def fullFormattedMessage
  @fullFormattedMessage
end

#hostObject

Returns the value of attribute host.


9463
9464
9465
# File 'lib/vmware/soap/vim25.rb', line 9463

def host
  @host
end

#keyObject

Returns the value of attribute key.


9457
9458
9459
# File 'lib/vmware/soap/vim25.rb', line 9457

def key
  @key
end

#templateObject

Returns the value of attribute template.


9466
9467
9468
# File 'lib/vmware/soap/vim25.rb', line 9466

def template
  @template
end

#userNameObject

Returns the value of attribute userName.


9460
9461
9462
# File 'lib/vmware/soap/vim25.rb', line 9460

def userName
  @userName
end

#uuidObject

Returns the value of attribute uuid.


9468
9469
9470
# File 'lib/vmware/soap/vim25.rb', line 9468

def uuid
  @uuid
end

#vmObject

Returns the value of attribute vm.


9464
9465
9466
# File 'lib/vmware/soap/vim25.rb', line 9464

def vm
  @vm
end