Class: HostShortNameToIpFailedEvent

Inherits:
HostEvent show all
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

Instance Method Summary collapse

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

#chainIdObject

Returns the value of attribute chainId.



7719
7720
7721
# File 'lib/vmware/soap/vim25.rb', line 7719

def chainId
  @chainId
end

#computeResourceObject

Returns the value of attribute computeResource.



7723
7724
7725
# File 'lib/vmware/soap/vim25.rb', line 7723

def computeResource
  @computeResource
end

#createdTimeObject

Returns the value of attribute createdTime.



7720
7721
7722
# File 'lib/vmware/soap/vim25.rb', line 7720

def createdTime
  @createdTime
end

#datacenterObject

Returns the value of attribute datacenter.



7722
7723
7724
# File 'lib/vmware/soap/vim25.rb', line 7722

def datacenter
  @datacenter
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



7717
7718
7719
# File 'lib/vmware/soap/vim25.rb', line 7717

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



7716
7717
7718
# File 'lib/vmware/soap/vim25.rb', line 7716

def dynamicType
  @dynamicType
end

#fullFormattedMessageObject

Returns the value of attribute fullFormattedMessage.



7726
7727
7728
# File 'lib/vmware/soap/vim25.rb', line 7726

def fullFormattedMessage
  @fullFormattedMessage
end

#hostObject

Returns the value of attribute host.



7724
7725
7726
# File 'lib/vmware/soap/vim25.rb', line 7724

def host
  @host
end

#keyObject

Returns the value of attribute key.



7718
7719
7720
# File 'lib/vmware/soap/vim25.rb', line 7718

def key
  @key
end

#shortNameObject

Returns the value of attribute shortName.



7727
7728
7729
# File 'lib/vmware/soap/vim25.rb', line 7727

def shortName
  @shortName
end

#userNameObject

Returns the value of attribute userName.



7721
7722
7723
# File 'lib/vmware/soap/vim25.rb', line 7721

def userName
  @userName
end

#vmObject

Returns the value of attribute vm.



7725
7726
7727
# File 'lib/vmware/soap/vim25.rb', line 7725

def vm
  @vm
end