Class: ServerLicenseExpiredEvent
- Inherits:
-
LicenseEvent
- Object
- DynamicData
- Event
- LicenseEvent
- ServerLicenseExpiredEvent
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25ServerLicenseExpiredEvent
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
product - 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.
-
#product ⇒ Object
Returns the value of attribute product.
-
#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, product = nil) ⇒ ServerLicenseExpiredEvent
constructor
A new instance of ServerLicenseExpiredEvent.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], key = nil, chainId = nil, createdTime = nil, userName = nil, datacenter = nil, computeResource = nil, host = nil, vm = nil, fullFormattedMessage = nil, product = nil) ⇒ ServerLicenseExpiredEvent
Returns a new instance of ServerLicenseExpiredEvent.
14629 14630 14631 14632 14633 14634 14635 14636 14637 14638 14639 14640 14641 14642 |
# File 'lib/vmware/soap/vim25.rb', line 14629 def initialize(dynamicType = nil, dynamicProperty = [], key = nil, chainId = nil, createdTime = nil, userName = nil, datacenter = nil, computeResource = nil, host = nil, vm = nil, fullFormattedMessage = nil, product = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @key = key @chainId = chainId @createdTime = createdTime @userName = userName @datacenter = datacenter @computeResource = computeResource @host = host @vm = vm @fullFormattedMessage = fullFormattedMessage @product = product end |
Instance Attribute Details
#chainId ⇒ Object
Returns the value of attribute chainId.
14619 14620 14621 |
# File 'lib/vmware/soap/vim25.rb', line 14619 def chainId @chainId end |
#computeResource ⇒ Object
Returns the value of attribute computeResource.
14623 14624 14625 |
# File 'lib/vmware/soap/vim25.rb', line 14623 def computeResource @computeResource end |
#createdTime ⇒ Object
Returns the value of attribute createdTime.
14620 14621 14622 |
# File 'lib/vmware/soap/vim25.rb', line 14620 def createdTime @createdTime end |
#datacenter ⇒ Object
Returns the value of attribute datacenter.
14622 14623 14624 |
# File 'lib/vmware/soap/vim25.rb', line 14622 def datacenter @datacenter end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
14617 14618 14619 |
# File 'lib/vmware/soap/vim25.rb', line 14617 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
14616 14617 14618 |
# File 'lib/vmware/soap/vim25.rb', line 14616 def dynamicType @dynamicType end |
#fullFormattedMessage ⇒ Object
Returns the value of attribute fullFormattedMessage.
14626 14627 14628 |
# File 'lib/vmware/soap/vim25.rb', line 14626 def fullFormattedMessage @fullFormattedMessage end |
#host ⇒ Object
Returns the value of attribute host.
14624 14625 14626 |
# File 'lib/vmware/soap/vim25.rb', line 14624 def host @host end |
#key ⇒ Object
Returns the value of attribute key.
14618 14619 14620 |
# File 'lib/vmware/soap/vim25.rb', line 14618 def key @key end |
#product ⇒ Object
Returns the value of attribute product.
14627 14628 14629 |
# File 'lib/vmware/soap/vim25.rb', line 14627 def product @product end |
#userName ⇒ Object
Returns the value of attribute userName.
14621 14622 14623 |
# File 'lib/vmware/soap/vim25.rb', line 14621 def userName @userName end |
#vm ⇒ Object
Returns the value of attribute vm.
14625 14626 14627 |
# File 'lib/vmware/soap/vim25.rb', line 14625 def vm @vm end |