Class: HostCnxFailedNoLicenseEvent
- Inherits:
-
HostEvent
- Object
- DynamicData
- Event
- HostEvent
- HostCnxFailedNoLicenseEvent
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25HostCnxFailedNoLicenseEvent
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) ⇒ HostCnxFailedNoLicenseEvent
constructor
A new instance of HostCnxFailedNoLicenseEvent.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], key = nil, chainId = nil, createdTime = nil, userName = nil, datacenter = nil, computeResource = nil, host = nil, vm = nil, fullFormattedMessage = nil) ⇒ HostCnxFailedNoLicenseEvent
Returns a new instance of HostCnxFailedNoLicenseEvent.
5606 5607 5608 5609 5610 5611 5612 5613 5614 5615 5616 5617 5618 |
# File 'lib/vmware/soap/vim25.rb', line 5606 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.
5597 5598 5599 |
# File 'lib/vmware/soap/vim25.rb', line 5597 def chainId @chainId end |
#computeResource ⇒ Object
Returns the value of attribute computeResource.
5601 5602 5603 |
# File 'lib/vmware/soap/vim25.rb', line 5601 def computeResource @computeResource end |
#createdTime ⇒ Object
Returns the value of attribute createdTime.
5598 5599 5600 |
# File 'lib/vmware/soap/vim25.rb', line 5598 def createdTime @createdTime end |
#datacenter ⇒ Object
Returns the value of attribute datacenter.
5600 5601 5602 |
# File 'lib/vmware/soap/vim25.rb', line 5600 def datacenter @datacenter end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
5595 5596 5597 |
# File 'lib/vmware/soap/vim25.rb', line 5595 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
5594 5595 5596 |
# File 'lib/vmware/soap/vim25.rb', line 5594 def dynamicType @dynamicType end |
#fullFormattedMessage ⇒ Object
Returns the value of attribute fullFormattedMessage.
5604 5605 5606 |
# File 'lib/vmware/soap/vim25.rb', line 5604 def fullFormattedMessage @fullFormattedMessage end |
#host ⇒ Object
Returns the value of attribute host.
5602 5603 5604 |
# File 'lib/vmware/soap/vim25.rb', line 5602 def host @host end |
#key ⇒ Object
Returns the value of attribute key.
5596 5597 5598 |
# File 'lib/vmware/soap/vim25.rb', line 5596 def key @key end |
#userName ⇒ Object
Returns the value of attribute userName.
5599 5600 5601 |
# File 'lib/vmware/soap/vim25.rb', line 5599 def userName @userName end |
#vm ⇒ Object
Returns the value of attribute vm.
5603 5604 5605 |
# File 'lib/vmware/soap/vim25.rb', line 5603 def vm @vm end |