Class: HostLicenseExpiredEvent
- Inherits:
-
LicenseEvent
- Object
- DynamicData
- Event
- LicenseEvent
- HostLicenseExpiredEvent
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25HostLicenseExpiredEvent
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
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) ⇒ HostLicenseExpiredEvent
constructor
A new instance of HostLicenseExpiredEvent.
Constructor Details
permalink #initialize(dynamicType = nil, dynamicProperty = [], key = nil, chainId = nil, createdTime = nil, userName = nil, datacenter = nil, computeResource = nil, host = nil, vm = nil, fullFormattedMessage = nil) ⇒ HostLicenseExpiredEvent
Returns a new instance of HostLicenseExpiredEvent.
14670 14671 14672 14673 14674 14675 14676 14677 14678 14679 14680 14681 14682 |
# File 'lib/vmware/soap/vim25.rb', line 14670 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
permalink #chainId ⇒ Object
Returns the value of attribute chainId.
14661 14662 14663 |
# File 'lib/vmware/soap/vim25.rb', line 14661 def chainId @chainId end |
permalink #computeResource ⇒ Object
Returns the value of attribute computeResource.
14665 14666 14667 |
# File 'lib/vmware/soap/vim25.rb', line 14665 def computeResource @computeResource end |
permalink #createdTime ⇒ Object
Returns the value of attribute createdTime.
14662 14663 14664 |
# File 'lib/vmware/soap/vim25.rb', line 14662 def createdTime @createdTime end |
permalink #datacenter ⇒ Object
Returns the value of attribute datacenter.
14664 14665 14666 |
# File 'lib/vmware/soap/vim25.rb', line 14664 def datacenter @datacenter end |
permalink #dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
14659 14660 14661 |
# File 'lib/vmware/soap/vim25.rb', line 14659 def dynamicProperty @dynamicProperty end |
permalink #dynamicType ⇒ Object
Returns the value of attribute dynamicType.
14658 14659 14660 |
# File 'lib/vmware/soap/vim25.rb', line 14658 def dynamicType @dynamicType end |
permalink #fullFormattedMessage ⇒ Object
Returns the value of attribute fullFormattedMessage.
14668 14669 14670 |
# File 'lib/vmware/soap/vim25.rb', line 14668 def fullFormattedMessage @fullFormattedMessage end |
permalink #host ⇒ Object
Returns the value of attribute host.
14666 14667 14668 |
# File 'lib/vmware/soap/vim25.rb', line 14666 def host @host end |
permalink #key ⇒ Object
Returns the value of attribute key.
14660 14661 14662 |
# File 'lib/vmware/soap/vim25.rb', line 14660 def key @key end |
permalink #userName ⇒ Object
Returns the value of attribute userName.
14663 14664 14665 |
# File 'lib/vmware/soap/vim25.rb', line 14663 def userName @userName end |
permalink #vm ⇒ Object
Returns the value of attribute vm.
14667 14668 14669 |
# File 'lib/vmware/soap/vim25.rb', line 14667 def vm @vm end |