Class: HostShortNameInconsistentEvent

Inherits:
HostDasEvent show all
Defined in:
lib/vmware/soap/vim25.rb

Overview

urn:vim25HostShortNameInconsistentEvent

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
shortName2 - 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, shortName2 = nil) ⇒ HostShortNameInconsistentEvent

Returns a new instance of HostShortNameInconsistentEvent.



5201
5202
5203
5204
5205
5206
5207
5208
5209
5210
5211
5212
5213
5214
5215
# File 'lib/vmware/soap/vim25.rb', line 5201

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, shortName2 = 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
  @shortName2 = shortName2
end

Instance Attribute Details

#chainIdObject

Returns the value of attribute chainId.



5190
5191
5192
# File 'lib/vmware/soap/vim25.rb', line 5190

def chainId
  @chainId
end

#computeResourceObject

Returns the value of attribute computeResource.



5194
5195
5196
# File 'lib/vmware/soap/vim25.rb', line 5194

def computeResource
  @computeResource
end

#createdTimeObject

Returns the value of attribute createdTime.



5191
5192
5193
# File 'lib/vmware/soap/vim25.rb', line 5191

def createdTime
  @createdTime
end

#datacenterObject

Returns the value of attribute datacenter.



5193
5194
5195
# File 'lib/vmware/soap/vim25.rb', line 5193

def datacenter
  @datacenter
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



5188
5189
5190
# File 'lib/vmware/soap/vim25.rb', line 5188

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



5187
5188
5189
# File 'lib/vmware/soap/vim25.rb', line 5187

def dynamicType
  @dynamicType
end

#fullFormattedMessageObject

Returns the value of attribute fullFormattedMessage.



5197
5198
5199
# File 'lib/vmware/soap/vim25.rb', line 5197

def fullFormattedMessage
  @fullFormattedMessage
end

#hostObject

Returns the value of attribute host.



5195
5196
5197
# File 'lib/vmware/soap/vim25.rb', line 5195

def host
  @host
end

#keyObject

Returns the value of attribute key.



5189
5190
5191
# File 'lib/vmware/soap/vim25.rb', line 5189

def key
  @key
end

#shortNameObject

Returns the value of attribute shortName.



5198
5199
5200
# File 'lib/vmware/soap/vim25.rb', line 5198

def shortName
  @shortName
end

#shortName2Object

Returns the value of attribute shortName2.



5199
5200
5201
# File 'lib/vmware/soap/vim25.rb', line 5199

def shortName2
  @shortName2
end

#userNameObject

Returns the value of attribute userName.



5192
5193
5194
# File 'lib/vmware/soap/vim25.rb', line 5192

def userName
  @userName
end

#vmObject

Returns the value of attribute vm.



5196
5197
5198
# File 'lib/vmware/soap/vim25.rb', line 5196

def vm
  @vm
end