Class: LicenseExpiredEvent
- Inherits:
-
Event
- Object
- DynamicData
- Event
- LicenseExpiredEvent
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25LicenseExpiredEvent
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
feature - LicenseFeatureInfo
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.
-
#feature ⇒ Object
Returns the value of attribute feature.
-
#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, feature = nil) ⇒ LicenseExpiredEvent
constructor
A new instance of LicenseExpiredEvent.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], key = nil, chainId = nil, createdTime = nil, userName = nil, datacenter = nil, computeResource = nil, host = nil, vm = nil, fullFormattedMessage = nil, feature = nil) ⇒ LicenseExpiredEvent
Returns a new instance of LicenseExpiredEvent.
15176 15177 15178 15179 15180 15181 15182 15183 15184 15185 15186 15187 15188 15189 |
# File 'lib/vmware/soap/vim25.rb', line 15176 def initialize(dynamicType = nil, dynamicProperty = [], key = nil, chainId = nil, createdTime = nil, userName = nil, datacenter = nil, computeResource = nil, host = nil, vm = nil, fullFormattedMessage = nil, feature = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @key = key @chainId = chainId @createdTime = createdTime @userName = userName @datacenter = datacenter @computeResource = computeResource @host = host @vm = vm @fullFormattedMessage = fullFormattedMessage @feature = feature end |
Instance Attribute Details
#chainId ⇒ Object
Returns the value of attribute chainId.
15166 15167 15168 |
# File 'lib/vmware/soap/vim25.rb', line 15166 def chainId @chainId end |
#computeResource ⇒ Object
Returns the value of attribute computeResource.
15170 15171 15172 |
# File 'lib/vmware/soap/vim25.rb', line 15170 def computeResource @computeResource end |
#createdTime ⇒ Object
Returns the value of attribute createdTime.
15167 15168 15169 |
# File 'lib/vmware/soap/vim25.rb', line 15167 def createdTime @createdTime end |
#datacenter ⇒ Object
Returns the value of attribute datacenter.
15169 15170 15171 |
# File 'lib/vmware/soap/vim25.rb', line 15169 def datacenter @datacenter end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
15164 15165 15166 |
# File 'lib/vmware/soap/vim25.rb', line 15164 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
15163 15164 15165 |
# File 'lib/vmware/soap/vim25.rb', line 15163 def dynamicType @dynamicType end |
#feature ⇒ Object
Returns the value of attribute feature.
15174 15175 15176 |
# File 'lib/vmware/soap/vim25.rb', line 15174 def feature @feature end |
#fullFormattedMessage ⇒ Object
Returns the value of attribute fullFormattedMessage.
15173 15174 15175 |
# File 'lib/vmware/soap/vim25.rb', line 15173 def fullFormattedMessage @fullFormattedMessage end |
#host ⇒ Object
Returns the value of attribute host.
15171 15172 15173 |
# File 'lib/vmware/soap/vim25.rb', line 15171 def host @host end |
#key ⇒ Object
Returns the value of attribute key.
15165 15166 15167 |
# File 'lib/vmware/soap/vim25.rb', line 15165 def key @key end |
#userName ⇒ Object
Returns the value of attribute userName.
15168 15169 15170 |
# File 'lib/vmware/soap/vim25.rb', line 15168 def userName @userName end |
#vm ⇒ Object
Returns the value of attribute vm.
15172 15173 15174 |
# File 'lib/vmware/soap/vim25.rb', line 15172 def vm @vm end |