Class: LicenseServerUnavailableEvent
- Inherits:
-
LicenseEvent
- Object
- DynamicData
- Event
- LicenseEvent
- LicenseServerUnavailableEvent
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25LicenseServerUnavailableEvent
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) ⇒ LicenseServerUnavailableEvent
constructor
A new instance of LicenseServerUnavailableEvent.
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) ⇒ LicenseServerUnavailableEvent
Returns a new instance of LicenseServerUnavailableEvent.
14795 14796 14797 14798 14799 14800 14801 14802 14803 14804 14805 14806 14807 14808 |
# File 'lib/vmware/soap/vim25.rb', line 14795 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.
14785 14786 14787 |
# File 'lib/vmware/soap/vim25.rb', line 14785 def chainId @chainId end |
#computeResource ⇒ Object
Returns the value of attribute computeResource.
14789 14790 14791 |
# File 'lib/vmware/soap/vim25.rb', line 14789 def computeResource @computeResource end |
#createdTime ⇒ Object
Returns the value of attribute createdTime.
14786 14787 14788 |
# File 'lib/vmware/soap/vim25.rb', line 14786 def createdTime @createdTime end |
#datacenter ⇒ Object
Returns the value of attribute datacenter.
14788 14789 14790 |
# File 'lib/vmware/soap/vim25.rb', line 14788 def datacenter @datacenter end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
14783 14784 14785 |
# File 'lib/vmware/soap/vim25.rb', line 14783 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
14782 14783 14784 |
# File 'lib/vmware/soap/vim25.rb', line 14782 def dynamicType @dynamicType end |
#fullFormattedMessage ⇒ Object
Returns the value of attribute fullFormattedMessage.
14792 14793 14794 |
# File 'lib/vmware/soap/vim25.rb', line 14792 def fullFormattedMessage @fullFormattedMessage end |
#host ⇒ Object
Returns the value of attribute host.
14790 14791 14792 |
# File 'lib/vmware/soap/vim25.rb', line 14790 def host @host end |
#key ⇒ Object
Returns the value of attribute key.
14784 14785 14786 |
# File 'lib/vmware/soap/vim25.rb', line 14784 def key @key end |
#licenseServer ⇒ Object
Returns the value of attribute licenseServer.
14793 14794 14795 |
# File 'lib/vmware/soap/vim25.rb', line 14793 def licenseServer @licenseServer end |
#userName ⇒ Object
Returns the value of attribute userName.
14787 14788 14789 |
# File 'lib/vmware/soap/vim25.rb', line 14787 def userName @userName end |
#vm ⇒ Object
Returns the value of attribute vm.
14791 14792 14793 |
# File 'lib/vmware/soap/vim25.rb', line 14791 def vm @vm end |