Class: VMotionLicenseExpiredEvent
- Inherits:
-
LicenseEvent
- Object
- DynamicData
- Event
- LicenseEvent
- VMotionLicenseExpiredEvent
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25VMotionLicenseExpiredEvent
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) ⇒ VMotionLicenseExpiredEvent
constructor
A new instance of VMotionLicenseExpiredEvent.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], key = nil, chainId = nil, createdTime = nil, userName = nil, datacenter = nil, computeResource = nil, host = nil, vm = nil, fullFormattedMessage = nil) ⇒ VMotionLicenseExpiredEvent
Returns a new instance of VMotionLicenseExpiredEvent.
14710 14711 14712 14713 14714 14715 14716 14717 14718 14719 14720 14721 14722 |
# File 'lib/vmware/soap/vim25.rb', line 14710 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.
14701 14702 14703 |
# File 'lib/vmware/soap/vim25.rb', line 14701 def chainId @chainId end |
#computeResource ⇒ Object
Returns the value of attribute computeResource.
14705 14706 14707 |
# File 'lib/vmware/soap/vim25.rb', line 14705 def computeResource @computeResource end |
#createdTime ⇒ Object
Returns the value of attribute createdTime.
14702 14703 14704 |
# File 'lib/vmware/soap/vim25.rb', line 14702 def createdTime @createdTime end |
#datacenter ⇒ Object
Returns the value of attribute datacenter.
14704 14705 14706 |
# File 'lib/vmware/soap/vim25.rb', line 14704 def datacenter @datacenter end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
14699 14700 14701 |
# File 'lib/vmware/soap/vim25.rb', line 14699 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
14698 14699 14700 |
# File 'lib/vmware/soap/vim25.rb', line 14698 def dynamicType @dynamicType end |
#fullFormattedMessage ⇒ Object
Returns the value of attribute fullFormattedMessage.
14708 14709 14710 |
# File 'lib/vmware/soap/vim25.rb', line 14708 def fullFormattedMessage @fullFormattedMessage end |
#host ⇒ Object
Returns the value of attribute host.
14706 14707 14708 |
# File 'lib/vmware/soap/vim25.rb', line 14706 def host @host end |
#key ⇒ Object
Returns the value of attribute key.
14700 14701 14702 |
# File 'lib/vmware/soap/vim25.rb', line 14700 def key @key end |
#userName ⇒ Object
Returns the value of attribute userName.
14703 14704 14705 |
# File 'lib/vmware/soap/vim25.rb', line 14703 def userName @userName end |
#vm ⇒ Object
Returns the value of attribute vm.
14707 14708 14709 |
# File 'lib/vmware/soap/vim25.rb', line 14707 def vm @vm end |