Class: LicenseDiagnostics
- Inherits:
-
DynamicData
- Object
- DynamicData
- LicenseDiagnostics
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25LicenseDiagnostics
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
sourceLastChanged - SOAP::SOAPDateTime
sourceLost - SOAP::SOAPString
sourceLatency - SOAP::SOAPFloat
licenseRequests - SOAP::SOAPString
licenseRequestFailures - SOAP::SOAPString
licenseFeatureUnknowns - SOAP::SOAPString
opState - LicenseManagerState
lastStatusUpdate - SOAP::SOAPDateTime
opFailureMessage - SOAP::SOAPString
Instance Attribute Summary collapse
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#lastStatusUpdate ⇒ Object
Returns the value of attribute lastStatusUpdate.
-
#licenseFeatureUnknowns ⇒ Object
Returns the value of attribute licenseFeatureUnknowns.
-
#licenseRequestFailures ⇒ Object
Returns the value of attribute licenseRequestFailures.
-
#licenseRequests ⇒ Object
Returns the value of attribute licenseRequests.
-
#opFailureMessage ⇒ Object
Returns the value of attribute opFailureMessage.
-
#opState ⇒ Object
Returns the value of attribute opState.
-
#sourceLastChanged ⇒ Object
Returns the value of attribute sourceLastChanged.
-
#sourceLatency ⇒ Object
Returns the value of attribute sourceLatency.
-
#sourceLost ⇒ Object
Returns the value of attribute sourceLost.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], sourceLastChanged = nil, sourceLost = nil, sourceLatency = nil, licenseRequests = nil, licenseRequestFailures = nil, licenseFeatureUnknowns = nil, opState = nil, lastStatusUpdate = nil, opFailureMessage = nil) ⇒ LicenseDiagnostics
constructor
A new instance of LicenseDiagnostics.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], sourceLastChanged = nil, sourceLost = nil, sourceLatency = nil, licenseRequests = nil, licenseRequestFailures = nil, licenseFeatureUnknowns = nil, opState = nil, lastStatusUpdate = nil, opFailureMessage = nil) ⇒ LicenseDiagnostics
Returns a new instance of LicenseDiagnostics.
1591 1592 1593 1594 1595 1596 1597 1598 1599 1600 1601 1602 1603 |
# File 'lib/vmware/soap/vim25.rb', line 1591 def initialize(dynamicType = nil, dynamicProperty = [], sourceLastChanged = nil, sourceLost = nil, sourceLatency = nil, licenseRequests = nil, licenseRequestFailures = nil, licenseFeatureUnknowns = nil, opState = nil, lastStatusUpdate = nil, opFailureMessage = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @sourceLastChanged = sourceLastChanged @sourceLost = sourceLost @sourceLatency = sourceLatency @licenseRequests = licenseRequests @licenseRequestFailures = licenseRequestFailures @licenseFeatureUnknowns = licenseFeatureUnknowns @opState = opState @lastStatusUpdate = lastStatusUpdate @opFailureMessage = opFailureMessage end |
Instance Attribute Details
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
1580 1581 1582 |
# File 'lib/vmware/soap/vim25.rb', line 1580 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
1579 1580 1581 |
# File 'lib/vmware/soap/vim25.rb', line 1579 def dynamicType @dynamicType end |
#lastStatusUpdate ⇒ Object
Returns the value of attribute lastStatusUpdate.
1588 1589 1590 |
# File 'lib/vmware/soap/vim25.rb', line 1588 def lastStatusUpdate @lastStatusUpdate end |
#licenseFeatureUnknowns ⇒ Object
Returns the value of attribute licenseFeatureUnknowns.
1586 1587 1588 |
# File 'lib/vmware/soap/vim25.rb', line 1586 def licenseFeatureUnknowns @licenseFeatureUnknowns end |
#licenseRequestFailures ⇒ Object
Returns the value of attribute licenseRequestFailures.
1585 1586 1587 |
# File 'lib/vmware/soap/vim25.rb', line 1585 def licenseRequestFailures @licenseRequestFailures end |
#licenseRequests ⇒ Object
Returns the value of attribute licenseRequests.
1584 1585 1586 |
# File 'lib/vmware/soap/vim25.rb', line 1584 def licenseRequests @licenseRequests end |
#opFailureMessage ⇒ Object
Returns the value of attribute opFailureMessage.
1589 1590 1591 |
# File 'lib/vmware/soap/vim25.rb', line 1589 def opFailureMessage @opFailureMessage end |
#opState ⇒ Object
Returns the value of attribute opState.
1587 1588 1589 |
# File 'lib/vmware/soap/vim25.rb', line 1587 def opState @opState end |
#sourceLastChanged ⇒ Object
Returns the value of attribute sourceLastChanged.
1581 1582 1583 |
# File 'lib/vmware/soap/vim25.rb', line 1581 def sourceLastChanged @sourceLastChanged end |
#sourceLatency ⇒ Object
Returns the value of attribute sourceLatency.
1583 1584 1585 |
# File 'lib/vmware/soap/vim25.rb', line 1583 def sourceLatency @sourceLatency end |
#sourceLost ⇒ Object
Returns the value of attribute sourceLost.
1582 1583 1584 |
# File 'lib/vmware/soap/vim25.rb', line 1582 def sourceLost @sourceLost end |