Class: ClusterCreatedEvent
- Inherits:
-
ClusterEvent
- Object
- DynamicData
- Event
- ClusterEvent
- ClusterCreatedEvent
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25ClusterCreatedEvent
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
parent - FolderEventArgument
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.
-
#parent ⇒ Object
Returns the value of attribute parent.
-
#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, parent = nil) ⇒ ClusterCreatedEvent
constructor
A new instance of ClusterCreatedEvent.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], key = nil, chainId = nil, createdTime = nil, userName = nil, datacenter = nil, computeResource = nil, host = nil, vm = nil, fullFormattedMessage = nil, parent = nil) ⇒ ClusterCreatedEvent
Returns a new instance of ClusterCreatedEvent.
15751 15752 15753 15754 15755 15756 15757 15758 15759 15760 15761 15762 15763 15764 |
# File 'lib/vmware/soap/vim25.rb', line 15751 def initialize(dynamicType = nil, dynamicProperty = [], key = nil, chainId = nil, createdTime = nil, userName = nil, datacenter = nil, computeResource = nil, host = nil, vm = nil, fullFormattedMessage = nil, parent = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @key = key @chainId = chainId @createdTime = createdTime @userName = userName @datacenter = datacenter @computeResource = computeResource @host = host @vm = vm @fullFormattedMessage = fullFormattedMessage @parent = parent end |
Instance Attribute Details
#chainId ⇒ Object
Returns the value of attribute chainId.
15741 15742 15743 |
# File 'lib/vmware/soap/vim25.rb', line 15741 def chainId @chainId end |
#computeResource ⇒ Object
Returns the value of attribute computeResource.
15745 15746 15747 |
# File 'lib/vmware/soap/vim25.rb', line 15745 def computeResource @computeResource end |
#createdTime ⇒ Object
Returns the value of attribute createdTime.
15742 15743 15744 |
# File 'lib/vmware/soap/vim25.rb', line 15742 def createdTime @createdTime end |
#datacenter ⇒ Object
Returns the value of attribute datacenter.
15744 15745 15746 |
# File 'lib/vmware/soap/vim25.rb', line 15744 def datacenter @datacenter end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
15739 15740 15741 |
# File 'lib/vmware/soap/vim25.rb', line 15739 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
15738 15739 15740 |
# File 'lib/vmware/soap/vim25.rb', line 15738 def dynamicType @dynamicType end |
#fullFormattedMessage ⇒ Object
Returns the value of attribute fullFormattedMessage.
15748 15749 15750 |
# File 'lib/vmware/soap/vim25.rb', line 15748 def fullFormattedMessage @fullFormattedMessage end |
#host ⇒ Object
Returns the value of attribute host.
15746 15747 15748 |
# File 'lib/vmware/soap/vim25.rb', line 15746 def host @host end |
#key ⇒ Object
Returns the value of attribute key.
15740 15741 15742 |
# File 'lib/vmware/soap/vim25.rb', line 15740 def key @key end |
#parent ⇒ Object
Returns the value of attribute parent.
15749 15750 15751 |
# File 'lib/vmware/soap/vim25.rb', line 15749 def parent @parent end |
#userName ⇒ Object
Returns the value of attribute userName.
15743 15744 15745 |
# File 'lib/vmware/soap/vim25.rb', line 15743 def userName @userName end |
#vm ⇒ Object
Returns the value of attribute vm.
15747 15748 15749 |
# File 'lib/vmware/soap/vim25.rb', line 15747 def vm @vm end |