Class: LicenseServerAvailableEvent
- Inherits:
-
LicenseEvent
- Object
- DynamicData
- Event
- LicenseEvent
- LicenseServerAvailableEvent
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25LicenseServerAvailableEvent
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
licenseServer - 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.
-
#licenseServer ⇒ Object
Returns the value of attribute licenseServer.
-
#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, licenseServer = nil) ⇒ LicenseServerAvailableEvent
constructor
A new instance of LicenseServerAvailableEvent.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], key = nil, chainId = nil, createdTime = nil, userName = nil, datacenter = nil, computeResource = nil, host = nil, vm = nil, fullFormattedMessage = nil, licenseServer = nil) ⇒ LicenseServerAvailableEvent
Returns a new instance of LicenseServerAvailableEvent.
14838 14839 14840 14841 14842 14843 14844 14845 14846 14847 14848 14849 14850 14851 |
# File 'lib/vmware/soap/vim25.rb', line 14838 def initialize(dynamicType = nil, dynamicProperty = [], key = nil, chainId = nil, createdTime = nil, userName = nil, datacenter = nil, computeResource = nil, host = nil, vm = nil, fullFormattedMessage = nil, licenseServer = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @key = key @chainId = chainId @createdTime = createdTime @userName = userName @datacenter = datacenter @computeResource = computeResource @host = host @vm = vm @fullFormattedMessage = fullFormattedMessage @licenseServer = licenseServer end |
Instance Attribute Details
#chainId ⇒ Object
Returns the value of attribute chainId.
14828 14829 14830 |
# File 'lib/vmware/soap/vim25.rb', line 14828 def chainId @chainId end |
#computeResource ⇒ Object
Returns the value of attribute computeResource.
14832 14833 14834 |
# File 'lib/vmware/soap/vim25.rb', line 14832 def computeResource @computeResource end |
#createdTime ⇒ Object
Returns the value of attribute createdTime.
14829 14830 14831 |
# File 'lib/vmware/soap/vim25.rb', line 14829 def createdTime @createdTime end |
#datacenter ⇒ Object
Returns the value of attribute datacenter.
14831 14832 14833 |
# File 'lib/vmware/soap/vim25.rb', line 14831 def datacenter @datacenter end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
14826 14827 14828 |
# File 'lib/vmware/soap/vim25.rb', line 14826 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
14825 14826 14827 |
# File 'lib/vmware/soap/vim25.rb', line 14825 def dynamicType @dynamicType end |
#fullFormattedMessage ⇒ Object
Returns the value of attribute fullFormattedMessage.
14835 14836 14837 |
# File 'lib/vmware/soap/vim25.rb', line 14835 def fullFormattedMessage @fullFormattedMessage end |
#host ⇒ Object
Returns the value of attribute host.
14833 14834 14835 |
# File 'lib/vmware/soap/vim25.rb', line 14833 def host @host end |
#key ⇒ Object
Returns the value of attribute key.
14827 14828 14829 |
# File 'lib/vmware/soap/vim25.rb', line 14827 def key @key end |
#licenseServer ⇒ Object
Returns the value of attribute licenseServer.
14836 14837 14838 |
# File 'lib/vmware/soap/vim25.rb', line 14836 def licenseServer @licenseServer end |
#userName ⇒ Object
Returns the value of attribute userName.
14830 14831 14832 |
# File 'lib/vmware/soap/vim25.rb', line 14830 def userName @userName end |
#vm ⇒ Object
Returns the value of attribute vm.
14834 14835 14836 |
# File 'lib/vmware/soap/vim25.rb', line 14834 def vm @vm end |