Class: VmMacConflictEvent

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

Overview

urn:vim25VmMacConflictEvent

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
mac - 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, mac = nil) ⇒ VmMacConflictEvent

Returns a new instance of VmMacConflictEvent.



9179
9180
9181
9182
9183
9184
9185
9186
9187
9188
9189
9190
9191
9192
9193
9194
# File 'lib/vmware/soap/vim25.rb', line 9179

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

Instance Attribute Details

#chainIdObject

Returns the value of attribute chainId.



9167
9168
9169
# File 'lib/vmware/soap/vim25.rb', line 9167

def chainId
  @chainId
end

#computeResourceObject

Returns the value of attribute computeResource.



9171
9172
9173
# File 'lib/vmware/soap/vim25.rb', line 9171

def computeResource
  @computeResource
end

#conflictedVmObject

Returns the value of attribute conflictedVm.



9176
9177
9178
# File 'lib/vmware/soap/vim25.rb', line 9176

def conflictedVm
  @conflictedVm
end

#createdTimeObject

Returns the value of attribute createdTime.



9168
9169
9170
# File 'lib/vmware/soap/vim25.rb', line 9168

def createdTime
  @createdTime
end

#datacenterObject

Returns the value of attribute datacenter.



9170
9171
9172
# File 'lib/vmware/soap/vim25.rb', line 9170

def datacenter
  @datacenter
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



9165
9166
9167
# File 'lib/vmware/soap/vim25.rb', line 9165

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



9164
9165
9166
# File 'lib/vmware/soap/vim25.rb', line 9164

def dynamicType
  @dynamicType
end

#fullFormattedMessageObject

Returns the value of attribute fullFormattedMessage.



9174
9175
9176
# File 'lib/vmware/soap/vim25.rb', line 9174

def fullFormattedMessage
  @fullFormattedMessage
end

#hostObject

Returns the value of attribute host.



9172
9173
9174
# File 'lib/vmware/soap/vim25.rb', line 9172

def host
  @host
end

#keyObject

Returns the value of attribute key.



9166
9167
9168
# File 'lib/vmware/soap/vim25.rb', line 9166

def key
  @key
end

#macObject

Returns the value of attribute mac.



9177
9178
9179
# File 'lib/vmware/soap/vim25.rb', line 9177

def mac
  @mac
end

#templateObject

Returns the value of attribute template.



9175
9176
9177
# File 'lib/vmware/soap/vim25.rb', line 9175

def template
  @template
end

#userNameObject

Returns the value of attribute userName.



9169
9170
9171
# File 'lib/vmware/soap/vim25.rb', line 9169

def userName
  @userName
end

#vmObject

Returns the value of attribute vm.



9173
9174
9175
# File 'lib/vmware/soap/vim25.rb', line 9173

def vm
  @vm
end