Class: HostDasEvent
- Inherits:
-
HostEvent
- Object
- DynamicData
- Event
- HostEvent
- HostDasEvent
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25HostDasEvent
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
Direct Known Subclasses
HostIsolationIpPingFailedEvent, HostNoRedundantManagementNetworkEvent, HostNotInClusterEvent, HostPrimaryAgentNotShortNameEvent, HostShortNameInconsistentEvent
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.
-
#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) ⇒ HostDasEvent
constructor
A new instance of HostDasEvent.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], key = nil, chainId = nil, createdTime = nil, userName = nil, datacenter = nil, computeResource = nil, host = nil, vm = nil, fullFormattedMessage = nil) ⇒ HostDasEvent
Returns a new instance of HostDasEvent.
5031 5032 5033 5034 5035 5036 5037 5038 5039 5040 5041 5042 5043 |
# File 'lib/vmware/soap/vim25.rb', line 5031 def initialize(dynamicType = nil, dynamicProperty = [], key = nil, chainId = nil, createdTime = nil, userName = nil, datacenter = nil, computeResource = nil, host = nil, vm = nil, fullFormattedMessage = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @key = key @chainId = chainId @createdTime = createdTime @userName = userName @datacenter = datacenter @computeResource = computeResource @host = host @vm = vm @fullFormattedMessage = fullFormattedMessage end |
Instance Attribute Details
#chainId ⇒ Object
Returns the value of attribute chainId.
5022 5023 5024 |
# File 'lib/vmware/soap/vim25.rb', line 5022 def chainId @chainId end |
#computeResource ⇒ Object
Returns the value of attribute computeResource.
5026 5027 5028 |
# File 'lib/vmware/soap/vim25.rb', line 5026 def computeResource @computeResource end |
#createdTime ⇒ Object
Returns the value of attribute createdTime.
5023 5024 5025 |
# File 'lib/vmware/soap/vim25.rb', line 5023 def createdTime @createdTime end |
#datacenter ⇒ Object
Returns the value of attribute datacenter.
5025 5026 5027 |
# File 'lib/vmware/soap/vim25.rb', line 5025 def datacenter @datacenter end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
5020 5021 5022 |
# File 'lib/vmware/soap/vim25.rb', line 5020 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
5019 5020 5021 |
# File 'lib/vmware/soap/vim25.rb', line 5019 def dynamicType @dynamicType end |
#fullFormattedMessage ⇒ Object
Returns the value of attribute fullFormattedMessage.
5029 5030 5031 |
# File 'lib/vmware/soap/vim25.rb', line 5029 def fullFormattedMessage @fullFormattedMessage end |
#host ⇒ Object
Returns the value of attribute host.
5027 5028 5029 |
# File 'lib/vmware/soap/vim25.rb', line 5027 def host @host end |
#key ⇒ Object
Returns the value of attribute key.
5021 5022 5023 |
# File 'lib/vmware/soap/vim25.rb', line 5021 def key @key end |
#userName ⇒ Object
Returns the value of attribute userName.
5024 5025 5026 |
# File 'lib/vmware/soap/vim25.rb', line 5024 def userName @userName end |
#vm ⇒ Object
Returns the value of attribute vm.
5028 5029 5030 |
# File 'lib/vmware/soap/vim25.rb', line 5028 def vm @vm end |