Class: VmStaticMacConflictEvent

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

Overview

urn:vim25VmStaticMacConflictEvent

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) ⇒ VmStaticMacConflictEvent

Returns a new instance of VmStaticMacConflictEvent.



9130
9131
9132
9133
9134
9135
9136
9137
9138
9139
9140
9141
9142
9143
9144
9145
# File 'lib/vmware/soap/vim25.rb', line 9130

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.



9118
9119
9120
# File 'lib/vmware/soap/vim25.rb', line 9118

def chainId
  @chainId
end

#computeResourceObject

Returns the value of attribute computeResource.



9122
9123
9124
# File 'lib/vmware/soap/vim25.rb', line 9122

def computeResource
  @computeResource
end

#conflictedVmObject

Returns the value of attribute conflictedVm.



9127
9128
9129
# File 'lib/vmware/soap/vim25.rb', line 9127

def conflictedVm
  @conflictedVm
end

#createdTimeObject

Returns the value of attribute createdTime.



9119
9120
9121
# File 'lib/vmware/soap/vim25.rb', line 9119

def createdTime
  @createdTime
end

#datacenterObject

Returns the value of attribute datacenter.



9121
9122
9123
# File 'lib/vmware/soap/vim25.rb', line 9121

def datacenter
  @datacenter
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



9116
9117
9118
# File 'lib/vmware/soap/vim25.rb', line 9116

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



9115
9116
9117
# File 'lib/vmware/soap/vim25.rb', line 9115

def dynamicType
  @dynamicType
end

#fullFormattedMessageObject

Returns the value of attribute fullFormattedMessage.



9125
9126
9127
# File 'lib/vmware/soap/vim25.rb', line 9125

def fullFormattedMessage
  @fullFormattedMessage
end

#hostObject

Returns the value of attribute host.



9123
9124
9125
# File 'lib/vmware/soap/vim25.rb', line 9123

def host
  @host
end

#keyObject

Returns the value of attribute key.



9117
9118
9119
# File 'lib/vmware/soap/vim25.rb', line 9117

def key
  @key
end

#macObject

Returns the value of attribute mac.



9128
9129
9130
# File 'lib/vmware/soap/vim25.rb', line 9128

def mac
  @mac
end

#templateObject

Returns the value of attribute template.



9126
9127
9128
# File 'lib/vmware/soap/vim25.rb', line 9126

def template
  @template
end

#userNameObject

Returns the value of attribute userName.



9120
9121
9122
# File 'lib/vmware/soap/vim25.rb', line 9120

def userName
  @userName
end

#vmObject

Returns the value of attribute vm.



9124
9125
9126
# File 'lib/vmware/soap/vim25.rb', line 9124

def vm
  @vm
end