Class: VmMacConflictEvent
- Inherits:
-
VmEvent
- Object
- DynamicData
- Event
- VmEvent
- VmMacConflictEvent
- 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
-
#chainId ⇒ Object
Returns the value of attribute chainId.
-
#computeResource ⇒ Object
Returns the value of attribute computeResource.
-
#conflictedVm ⇒ Object
Returns the value of attribute conflictedVm.
-
#createdTime ⇒ Object
Returns the value of attribute createdTime.
-
#datacenter ⇒ Object
Returns the value of attribute datacenter.
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#fullFormattedMessage ⇒ Object
Returns the value of attribute fullFormattedMessage.
-
#host ⇒ Object
Returns the value of attribute host.
-
#key ⇒ Object
Returns the value of attribute key.
-
#mac ⇒ Object
Returns the value of attribute mac.
-
#template ⇒ Object
Returns the value of attribute template.
-
#userName ⇒ Object
Returns the value of attribute userName.
-
#vm ⇒ Object
Returns the value of attribute vm.
Instance Method Summary collapse
-
#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
constructor
A new instance of VmMacConflictEvent.
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
#chainId ⇒ Object
Returns the value of attribute chainId.
9167 9168 9169 |
# File 'lib/vmware/soap/vim25.rb', line 9167 def chainId @chainId end |
#computeResource ⇒ Object
Returns the value of attribute computeResource.
9171 9172 9173 |
# File 'lib/vmware/soap/vim25.rb', line 9171 def computeResource @computeResource end |
#conflictedVm ⇒ Object
Returns the value of attribute conflictedVm.
9176 9177 9178 |
# File 'lib/vmware/soap/vim25.rb', line 9176 def conflictedVm @conflictedVm end |
#createdTime ⇒ Object
Returns the value of attribute createdTime.
9168 9169 9170 |
# File 'lib/vmware/soap/vim25.rb', line 9168 def createdTime @createdTime end |
#datacenter ⇒ Object
Returns the value of attribute datacenter.
9170 9171 9172 |
# File 'lib/vmware/soap/vim25.rb', line 9170 def datacenter @datacenter end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
9165 9166 9167 |
# File 'lib/vmware/soap/vim25.rb', line 9165 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
9164 9165 9166 |
# File 'lib/vmware/soap/vim25.rb', line 9164 def dynamicType @dynamicType end |
#fullFormattedMessage ⇒ Object
Returns the value of attribute fullFormattedMessage.
9174 9175 9176 |
# File 'lib/vmware/soap/vim25.rb', line 9174 def fullFormattedMessage @fullFormattedMessage end |
#host ⇒ Object
Returns the value of attribute host.
9172 9173 9174 |
# File 'lib/vmware/soap/vim25.rb', line 9172 def host @host end |
#key ⇒ Object
Returns the value of attribute key.
9166 9167 9168 |
# File 'lib/vmware/soap/vim25.rb', line 9166 def key @key end |
#mac ⇒ Object
Returns the value of attribute mac.
9177 9178 9179 |
# File 'lib/vmware/soap/vim25.rb', line 9177 def mac @mac end |
#template ⇒ Object
Returns the value of attribute template.
9175 9176 9177 |
# File 'lib/vmware/soap/vim25.rb', line 9175 def template @template end |
#userName ⇒ Object
Returns the value of attribute userName.
9169 9170 9171 |
# File 'lib/vmware/soap/vim25.rb', line 9169 def userName @userName end |
#vm ⇒ Object
Returns the value of attribute vm.
9173 9174 9175 |
# File 'lib/vmware/soap/vim25.rb', line 9173 def vm @vm end |