Class: VmStaticMacConflictEvent
- Inherits:
-
VmEvent
- Object
- DynamicData
- Event
- VmEvent
- VmStaticMacConflictEvent
- 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
-
#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) ⇒ VmStaticMacConflictEvent
constructor
A new instance of VmStaticMacConflictEvent.
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
#chainId ⇒ Object
Returns the value of attribute chainId.
9118 9119 9120 |
# File 'lib/vmware/soap/vim25.rb', line 9118 def chainId @chainId end |
#computeResource ⇒ Object
Returns the value of attribute computeResource.
9122 9123 9124 |
# File 'lib/vmware/soap/vim25.rb', line 9122 def computeResource @computeResource end |
#conflictedVm ⇒ Object
Returns the value of attribute conflictedVm.
9127 9128 9129 |
# File 'lib/vmware/soap/vim25.rb', line 9127 def conflictedVm @conflictedVm end |
#createdTime ⇒ Object
Returns the value of attribute createdTime.
9119 9120 9121 |
# File 'lib/vmware/soap/vim25.rb', line 9119 def createdTime @createdTime end |
#datacenter ⇒ Object
Returns the value of attribute datacenter.
9121 9122 9123 |
# File 'lib/vmware/soap/vim25.rb', line 9121 def datacenter @datacenter end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
9116 9117 9118 |
# File 'lib/vmware/soap/vim25.rb', line 9116 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
9115 9116 9117 |
# File 'lib/vmware/soap/vim25.rb', line 9115 def dynamicType @dynamicType end |
#fullFormattedMessage ⇒ Object
Returns the value of attribute fullFormattedMessage.
9125 9126 9127 |
# File 'lib/vmware/soap/vim25.rb', line 9125 def fullFormattedMessage @fullFormattedMessage end |
#host ⇒ Object
Returns the value of attribute host.
9123 9124 9125 |
# File 'lib/vmware/soap/vim25.rb', line 9123 def host @host end |
#key ⇒ Object
Returns the value of attribute key.
9117 9118 9119 |
# File 'lib/vmware/soap/vim25.rb', line 9117 def key @key end |
#mac ⇒ Object
Returns the value of attribute mac.
9128 9129 9130 |
# File 'lib/vmware/soap/vim25.rb', line 9128 def mac @mac end |
#template ⇒ Object
Returns the value of attribute template.
9126 9127 9128 |
# File 'lib/vmware/soap/vim25.rb', line 9126 def template @template end |
#userName ⇒ Object
Returns the value of attribute userName.
9120 9121 9122 |
# File 'lib/vmware/soap/vim25.rb', line 9120 def userName @userName end |
#vm ⇒ Object
Returns the value of attribute vm.
9124 9125 9126 |
# File 'lib/vmware/soap/vim25.rb', line 9124 def vm @vm end |