Class: HostShortNameInconsistentEvent
- Inherits:
-
HostDasEvent
- Object
- DynamicData
- Event
- HostEvent
- HostDasEvent
- HostShortNameInconsistentEvent
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25HostShortNameInconsistentEvent
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
shortName - SOAP::SOAPString
shortName2 - 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.
-
#key ⇒ Object
Returns the value of attribute key.
-
#shortName ⇒ Object
Returns the value of attribute shortName.
-
#shortName2 ⇒ Object
Returns the value of attribute shortName2.
-
#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, shortName = nil, shortName2 = nil) ⇒ HostShortNameInconsistentEvent
constructor
A new instance of HostShortNameInconsistentEvent.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], key = nil, chainId = nil, createdTime = nil, userName = nil, datacenter = nil, computeResource = nil, host = nil, vm = nil, fullFormattedMessage = nil, shortName = nil, shortName2 = nil) ⇒ HostShortNameInconsistentEvent
Returns a new instance of HostShortNameInconsistentEvent.
5201 5202 5203 5204 5205 5206 5207 5208 5209 5210 5211 5212 5213 5214 5215 |
# File 'lib/vmware/soap/vim25.rb', line 5201 def initialize(dynamicType = nil, dynamicProperty = [], key = nil, chainId = nil, createdTime = nil, userName = nil, datacenter = nil, computeResource = nil, host = nil, vm = nil, fullFormattedMessage = nil, shortName = nil, shortName2 = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @key = key @chainId = chainId @createdTime = createdTime @userName = userName @datacenter = datacenter @computeResource = computeResource @host = host @vm = vm @fullFormattedMessage = fullFormattedMessage @shortName = shortName @shortName2 = shortName2 end |
Instance Attribute Details
#chainId ⇒ Object
Returns the value of attribute chainId.
5190 5191 5192 |
# File 'lib/vmware/soap/vim25.rb', line 5190 def chainId @chainId end |
#computeResource ⇒ Object
Returns the value of attribute computeResource.
5194 5195 5196 |
# File 'lib/vmware/soap/vim25.rb', line 5194 def computeResource @computeResource end |
#createdTime ⇒ Object
Returns the value of attribute createdTime.
5191 5192 5193 |
# File 'lib/vmware/soap/vim25.rb', line 5191 def createdTime @createdTime end |
#datacenter ⇒ Object
Returns the value of attribute datacenter.
5193 5194 5195 |
# File 'lib/vmware/soap/vim25.rb', line 5193 def datacenter @datacenter end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
5188 5189 5190 |
# File 'lib/vmware/soap/vim25.rb', line 5188 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
5187 5188 5189 |
# File 'lib/vmware/soap/vim25.rb', line 5187 def dynamicType @dynamicType end |
#fullFormattedMessage ⇒ Object
Returns the value of attribute fullFormattedMessage.
5197 5198 5199 |
# File 'lib/vmware/soap/vim25.rb', line 5197 def fullFormattedMessage @fullFormattedMessage end |
#host ⇒ Object
Returns the value of attribute host.
5195 5196 5197 |
# File 'lib/vmware/soap/vim25.rb', line 5195 def host @host end |
#key ⇒ Object
Returns the value of attribute key.
5189 5190 5191 |
# File 'lib/vmware/soap/vim25.rb', line 5189 def key @key end |
#shortName ⇒ Object
Returns the value of attribute shortName.
5198 5199 5200 |
# File 'lib/vmware/soap/vim25.rb', line 5198 def shortName @shortName end |
#shortName2 ⇒ Object
Returns the value of attribute shortName2.
5199 5200 5201 |
# File 'lib/vmware/soap/vim25.rb', line 5199 def shortName2 @shortName2 end |
#userName ⇒ Object
Returns the value of attribute userName.
5192 5193 5194 |
# File 'lib/vmware/soap/vim25.rb', line 5192 def userName @userName end |
#vm ⇒ Object
Returns the value of attribute vm.
5196 5197 5198 |
# File 'lib/vmware/soap/vim25.rb', line 5196 def vm @vm end |