Class: HostPrimaryAgentNotShortNameEvent
- Inherits:
-
HostDasEvent
- Object
- DynamicData
- Event
- HostEvent
- HostDasEvent
- HostPrimaryAgentNotShortNameEvent
- 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
-
#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.
-
#primaryAgent ⇒ Object
Returns the value of attribute primaryAgent.
-
#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, primaryAgent = nil) ⇒ HostPrimaryAgentNotShortNameEvent
constructor
A new instance of HostPrimaryAgentNotShortNameEvent.
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
#chainId ⇒ Object
Returns the value of attribute chainId.
5063 5064 5065 |
# File 'lib/vmware/soap/vim25.rb', line 5063 def chainId @chainId end |
#computeResource ⇒ Object
Returns the value of attribute computeResource.
5067 5068 5069 |
# File 'lib/vmware/soap/vim25.rb', line 5067 def computeResource @computeResource end |
#createdTime ⇒ Object
Returns the value of attribute createdTime.
5064 5065 5066 |
# File 'lib/vmware/soap/vim25.rb', line 5064 def createdTime @createdTime end |
#datacenter ⇒ Object
Returns the value of attribute datacenter.
5066 5067 5068 |
# File 'lib/vmware/soap/vim25.rb', line 5066 def datacenter @datacenter end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
5061 5062 5063 |
# File 'lib/vmware/soap/vim25.rb', line 5061 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
5060 5061 5062 |
# File 'lib/vmware/soap/vim25.rb', line 5060 def dynamicType @dynamicType end |
#fullFormattedMessage ⇒ Object
Returns the value of attribute fullFormattedMessage.
5070 5071 5072 |
# File 'lib/vmware/soap/vim25.rb', line 5070 def fullFormattedMessage @fullFormattedMessage end |
#host ⇒ Object
Returns the value of attribute host.
5068 5069 5070 |
# File 'lib/vmware/soap/vim25.rb', line 5068 def host @host end |
#key ⇒ Object
Returns the value of attribute key.
5062 5063 5064 |
# File 'lib/vmware/soap/vim25.rb', line 5062 def key @key end |
#primaryAgent ⇒ Object
Returns the value of attribute primaryAgent.
5071 5072 5073 |
# File 'lib/vmware/soap/vim25.rb', line 5071 def primaryAgent @primaryAgent end |
#userName ⇒ Object
Returns the value of attribute userName.
5065 5066 5067 |
# File 'lib/vmware/soap/vim25.rb', line 5065 def userName @userName end |
#vm ⇒ Object
Returns the value of attribute vm.
5069 5070 5071 |
# File 'lib/vmware/soap/vim25.rb', line 5069 def vm @vm end |