Class: NoLicenseEvent
- Inherits:
-
LicenseEvent
- Object
- DynamicData
- Event
- LicenseEvent
- NoLicenseEvent
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25NoLicenseEvent
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
feature - LicenseFeatureInfo
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.
-
#feature ⇒ Object
Returns the value of attribute feature.
-
#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, feature = nil) ⇒ NoLicenseEvent
constructor
A new instance of NoLicenseEvent.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], key = nil, chainId = nil, createdTime = nil, userName = nil, datacenter = nil, computeResource = nil, host = nil, vm = nil, fullFormattedMessage = nil, feature = nil) ⇒ NoLicenseEvent
Returns a new instance of NoLicenseEvent.
14752 14753 14754 14755 14756 14757 14758 14759 14760 14761 14762 14763 14764 14765 |
# File 'lib/vmware/soap/vim25.rb', line 14752 def initialize(dynamicType = nil, dynamicProperty = [], key = nil, chainId = nil, createdTime = nil, userName = nil, datacenter = nil, computeResource = nil, host = nil, vm = nil, fullFormattedMessage = nil, feature = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @key = key @chainId = chainId @createdTime = createdTime @userName = userName @datacenter = datacenter @computeResource = computeResource @host = host @vm = vm @fullFormattedMessage = fullFormattedMessage @feature = feature end |
Instance Attribute Details
#chainId ⇒ Object
Returns the value of attribute chainId.
14742 14743 14744 |
# File 'lib/vmware/soap/vim25.rb', line 14742 def chainId @chainId end |
#computeResource ⇒ Object
Returns the value of attribute computeResource.
14746 14747 14748 |
# File 'lib/vmware/soap/vim25.rb', line 14746 def computeResource @computeResource end |
#createdTime ⇒ Object
Returns the value of attribute createdTime.
14743 14744 14745 |
# File 'lib/vmware/soap/vim25.rb', line 14743 def createdTime @createdTime end |
#datacenter ⇒ Object
Returns the value of attribute datacenter.
14745 14746 14747 |
# File 'lib/vmware/soap/vim25.rb', line 14745 def datacenter @datacenter end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
14740 14741 14742 |
# File 'lib/vmware/soap/vim25.rb', line 14740 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
14739 14740 14741 |
# File 'lib/vmware/soap/vim25.rb', line 14739 def dynamicType @dynamicType end |
#feature ⇒ Object
Returns the value of attribute feature.
14750 14751 14752 |
# File 'lib/vmware/soap/vim25.rb', line 14750 def feature @feature end |
#fullFormattedMessage ⇒ Object
Returns the value of attribute fullFormattedMessage.
14749 14750 14751 |
# File 'lib/vmware/soap/vim25.rb', line 14749 def fullFormattedMessage @fullFormattedMessage end |
#host ⇒ Object
Returns the value of attribute host.
14747 14748 14749 |
# File 'lib/vmware/soap/vim25.rb', line 14747 def host @host end |
#key ⇒ Object
Returns the value of attribute key.
14741 14742 14743 |
# File 'lib/vmware/soap/vim25.rb', line 14741 def key @key end |
#userName ⇒ Object
Returns the value of attribute userName.
14744 14745 14746 |
# File 'lib/vmware/soap/vim25.rb', line 14744 def userName @userName end |
#vm ⇒ Object
Returns the value of attribute vm.
14748 14749 14750 |
# File 'lib/vmware/soap/vim25.rb', line 14748 def vm @vm end |