Class: IncorrectHostInformationEvent
- Inherits:
-
LicenseEvent
- Object
- DynamicData
- Event
- LicenseEvent
- IncorrectHostInformationEvent
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25IncorrectHostInformationEvent
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
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.
-
#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) ⇒ IncorrectHostInformationEvent
constructor
A new instance of IncorrectHostInformationEvent.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], key = nil, chainId = nil, createdTime = nil, userName = nil, datacenter = nil, computeResource = nil, host = nil, vm = nil, fullFormattedMessage = nil) ⇒ IncorrectHostInformationEvent
Returns a new instance of IncorrectHostInformationEvent.
15005 15006 15007 15008 15009 15010 15011 15012 15013 15014 15015 15016 15017 |
# File 'lib/vmware/soap/vim25.rb', line 15005 def initialize(dynamicType = nil, dynamicProperty = [], key = nil, chainId = nil, createdTime = nil, userName = nil, datacenter = nil, computeResource = nil, host = nil, vm = nil, fullFormattedMessage = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @key = key @chainId = chainId @createdTime = createdTime @userName = userName @datacenter = datacenter @computeResource = computeResource @host = host @vm = vm @fullFormattedMessage = fullFormattedMessage end |
Instance Attribute Details
#chainId ⇒ Object
Returns the value of attribute chainId.
14996 14997 14998 |
# File 'lib/vmware/soap/vim25.rb', line 14996 def chainId @chainId end |
#computeResource ⇒ Object
Returns the value of attribute computeResource.
15000 15001 15002 |
# File 'lib/vmware/soap/vim25.rb', line 15000 def computeResource @computeResource end |
#createdTime ⇒ Object
Returns the value of attribute createdTime.
14997 14998 14999 |
# File 'lib/vmware/soap/vim25.rb', line 14997 def createdTime @createdTime end |
#datacenter ⇒ Object
Returns the value of attribute datacenter.
14999 15000 15001 |
# File 'lib/vmware/soap/vim25.rb', line 14999 def datacenter @datacenter end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
14994 14995 14996 |
# File 'lib/vmware/soap/vim25.rb', line 14994 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
14993 14994 14995 |
# File 'lib/vmware/soap/vim25.rb', line 14993 def dynamicType @dynamicType end |
#fullFormattedMessage ⇒ Object
Returns the value of attribute fullFormattedMessage.
15003 15004 15005 |
# File 'lib/vmware/soap/vim25.rb', line 15003 def fullFormattedMessage @fullFormattedMessage end |
#host ⇒ Object
Returns the value of attribute host.
15001 15002 15003 |
# File 'lib/vmware/soap/vim25.rb', line 15001 def host @host end |
#key ⇒ Object
Returns the value of attribute key.
14995 14996 14997 |
# File 'lib/vmware/soap/vim25.rb', line 14995 def key @key end |
#userName ⇒ Object
Returns the value of attribute userName.
14998 14999 15000 |
# File 'lib/vmware/soap/vim25.rb', line 14998 def userName @userName end |
#vm ⇒ Object
Returns the value of attribute vm.
15002 15003 15004 |
# File 'lib/vmware/soap/vim25.rb', line 15002 def vm @vm end |