Class: HostNotInClusterEvent
- Inherits:
-
HostDasEvent
- Object
- DynamicData
- Event
- HostEvent
- HostDasEvent
- HostNotInClusterEvent
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25HostNotInClusterEvent
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
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) ⇒ HostNotInClusterEvent
constructor
A new instance of HostNotInClusterEvent.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], key = nil, chainId = nil, createdTime = nil, userName = nil, datacenter = nil, computeResource = nil, host = nil, vm = nil, fullFormattedMessage = nil) ⇒ HostNotInClusterEvent
Returns a new instance of HostNotInClusterEvent.
5114 5115 5116 5117 5118 5119 5120 5121 5122 5123 5124 5125 5126 |
# File 'lib/vmware/soap/vim25.rb', line 5114 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.
5105 5106 5107 |
# File 'lib/vmware/soap/vim25.rb', line 5105 def chainId @chainId end |
#computeResource ⇒ Object
Returns the value of attribute computeResource.
5109 5110 5111 |
# File 'lib/vmware/soap/vim25.rb', line 5109 def computeResource @computeResource end |
#createdTime ⇒ Object
Returns the value of attribute createdTime.
5106 5107 5108 |
# File 'lib/vmware/soap/vim25.rb', line 5106 def createdTime @createdTime end |
#datacenter ⇒ Object
Returns the value of attribute datacenter.
5108 5109 5110 |
# File 'lib/vmware/soap/vim25.rb', line 5108 def datacenter @datacenter end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
5103 5104 5105 |
# File 'lib/vmware/soap/vim25.rb', line 5103 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
5102 5103 5104 |
# File 'lib/vmware/soap/vim25.rb', line 5102 def dynamicType @dynamicType end |
#fullFormattedMessage ⇒ Object
Returns the value of attribute fullFormattedMessage.
5112 5113 5114 |
# File 'lib/vmware/soap/vim25.rb', line 5112 def fullFormattedMessage @fullFormattedMessage end |
#host ⇒ Object
Returns the value of attribute host.
5110 5111 5112 |
# File 'lib/vmware/soap/vim25.rb', line 5110 def host @host end |
#key ⇒ Object
Returns the value of attribute key.
5104 5105 5106 |
# File 'lib/vmware/soap/vim25.rb', line 5104 def key @key end |
#userName ⇒ Object
Returns the value of attribute userName.
5107 5108 5109 |
# File 'lib/vmware/soap/vim25.rb', line 5107 def userName @userName end |
#vm ⇒ Object
Returns the value of attribute vm.
5111 5112 5113 |
# File 'lib/vmware/soap/vim25.rb', line 5111 def vm @vm end |