Class: HostCnxFailedAccountFailedEvent
- Inherits:
-
HostEvent
- Object
- DynamicData
- Event
- HostEvent
- HostCnxFailedAccountFailedEvent
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25HostCnxFailedAccountFailedEvent
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) ⇒ HostCnxFailedAccountFailedEvent
constructor
A new instance of HostCnxFailedAccountFailedEvent.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], key = nil, chainId = nil, createdTime = nil, userName = nil, datacenter = nil, computeResource = nil, host = nil, vm = nil, fullFormattedMessage = nil) ⇒ HostCnxFailedAccountFailedEvent
Returns a new instance of HostCnxFailedAccountFailedEvent.
5846 5847 5848 5849 5850 5851 5852 5853 5854 5855 5856 5857 5858 |
# File 'lib/vmware/soap/vim25.rb', line 5846 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.
5837 5838 5839 |
# File 'lib/vmware/soap/vim25.rb', line 5837 def chainId @chainId end |
#computeResource ⇒ Object
Returns the value of attribute computeResource.
5841 5842 5843 |
# File 'lib/vmware/soap/vim25.rb', line 5841 def computeResource @computeResource end |
#createdTime ⇒ Object
Returns the value of attribute createdTime.
5838 5839 5840 |
# File 'lib/vmware/soap/vim25.rb', line 5838 def createdTime @createdTime end |
#datacenter ⇒ Object
Returns the value of attribute datacenter.
5840 5841 5842 |
# File 'lib/vmware/soap/vim25.rb', line 5840 def datacenter @datacenter end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
5835 5836 5837 |
# File 'lib/vmware/soap/vim25.rb', line 5835 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
5834 5835 5836 |
# File 'lib/vmware/soap/vim25.rb', line 5834 def dynamicType @dynamicType end |
#fullFormattedMessage ⇒ Object
Returns the value of attribute fullFormattedMessage.
5844 5845 5846 |
# File 'lib/vmware/soap/vim25.rb', line 5844 def fullFormattedMessage @fullFormattedMessage end |
#host ⇒ Object
Returns the value of attribute host.
5842 5843 5844 |
# File 'lib/vmware/soap/vim25.rb', line 5842 def host @host end |
#key ⇒ Object
Returns the value of attribute key.
5836 5837 5838 |
# File 'lib/vmware/soap/vim25.rb', line 5836 def key @key end |
#userName ⇒ Object
Returns the value of attribute userName.
5839 5840 5841 |
# File 'lib/vmware/soap/vim25.rb', line 5839 def userName @userName end |
#vm ⇒ Object
Returns the value of attribute vm.
5843 5844 5845 |
# File 'lib/vmware/soap/vim25.rb', line 5843 def vm @vm end |