Class: HostWwnConflictEvent
- Inherits:
-
HostEvent
- Object
- DynamicData
- Event
- HostEvent
- HostWwnConflictEvent
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25HostWwnConflictEvent
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
conflictedVms - VmEventArgument
conflictedHosts - HostEventArgument
wwn - SOAP::SOAPLong
Instance Attribute Summary collapse
-
#chainId ⇒ Object
Returns the value of attribute chainId.
-
#computeResource ⇒ Object
Returns the value of attribute computeResource.
-
#conflictedHosts ⇒ Object
Returns the value of attribute conflictedHosts.
-
#conflictedVms ⇒ Object
Returns the value of attribute conflictedVms.
-
#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.
-
#wwn ⇒ Object
Returns the value of attribute wwn.
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, conflictedVms = [], conflictedHosts = [], wwn = nil) ⇒ HostWwnConflictEvent
constructor
A new instance of HostWwnConflictEvent.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], key = nil, chainId = nil, createdTime = nil, userName = nil, datacenter = nil, computeResource = nil, host = nil, vm = nil, fullFormattedMessage = nil, conflictedVms = [], conflictedHosts = [], wwn = nil) ⇒ HostWwnConflictEvent
Returns a new instance of HostWwnConflictEvent.
7862 7863 7864 7865 7866 7867 7868 7869 7870 7871 7872 7873 7874 7875 7876 7877 |
# File 'lib/vmware/soap/vim25.rb', line 7862 def initialize(dynamicType = nil, dynamicProperty = [], key = nil, chainId = nil, createdTime = nil, userName = nil, datacenter = nil, computeResource = nil, host = nil, vm = nil, fullFormattedMessage = nil, conflictedVms = [], conflictedHosts = [], wwn = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @key = key @chainId = chainId @createdTime = createdTime @userName = userName @datacenter = datacenter @computeResource = computeResource @host = host @vm = vm @fullFormattedMessage = fullFormattedMessage @conflictedVms = conflictedVms @conflictedHosts = conflictedHosts @wwn = wwn end |
Instance Attribute Details
#chainId ⇒ Object
Returns the value of attribute chainId.
7850 7851 7852 |
# File 'lib/vmware/soap/vim25.rb', line 7850 def chainId @chainId end |
#computeResource ⇒ Object
Returns the value of attribute computeResource.
7854 7855 7856 |
# File 'lib/vmware/soap/vim25.rb', line 7854 def computeResource @computeResource end |
#conflictedHosts ⇒ Object
Returns the value of attribute conflictedHosts.
7859 7860 7861 |
# File 'lib/vmware/soap/vim25.rb', line 7859 def conflictedHosts @conflictedHosts end |
#conflictedVms ⇒ Object
Returns the value of attribute conflictedVms.
7858 7859 7860 |
# File 'lib/vmware/soap/vim25.rb', line 7858 def conflictedVms @conflictedVms end |
#createdTime ⇒ Object
Returns the value of attribute createdTime.
7851 7852 7853 |
# File 'lib/vmware/soap/vim25.rb', line 7851 def createdTime @createdTime end |
#datacenter ⇒ Object
Returns the value of attribute datacenter.
7853 7854 7855 |
# File 'lib/vmware/soap/vim25.rb', line 7853 def datacenter @datacenter end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
7848 7849 7850 |
# File 'lib/vmware/soap/vim25.rb', line 7848 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
7847 7848 7849 |
# File 'lib/vmware/soap/vim25.rb', line 7847 def dynamicType @dynamicType end |
#fullFormattedMessage ⇒ Object
Returns the value of attribute fullFormattedMessage.
7857 7858 7859 |
# File 'lib/vmware/soap/vim25.rb', line 7857 def fullFormattedMessage @fullFormattedMessage end |
#host ⇒ Object
Returns the value of attribute host.
7855 7856 7857 |
# File 'lib/vmware/soap/vim25.rb', line 7855 def host @host end |
#key ⇒ Object
Returns the value of attribute key.
7849 7850 7851 |
# File 'lib/vmware/soap/vim25.rb', line 7849 def key @key end |
#userName ⇒ Object
Returns the value of attribute userName.
7852 7853 7854 |
# File 'lib/vmware/soap/vim25.rb', line 7852 def userName @userName end |
#vm ⇒ Object
Returns the value of attribute vm.
7856 7857 7858 |
# File 'lib/vmware/soap/vim25.rb', line 7856 def vm @vm end |
#wwn ⇒ Object
Returns the value of attribute wwn.
7860 7861 7862 |
# File 'lib/vmware/soap/vim25.rb', line 7860 def wwn @wwn end |