Class: ClusterOvercommittedEvent
- Inherits:
-
ClusterEvent
- Object
- DynamicData
- Event
- ClusterEvent
- ClusterOvercommittedEvent
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25ClusterOvercommittedEvent
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) ⇒ ClusterOvercommittedEvent
constructor
A new instance of ClusterOvercommittedEvent.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], key = nil, chainId = nil, createdTime = nil, userName = nil, datacenter = nil, computeResource = nil, host = nil, vm = nil, fullFormattedMessage = nil) ⇒ ClusterOvercommittedEvent
Returns a new instance of ClusterOvercommittedEvent.
15663 15664 15665 15666 15667 15668 15669 15670 15671 15672 15673 15674 15675 |
# File 'lib/vmware/soap/vim25.rb', line 15663 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.
15654 15655 15656 |
# File 'lib/vmware/soap/vim25.rb', line 15654 def chainId @chainId end |
#computeResource ⇒ Object
Returns the value of attribute computeResource.
15658 15659 15660 |
# File 'lib/vmware/soap/vim25.rb', line 15658 def computeResource @computeResource end |
#createdTime ⇒ Object
Returns the value of attribute createdTime.
15655 15656 15657 |
# File 'lib/vmware/soap/vim25.rb', line 15655 def createdTime @createdTime end |
#datacenter ⇒ Object
Returns the value of attribute datacenter.
15657 15658 15659 |
# File 'lib/vmware/soap/vim25.rb', line 15657 def datacenter @datacenter end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
15652 15653 15654 |
# File 'lib/vmware/soap/vim25.rb', line 15652 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
15651 15652 15653 |
# File 'lib/vmware/soap/vim25.rb', line 15651 def dynamicType @dynamicType end |
#fullFormattedMessage ⇒ Object
Returns the value of attribute fullFormattedMessage.
15661 15662 15663 |
# File 'lib/vmware/soap/vim25.rb', line 15661 def fullFormattedMessage @fullFormattedMessage end |
#host ⇒ Object
Returns the value of attribute host.
15659 15660 15661 |
# File 'lib/vmware/soap/vim25.rb', line 15659 def host @host end |
#key ⇒ Object
Returns the value of attribute key.
15653 15654 15655 |
# File 'lib/vmware/soap/vim25.rb', line 15653 def key @key end |
#userName ⇒ Object
Returns the value of attribute userName.
15656 15657 15658 |
# File 'lib/vmware/soap/vim25.rb', line 15656 def userName @userName end |
#vm ⇒ Object
Returns the value of attribute vm.
15660 15661 15662 |
# File 'lib/vmware/soap/vim25.rb', line 15660 def vm @vm end |