Class: HostIpInconsistentEvent
- Inherits:
-
HostEvent
- Object
- DynamicData
- Event
- HostEvent
- HostIpInconsistentEvent
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25HostIpInconsistentEvent
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
ipAddress - SOAP::SOAPString
ipAddress2 - SOAP::SOAPString
Instance Attribute Summary collapse
-
#chainId ⇒ Object
Returns the value of attribute chainId.
-
#computeResource ⇒ Object
Returns the value of attribute computeResource.
-
#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.
-
#ipAddress ⇒ Object
Returns the value of attribute ipAddress.
-
#ipAddress2 ⇒ Object
Returns the value of attribute ipAddress2.
-
#key ⇒ Object
Returns the value of attribute key.
-
#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, ipAddress = nil, ipAddress2 = nil) ⇒ HostIpInconsistentEvent
constructor
A new instance of HostIpInconsistentEvent.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], key = nil, chainId = nil, createdTime = nil, userName = nil, datacenter = nil, computeResource = nil, host = nil, vm = nil, fullFormattedMessage = nil, ipAddress = nil, ipAddress2 = nil) ⇒ HostIpInconsistentEvent
Returns a new instance of HostIpInconsistentEvent.
7814 7815 7816 7817 7818 7819 7820 7821 7822 7823 7824 7825 7826 7827 7828 |
# File 'lib/vmware/soap/vim25.rb', line 7814 def initialize(dynamicType = nil, dynamicProperty = [], key = nil, chainId = nil, createdTime = nil, userName = nil, datacenter = nil, computeResource = nil, host = nil, vm = nil, fullFormattedMessage = nil, ipAddress = nil, ipAddress2 = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @key = key @chainId = chainId @createdTime = createdTime @userName = userName @datacenter = datacenter @computeResource = computeResource @host = host @vm = vm @fullFormattedMessage = fullFormattedMessage @ipAddress = ipAddress @ipAddress2 = ipAddress2 end |
Instance Attribute Details
#chainId ⇒ Object
Returns the value of attribute chainId.
7803 7804 7805 |
# File 'lib/vmware/soap/vim25.rb', line 7803 def chainId @chainId end |
#computeResource ⇒ Object
Returns the value of attribute computeResource.
7807 7808 7809 |
# File 'lib/vmware/soap/vim25.rb', line 7807 def computeResource @computeResource end |
#createdTime ⇒ Object
Returns the value of attribute createdTime.
7804 7805 7806 |
# File 'lib/vmware/soap/vim25.rb', line 7804 def createdTime @createdTime end |
#datacenter ⇒ Object
Returns the value of attribute datacenter.
7806 7807 7808 |
# File 'lib/vmware/soap/vim25.rb', line 7806 def datacenter @datacenter end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
7801 7802 7803 |
# File 'lib/vmware/soap/vim25.rb', line 7801 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
7800 7801 7802 |
# File 'lib/vmware/soap/vim25.rb', line 7800 def dynamicType @dynamicType end |
#fullFormattedMessage ⇒ Object
Returns the value of attribute fullFormattedMessage.
7810 7811 7812 |
# File 'lib/vmware/soap/vim25.rb', line 7810 def fullFormattedMessage @fullFormattedMessage end |
#host ⇒ Object
Returns the value of attribute host.
7808 7809 7810 |
# File 'lib/vmware/soap/vim25.rb', line 7808 def host @host end |
#ipAddress ⇒ Object
Returns the value of attribute ipAddress.
7811 7812 7813 |
# File 'lib/vmware/soap/vim25.rb', line 7811 def ipAddress @ipAddress end |
#ipAddress2 ⇒ Object
Returns the value of attribute ipAddress2.
7812 7813 7814 |
# File 'lib/vmware/soap/vim25.rb', line 7812 def ipAddress2 @ipAddress2 end |
#key ⇒ Object
Returns the value of attribute key.
7802 7803 7804 |
# File 'lib/vmware/soap/vim25.rb', line 7802 def key @key end |
#userName ⇒ Object
Returns the value of attribute userName.
7805 7806 7807 |
# File 'lib/vmware/soap/vim25.rb', line 7805 def userName @userName end |
#vm ⇒ Object
Returns the value of attribute vm.
7809 7810 7811 |
# File 'lib/vmware/soap/vim25.rb', line 7809 def vm @vm end |