Class: HostPrimaryAgentNotShortNameEvent

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

Overview

urn:vim25HostPrimaryAgentNotShortNameEvent

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
primaryAgent - 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, primaryAgent = nil) ⇒ HostPrimaryAgentNotShortNameEvent

Returns a new instance of HostPrimaryAgentNotShortNameEvent.



5073
5074
5075
5076
5077
5078
5079
5080
5081
5082
5083
5084
5085
5086
# File 'lib/vmware/soap/vim25.rb', line 5073

def initialize(dynamicType = nil, dynamicProperty = [], key = nil, chainId = nil, createdTime = nil, userName = nil, datacenter = nil, computeResource = nil, host = nil, vm = nil, fullFormattedMessage = nil, primaryAgent = nil)
  @dynamicType = dynamicType
  @dynamicProperty = dynamicProperty
  @key = key
  @chainId = chainId
  @createdTime = createdTime
  @userName = userName
  @datacenter = datacenter
  @computeResource = computeResource
  @host = host
  @vm = vm
  @fullFormattedMessage = fullFormattedMessage
  @primaryAgent = primaryAgent
end

Instance Attribute Details

#chainIdObject

Returns the value of attribute chainId.



5063
5064
5065
# File 'lib/vmware/soap/vim25.rb', line 5063

def chainId
  @chainId
end

#computeResourceObject

Returns the value of attribute computeResource.



5067
5068
5069
# File 'lib/vmware/soap/vim25.rb', line 5067

def computeResource
  @computeResource
end

#createdTimeObject

Returns the value of attribute createdTime.



5064
5065
5066
# File 'lib/vmware/soap/vim25.rb', line 5064

def createdTime
  @createdTime
end

#datacenterObject

Returns the value of attribute datacenter.



5066
5067
5068
# File 'lib/vmware/soap/vim25.rb', line 5066

def datacenter
  @datacenter
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



5061
5062
5063
# File 'lib/vmware/soap/vim25.rb', line 5061

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



5060
5061
5062
# File 'lib/vmware/soap/vim25.rb', line 5060

def dynamicType
  @dynamicType
end

#fullFormattedMessageObject

Returns the value of attribute fullFormattedMessage.



5070
5071
5072
# File 'lib/vmware/soap/vim25.rb', line 5070

def fullFormattedMessage
  @fullFormattedMessage
end

#hostObject

Returns the value of attribute host.



5068
5069
5070
# File 'lib/vmware/soap/vim25.rb', line 5068

def host
  @host
end

#keyObject

Returns the value of attribute key.



5062
5063
5064
# File 'lib/vmware/soap/vim25.rb', line 5062

def key
  @key
end

#primaryAgentObject

Returns the value of attribute primaryAgent.



5071
5072
5073
# File 'lib/vmware/soap/vim25.rb', line 5071

def primaryAgent
  @primaryAgent
end

#userNameObject

Returns the value of attribute userName.



5065
5066
5067
# File 'lib/vmware/soap/vim25.rb', line 5065

def userName
  @userName
end

#vmObject

Returns the value of attribute vm.



5069
5070
5071
# File 'lib/vmware/soap/vim25.rb', line 5069

def vm
  @vm
end