Class: HostIsolationIpPingFailedEvent
- Inherits:
-
HostDasEvent
- Object
- DynamicData
- Event
- HostEvent
- HostDasEvent
- HostIsolationIpPingFailedEvent
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25HostIsolationIpPingFailedEvent
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
isolationIp - 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.
-
#isolationIp ⇒ Object
Returns the value of attribute isolationIp.
-
#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, isolationIp = nil) ⇒ HostIsolationIpPingFailedEvent
constructor
A new instance of HostIsolationIpPingFailedEvent.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], key = nil, chainId = nil, createdTime = nil, userName = nil, datacenter = nil, computeResource = nil, host = nil, vm = nil, fullFormattedMessage = nil, isolationIp = nil) ⇒ HostIsolationIpPingFailedEvent
Returns a new instance of HostIsolationIpPingFailedEvent.
5156 5157 5158 5159 5160 5161 5162 5163 5164 5165 5166 5167 5168 5169 |
# File 'lib/vmware/soap/vim25.rb', line 5156 def initialize(dynamicType = nil, dynamicProperty = [], key = nil, chainId = nil, createdTime = nil, userName = nil, datacenter = nil, computeResource = nil, host = nil, vm = nil, fullFormattedMessage = nil, isolationIp = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @key = key @chainId = chainId @createdTime = createdTime @userName = userName @datacenter = datacenter @computeResource = computeResource @host = host @vm = vm @fullFormattedMessage = fullFormattedMessage @isolationIp = isolationIp end |
Instance Attribute Details
#chainId ⇒ Object
Returns the value of attribute chainId.
5146 5147 5148 |
# File 'lib/vmware/soap/vim25.rb', line 5146 def chainId @chainId end |
#computeResource ⇒ Object
Returns the value of attribute computeResource.
5150 5151 5152 |
# File 'lib/vmware/soap/vim25.rb', line 5150 def computeResource @computeResource end |
#createdTime ⇒ Object
Returns the value of attribute createdTime.
5147 5148 5149 |
# File 'lib/vmware/soap/vim25.rb', line 5147 def createdTime @createdTime end |
#datacenter ⇒ Object
Returns the value of attribute datacenter.
5149 5150 5151 |
# File 'lib/vmware/soap/vim25.rb', line 5149 def datacenter @datacenter end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
5144 5145 5146 |
# File 'lib/vmware/soap/vim25.rb', line 5144 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
5143 5144 5145 |
# File 'lib/vmware/soap/vim25.rb', line 5143 def dynamicType @dynamicType end |
#fullFormattedMessage ⇒ Object
Returns the value of attribute fullFormattedMessage.
5153 5154 5155 |
# File 'lib/vmware/soap/vim25.rb', line 5153 def fullFormattedMessage @fullFormattedMessage end |
#host ⇒ Object
Returns the value of attribute host.
5151 5152 5153 |
# File 'lib/vmware/soap/vim25.rb', line 5151 def host @host end |
#isolationIp ⇒ Object
Returns the value of attribute isolationIp.
5154 5155 5156 |
# File 'lib/vmware/soap/vim25.rb', line 5154 def isolationIp @isolationIp end |
#key ⇒ Object
Returns the value of attribute key.
5145 5146 5147 |
# File 'lib/vmware/soap/vim25.rb', line 5145 def key @key end |
#userName ⇒ Object
Returns the value of attribute userName.
5148 5149 5150 |
# File 'lib/vmware/soap/vim25.rb', line 5148 def userName @userName end |
#vm ⇒ Object
Returns the value of attribute vm.
5152 5153 5154 |
# File 'lib/vmware/soap/vim25.rb', line 5152 def vm @vm end |