Class: ClusterReconfiguredEvent
- Inherits:
-
ClusterEvent
- Object
- DynamicData
- Event
- ClusterEvent
- ClusterReconfiguredEvent
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25ClusterReconfiguredEvent
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) ⇒ ClusterReconfiguredEvent
constructor
A new instance of ClusterReconfiguredEvent.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], key = nil, chainId = nil, createdTime = nil, userName = nil, datacenter = nil, computeResource = nil, host = nil, vm = nil, fullFormattedMessage = nil) ⇒ ClusterReconfiguredEvent
Returns a new instance of ClusterReconfiguredEvent.
15915 15916 15917 15918 15919 15920 15921 15922 15923 15924 15925 15926 15927 |
# File 'lib/vmware/soap/vim25.rb', line 15915 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.
15906 15907 15908 |
# File 'lib/vmware/soap/vim25.rb', line 15906 def chainId @chainId end |
#computeResource ⇒ Object
Returns the value of attribute computeResource.
15910 15911 15912 |
# File 'lib/vmware/soap/vim25.rb', line 15910 def computeResource @computeResource end |
#createdTime ⇒ Object
Returns the value of attribute createdTime.
15907 15908 15909 |
# File 'lib/vmware/soap/vim25.rb', line 15907 def createdTime @createdTime end |
#datacenter ⇒ Object
Returns the value of attribute datacenter.
15909 15910 15911 |
# File 'lib/vmware/soap/vim25.rb', line 15909 def datacenter @datacenter end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
15904 15905 15906 |
# File 'lib/vmware/soap/vim25.rb', line 15904 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
15903 15904 15905 |
# File 'lib/vmware/soap/vim25.rb', line 15903 def dynamicType @dynamicType end |
#fullFormattedMessage ⇒ Object
Returns the value of attribute fullFormattedMessage.
15913 15914 15915 |
# File 'lib/vmware/soap/vim25.rb', line 15913 def fullFormattedMessage @fullFormattedMessage end |
#host ⇒ Object
Returns the value of attribute host.
15911 15912 15913 |
# File 'lib/vmware/soap/vim25.rb', line 15911 def host @host end |
#key ⇒ Object
Returns the value of attribute key.
15905 15906 15907 |
# File 'lib/vmware/soap/vim25.rb', line 15905 def key @key end |
#userName ⇒ Object
Returns the value of attribute userName.
15908 15909 15910 |
# File 'lib/vmware/soap/vim25.rb', line 15908 def userName @userName end |
#vm ⇒ Object
Returns the value of attribute vm.
15912 15913 15914 |
# File 'lib/vmware/soap/vim25.rb', line 15912 def vm @vm end |