Class: HostAddFailedEvent
- Inherits:
-
HostEvent
- Object
- DynamicData
- Event
- HostEvent
- HostAddFailedEvent
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25HostAddFailedEvent
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
hostname - 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.
-
#hostname ⇒ Object
Returns the value of attribute hostname.
-
#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, hostname = nil) ⇒ HostAddFailedEvent
constructor
A new instance of HostAddFailedEvent.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], key = nil, chainId = nil, createdTime = nil, userName = nil, datacenter = nil, computeResource = nil, host = nil, vm = nil, fullFormattedMessage = nil, hostname = nil) ⇒ HostAddFailedEvent
Returns a new instance of HostAddFailedEvent.
6654 6655 6656 6657 6658 6659 6660 6661 6662 6663 6664 6665 6666 6667 |
# File 'lib/vmware/soap/vim25.rb', line 6654 def initialize(dynamicType = nil, dynamicProperty = [], key = nil, chainId = nil, createdTime = nil, userName = nil, datacenter = nil, computeResource = nil, host = nil, vm = nil, fullFormattedMessage = nil, hostname = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @key = key @chainId = chainId @createdTime = createdTime @userName = userName @datacenter = datacenter @computeResource = computeResource @host = host @vm = vm @fullFormattedMessage = fullFormattedMessage @hostname = hostname end |
Instance Attribute Details
#chainId ⇒ Object
Returns the value of attribute chainId.
6644 6645 6646 |
# File 'lib/vmware/soap/vim25.rb', line 6644 def chainId @chainId end |
#computeResource ⇒ Object
Returns the value of attribute computeResource.
6648 6649 6650 |
# File 'lib/vmware/soap/vim25.rb', line 6648 def computeResource @computeResource end |
#createdTime ⇒ Object
Returns the value of attribute createdTime.
6645 6646 6647 |
# File 'lib/vmware/soap/vim25.rb', line 6645 def createdTime @createdTime end |
#datacenter ⇒ Object
Returns the value of attribute datacenter.
6647 6648 6649 |
# File 'lib/vmware/soap/vim25.rb', line 6647 def datacenter @datacenter end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
6642 6643 6644 |
# File 'lib/vmware/soap/vim25.rb', line 6642 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
6641 6642 6643 |
# File 'lib/vmware/soap/vim25.rb', line 6641 def dynamicType @dynamicType end |
#fullFormattedMessage ⇒ Object
Returns the value of attribute fullFormattedMessage.
6651 6652 6653 |
# File 'lib/vmware/soap/vim25.rb', line 6651 def fullFormattedMessage @fullFormattedMessage end |
#host ⇒ Object
Returns the value of attribute host.
6649 6650 6651 |
# File 'lib/vmware/soap/vim25.rb', line 6649 def host @host end |
#hostname ⇒ Object
Returns the value of attribute hostname.
6652 6653 6654 |
# File 'lib/vmware/soap/vim25.rb', line 6652 def hostname @hostname end |
#key ⇒ Object
Returns the value of attribute key.
6643 6644 6645 |
# File 'lib/vmware/soap/vim25.rb', line 6643 def key @key end |
#userName ⇒ Object
Returns the value of attribute userName.
6646 6647 6648 |
# File 'lib/vmware/soap/vim25.rb', line 6646 def userName @userName end |
#vm ⇒ Object
Returns the value of attribute vm.
6650 6651 6652 |
# File 'lib/vmware/soap/vim25.rb', line 6650 def vm @vm end |