Class: HostInventoryFullEvent
- Inherits:
-
LicenseEvent
- Object
- DynamicData
- Event
- LicenseEvent
- HostInventoryFullEvent
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25HostInventoryFullEvent
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
capacity - SOAP::SOAPInt
Instance Attribute Summary collapse
-
#capacity ⇒ Object
Returns the value of attribute capacity.
-
#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, capacity = nil) ⇒ HostInventoryFullEvent
constructor
A new instance of HostInventoryFullEvent.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], key = nil, chainId = nil, createdTime = nil, userName = nil, datacenter = nil, computeResource = nil, host = nil, vm = nil, fullFormattedMessage = nil, capacity = nil) ⇒ HostInventoryFullEvent
Returns a new instance of HostInventoryFullEvent.
14924 14925 14926 14927 14928 14929 14930 14931 14932 14933 14934 14935 14936 14937 |
# File 'lib/vmware/soap/vim25.rb', line 14924 def initialize(dynamicType = nil, dynamicProperty = [], key = nil, chainId = nil, createdTime = nil, userName = nil, datacenter = nil, computeResource = nil, host = nil, vm = nil, fullFormattedMessage = nil, capacity = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @key = key @chainId = chainId @createdTime = createdTime @userName = userName @datacenter = datacenter @computeResource = computeResource @host = host @vm = vm @fullFormattedMessage = fullFormattedMessage @capacity = capacity end |
Instance Attribute Details
#capacity ⇒ Object
Returns the value of attribute capacity.
14922 14923 14924 |
# File 'lib/vmware/soap/vim25.rb', line 14922 def capacity @capacity end |
#chainId ⇒ Object
Returns the value of attribute chainId.
14914 14915 14916 |
# File 'lib/vmware/soap/vim25.rb', line 14914 def chainId @chainId end |
#computeResource ⇒ Object
Returns the value of attribute computeResource.
14918 14919 14920 |
# File 'lib/vmware/soap/vim25.rb', line 14918 def computeResource @computeResource end |
#createdTime ⇒ Object
Returns the value of attribute createdTime.
14915 14916 14917 |
# File 'lib/vmware/soap/vim25.rb', line 14915 def createdTime @createdTime end |
#datacenter ⇒ Object
Returns the value of attribute datacenter.
14917 14918 14919 |
# File 'lib/vmware/soap/vim25.rb', line 14917 def datacenter @datacenter end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
14912 14913 14914 |
# File 'lib/vmware/soap/vim25.rb', line 14912 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
14911 14912 14913 |
# File 'lib/vmware/soap/vim25.rb', line 14911 def dynamicType @dynamicType end |
#fullFormattedMessage ⇒ Object
Returns the value of attribute fullFormattedMessage.
14921 14922 14923 |
# File 'lib/vmware/soap/vim25.rb', line 14921 def fullFormattedMessage @fullFormattedMessage end |
#host ⇒ Object
Returns the value of attribute host.
14919 14920 14921 |
# File 'lib/vmware/soap/vim25.rb', line 14919 def host @host end |
#key ⇒ Object
Returns the value of attribute key.
14913 14914 14915 |
# File 'lib/vmware/soap/vim25.rb', line 14913 def key @key end |
#userName ⇒ Object
Returns the value of attribute userName.
14916 14917 14918 |
# File 'lib/vmware/soap/vim25.rb', line 14916 def userName @userName end |
#vm ⇒ Object
Returns the value of attribute vm.
14920 14921 14922 |
# File 'lib/vmware/soap/vim25.rb', line 14920 def vm @vm end |