Class: HostIpToShortNameFailedEvent
- Inherits:
-
HostEvent
- Object
- DynamicData
- Event
- HostEvent
- HostIpToShortNameFailedEvent
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25HostIpToShortNameFailedEvent
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) ⇒ HostIpToShortNameFailedEvent
constructor
A new instance of HostIpToShortNameFailedEvent.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], key = nil, chainId = nil, createdTime = nil, userName = nil, datacenter = nil, computeResource = nil, host = nil, vm = nil, fullFormattedMessage = nil) ⇒ HostIpToShortNameFailedEvent
Returns a new instance of HostIpToShortNameFailedEvent.
7770 7771 7772 7773 7774 7775 7776 7777 7778 7779 7780 7781 7782 |
# File 'lib/vmware/soap/vim25.rb', line 7770 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.
7761 7762 7763 |
# File 'lib/vmware/soap/vim25.rb', line 7761 def chainId @chainId end |
#computeResource ⇒ Object
Returns the value of attribute computeResource.
7765 7766 7767 |
# File 'lib/vmware/soap/vim25.rb', line 7765 def computeResource @computeResource end |
#createdTime ⇒ Object
Returns the value of attribute createdTime.
7762 7763 7764 |
# File 'lib/vmware/soap/vim25.rb', line 7762 def createdTime @createdTime end |
#datacenter ⇒ Object
Returns the value of attribute datacenter.
7764 7765 7766 |
# File 'lib/vmware/soap/vim25.rb', line 7764 def datacenter @datacenter end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
7759 7760 7761 |
# File 'lib/vmware/soap/vim25.rb', line 7759 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
7758 7759 7760 |
# File 'lib/vmware/soap/vim25.rb', line 7758 def dynamicType @dynamicType end |
#fullFormattedMessage ⇒ Object
Returns the value of attribute fullFormattedMessage.
7768 7769 7770 |
# File 'lib/vmware/soap/vim25.rb', line 7768 def fullFormattedMessage @fullFormattedMessage end |
#host ⇒ Object
Returns the value of attribute host.
7766 7767 7768 |
# File 'lib/vmware/soap/vim25.rb', line 7766 def host @host end |
#key ⇒ Object
Returns the value of attribute key.
7760 7761 7762 |
# File 'lib/vmware/soap/vim25.rb', line 7760 def key @key end |
#userName ⇒ Object
Returns the value of attribute userName.
7763 7764 7765 |
# File 'lib/vmware/soap/vim25.rb', line 7763 def userName @userName end |
#vm ⇒ Object
Returns the value of attribute vm.
7767 7768 7769 |
# File 'lib/vmware/soap/vim25.rb', line 7767 def vm @vm end |