Class: HostCnxFailedNoConnectionEvent
- Inherits:
-
HostEvent
- Object
- DynamicData
- Event
- HostEvent
- HostCnxFailedNoConnectionEvent
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25HostCnxFailedNoConnectionEvent
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) ⇒ HostCnxFailedNoConnectionEvent
constructor
A new instance of HostCnxFailedNoConnectionEvent.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], key = nil, chainId = nil, createdTime = nil, userName = nil, datacenter = nil, computeResource = nil, host = nil, vm = nil, fullFormattedMessage = nil) ⇒ HostCnxFailedNoConnectionEvent
Returns a new instance of HostCnxFailedNoConnectionEvent.
5443 5444 5445 5446 5447 5448 5449 5450 5451 5452 5453 5454 5455 |
# File 'lib/vmware/soap/vim25.rb', line 5443 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.
5434 5435 5436 |
# File 'lib/vmware/soap/vim25.rb', line 5434 def chainId @chainId end |
#computeResource ⇒ Object
Returns the value of attribute computeResource.
5438 5439 5440 |
# File 'lib/vmware/soap/vim25.rb', line 5438 def computeResource @computeResource end |
#createdTime ⇒ Object
Returns the value of attribute createdTime.
5435 5436 5437 |
# File 'lib/vmware/soap/vim25.rb', line 5435 def createdTime @createdTime end |
#datacenter ⇒ Object
Returns the value of attribute datacenter.
5437 5438 5439 |
# File 'lib/vmware/soap/vim25.rb', line 5437 def datacenter @datacenter end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
5432 5433 5434 |
# File 'lib/vmware/soap/vim25.rb', line 5432 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
5431 5432 5433 |
# File 'lib/vmware/soap/vim25.rb', line 5431 def dynamicType @dynamicType end |
#fullFormattedMessage ⇒ Object
Returns the value of attribute fullFormattedMessage.
5441 5442 5443 |
# File 'lib/vmware/soap/vim25.rb', line 5441 def fullFormattedMessage @fullFormattedMessage end |
#host ⇒ Object
Returns the value of attribute host.
5439 5440 5441 |
# File 'lib/vmware/soap/vim25.rb', line 5439 def host @host end |
#key ⇒ Object
Returns the value of attribute key.
5433 5434 5435 |
# File 'lib/vmware/soap/vim25.rb', line 5433 def key @key end |
#userName ⇒ Object
Returns the value of attribute userName.
5436 5437 5438 |
# File 'lib/vmware/soap/vim25.rb', line 5436 def userName @userName end |
#vm ⇒ Object
Returns the value of attribute vm.
5440 5441 5442 |
# File 'lib/vmware/soap/vim25.rb', line 5440 def vm @vm end |