Class: LicenseEvent
- Inherits:
-
Event
- Object
- DynamicData
- Event
- LicenseEvent
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25LicenseEvent
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
Direct Known Subclasses
AllVirtualMachinesLicensedEvent, HostInventoryFullEvent, HostLicenseExpiredEvent, IncorrectHostInformationEvent, InvalidEditionEvent, LicenseRestrictedEvent, LicenseServerAvailableEvent, LicenseServerUnavailableEvent, NoLicenseEvent, ServerLicenseExpiredEvent, UnlicensedVirtualMachinesEvent, UnlicensedVirtualMachinesFoundEvent, VMotionLicenseExpiredEvent
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) ⇒ LicenseEvent
constructor
A new instance of LicenseEvent.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], key = nil, chainId = nil, createdTime = nil, userName = nil, datacenter = nil, computeResource = nil, host = nil, vm = nil, fullFormattedMessage = nil) ⇒ LicenseEvent
Returns a new instance of LicenseEvent.
14587 14588 14589 14590 14591 14592 14593 14594 14595 14596 14597 14598 14599 |
# File 'lib/vmware/soap/vim25.rb', line 14587 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.
14578 14579 14580 |
# File 'lib/vmware/soap/vim25.rb', line 14578 def chainId @chainId end |
#computeResource ⇒ Object
Returns the value of attribute computeResource.
14582 14583 14584 |
# File 'lib/vmware/soap/vim25.rb', line 14582 def computeResource @computeResource end |
#createdTime ⇒ Object
Returns the value of attribute createdTime.
14579 14580 14581 |
# File 'lib/vmware/soap/vim25.rb', line 14579 def createdTime @createdTime end |
#datacenter ⇒ Object
Returns the value of attribute datacenter.
14581 14582 14583 |
# File 'lib/vmware/soap/vim25.rb', line 14581 def datacenter @datacenter end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
14576 14577 14578 |
# File 'lib/vmware/soap/vim25.rb', line 14576 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
14575 14576 14577 |
# File 'lib/vmware/soap/vim25.rb', line 14575 def dynamicType @dynamicType end |
#fullFormattedMessage ⇒ Object
Returns the value of attribute fullFormattedMessage.
14585 14586 14587 |
# File 'lib/vmware/soap/vim25.rb', line 14585 def fullFormattedMessage @fullFormattedMessage end |
#host ⇒ Object
Returns the value of attribute host.
14583 14584 14585 |
# File 'lib/vmware/soap/vim25.rb', line 14583 def host @host end |
#key ⇒ Object
Returns the value of attribute key.
14577 14578 14579 |
# File 'lib/vmware/soap/vim25.rb', line 14577 def key @key end |
#userName ⇒ Object
Returns the value of attribute userName.
14580 14581 14582 |
# File 'lib/vmware/soap/vim25.rb', line 14580 def userName @userName end |
#vm ⇒ Object
Returns the value of attribute vm.
14584 14585 14586 |
# File 'lib/vmware/soap/vim25.rb', line 14584 def vm @vm end |