Class: HostShortNameToIpFailedEvent
- Inherits:
-
HostEvent
- Object
- DynamicData
- Event
- HostEvent
- HostShortNameToIpFailedEvent
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25HostShortNameToIpFailedEvent
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
shortName - 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.
-
#shortName ⇒ Object
Returns the value of attribute shortName.
-
#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, shortName = nil) ⇒ HostShortNameToIpFailedEvent
constructor
A new instance of HostShortNameToIpFailedEvent.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], key = nil, chainId = nil, createdTime = nil, userName = nil, datacenter = nil, computeResource = nil, host = nil, vm = nil, fullFormattedMessage = nil, shortName = nil) ⇒ HostShortNameToIpFailedEvent
Returns a new instance of HostShortNameToIpFailedEvent.
7729 7730 7731 7732 7733 7734 7735 7736 7737 7738 7739 7740 7741 7742 |
# File 'lib/vmware/soap/vim25.rb', line 7729 def initialize(dynamicType = nil, dynamicProperty = [], key = nil, chainId = nil, createdTime = nil, userName = nil, datacenter = nil, computeResource = nil, host = nil, vm = nil, fullFormattedMessage = nil, shortName = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @key = key @chainId = chainId @createdTime = createdTime @userName = userName @datacenter = datacenter @computeResource = computeResource @host = host @vm = vm @fullFormattedMessage = fullFormattedMessage @shortName = shortName end |
Instance Attribute Details
#chainId ⇒ Object
Returns the value of attribute chainId.
7719 7720 7721 |
# File 'lib/vmware/soap/vim25.rb', line 7719 def chainId @chainId end |
#computeResource ⇒ Object
Returns the value of attribute computeResource.
7723 7724 7725 |
# File 'lib/vmware/soap/vim25.rb', line 7723 def computeResource @computeResource end |
#createdTime ⇒ Object
Returns the value of attribute createdTime.
7720 7721 7722 |
# File 'lib/vmware/soap/vim25.rb', line 7720 def createdTime @createdTime end |
#datacenter ⇒ Object
Returns the value of attribute datacenter.
7722 7723 7724 |
# File 'lib/vmware/soap/vim25.rb', line 7722 def datacenter @datacenter end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
7717 7718 7719 |
# File 'lib/vmware/soap/vim25.rb', line 7717 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
7716 7717 7718 |
# File 'lib/vmware/soap/vim25.rb', line 7716 def dynamicType @dynamicType end |
#fullFormattedMessage ⇒ Object
Returns the value of attribute fullFormattedMessage.
7726 7727 7728 |
# File 'lib/vmware/soap/vim25.rb', line 7726 def fullFormattedMessage @fullFormattedMessage end |
#host ⇒ Object
Returns the value of attribute host.
7724 7725 7726 |
# File 'lib/vmware/soap/vim25.rb', line 7724 def host @host end |
#key ⇒ Object
Returns the value of attribute key.
7718 7719 7720 |
# File 'lib/vmware/soap/vim25.rb', line 7718 def key @key end |
#shortName ⇒ Object
Returns the value of attribute shortName.
7727 7728 7729 |
# File 'lib/vmware/soap/vim25.rb', line 7727 def shortName @shortName end |
#userName ⇒ Object
Returns the value of attribute userName.
7721 7722 7723 |
# File 'lib/vmware/soap/vim25.rb', line 7721 def userName @userName end |
#vm ⇒ Object
Returns the value of attribute vm.
7725 7726 7727 |
# File 'lib/vmware/soap/vim25.rb', line 7725 def vm @vm end |