Class: HostIsolationIpPingFailedEvent

Inherits:
HostDasEvent show all
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

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, 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

#chainIdObject

Returns the value of attribute chainId.



5146
5147
5148
# File 'lib/vmware/soap/vim25.rb', line 5146

def chainId
  @chainId
end

#computeResourceObject

Returns the value of attribute computeResource.



5150
5151
5152
# File 'lib/vmware/soap/vim25.rb', line 5150

def computeResource
  @computeResource
end

#createdTimeObject

Returns the value of attribute createdTime.



5147
5148
5149
# File 'lib/vmware/soap/vim25.rb', line 5147

def createdTime
  @createdTime
end

#datacenterObject

Returns the value of attribute datacenter.



5149
5150
5151
# File 'lib/vmware/soap/vim25.rb', line 5149

def datacenter
  @datacenter
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



5144
5145
5146
# File 'lib/vmware/soap/vim25.rb', line 5144

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



5143
5144
5145
# File 'lib/vmware/soap/vim25.rb', line 5143

def dynamicType
  @dynamicType
end

#fullFormattedMessageObject

Returns the value of attribute fullFormattedMessage.



5153
5154
5155
# File 'lib/vmware/soap/vim25.rb', line 5153

def fullFormattedMessage
  @fullFormattedMessage
end

#hostObject

Returns the value of attribute host.



5151
5152
5153
# File 'lib/vmware/soap/vim25.rb', line 5151

def host
  @host
end

#isolationIpObject

Returns the value of attribute isolationIp.



5154
5155
5156
# File 'lib/vmware/soap/vim25.rb', line 5154

def isolationIp
  @isolationIp
end

#keyObject

Returns the value of attribute key.



5145
5146
5147
# File 'lib/vmware/soap/vim25.rb', line 5145

def key
  @key
end

#userNameObject

Returns the value of attribute userName.



5148
5149
5150
# File 'lib/vmware/soap/vim25.rb', line 5148

def userName
  @userName
end

#vmObject

Returns the value of attribute vm.



5152
5153
5154
# File 'lib/vmware/soap/vim25.rb', line 5152

def vm
  @vm
end