Class: EventDescriptionEventDetail
- Inherits:
-
DynamicData
- Object
- DynamicData
- EventDescriptionEventDetail
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25EventDescriptionEventDetail
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
key - SOAP::SOAPString
category - SOAP::SOAPString
formatOnDatacenter - SOAP::SOAPString
formatOnComputeResource - SOAP::SOAPString
formatOnHost - SOAP::SOAPString
formatOnVm - SOAP::SOAPString
fullFormat - SOAP::SOAPString
Instance Attribute Summary collapse
-
#category ⇒ Object
Returns the value of attribute category.
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#formatOnComputeResource ⇒ Object
Returns the value of attribute formatOnComputeResource.
-
#formatOnDatacenter ⇒ Object
Returns the value of attribute formatOnDatacenter.
-
#formatOnHost ⇒ Object
Returns the value of attribute formatOnHost.
-
#formatOnVm ⇒ Object
Returns the value of attribute formatOnVm.
-
#fullFormat ⇒ Object
Returns the value of attribute fullFormat.
-
#key ⇒ Object
Returns the value of attribute key.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], key = nil, category = nil, formatOnDatacenter = nil, formatOnComputeResource = nil, formatOnHost = nil, formatOnVm = nil, fullFormat = nil) ⇒ EventDescriptionEventDetail
constructor
A new instance of EventDescriptionEventDetail.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], key = nil, category = nil, formatOnDatacenter = nil, formatOnComputeResource = nil, formatOnHost = nil, formatOnVm = nil, fullFormat = nil) ⇒ EventDescriptionEventDetail
Returns a new instance of EventDescriptionEventDetail.
16739 16740 16741 16742 16743 16744 16745 16746 16747 16748 16749 |
# File 'lib/vmware/soap/vim25.rb', line 16739 def initialize(dynamicType = nil, dynamicProperty = [], key = nil, category = nil, formatOnDatacenter = nil, formatOnComputeResource = nil, formatOnHost = nil, formatOnVm = nil, fullFormat = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @key = key @category = category @formatOnDatacenter = formatOnDatacenter @formatOnComputeResource = formatOnComputeResource @formatOnHost = formatOnHost @formatOnVm = formatOnVm @fullFormat = fullFormat end |
Instance Attribute Details
#category ⇒ Object
Returns the value of attribute category.
16732 16733 16734 |
# File 'lib/vmware/soap/vim25.rb', line 16732 def category @category end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
16730 16731 16732 |
# File 'lib/vmware/soap/vim25.rb', line 16730 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
16729 16730 16731 |
# File 'lib/vmware/soap/vim25.rb', line 16729 def dynamicType @dynamicType end |
#formatOnComputeResource ⇒ Object
Returns the value of attribute formatOnComputeResource.
16734 16735 16736 |
# File 'lib/vmware/soap/vim25.rb', line 16734 def formatOnComputeResource @formatOnComputeResource end |
#formatOnDatacenter ⇒ Object
Returns the value of attribute formatOnDatacenter.
16733 16734 16735 |
# File 'lib/vmware/soap/vim25.rb', line 16733 def formatOnDatacenter @formatOnDatacenter end |
#formatOnHost ⇒ Object
Returns the value of attribute formatOnHost.
16735 16736 16737 |
# File 'lib/vmware/soap/vim25.rb', line 16735 def formatOnHost @formatOnHost end |
#formatOnVm ⇒ Object
Returns the value of attribute formatOnVm.
16736 16737 16738 |
# File 'lib/vmware/soap/vim25.rb', line 16736 def formatOnVm @formatOnVm end |
#fullFormat ⇒ Object
Returns the value of attribute fullFormat.
16737 16738 16739 |
# File 'lib/vmware/soap/vim25.rb', line 16737 def fullFormat @fullFormat end |
#key ⇒ Object
Returns the value of attribute key.
16731 16732 16733 |
# File 'lib/vmware/soap/vim25.rb', line 16731 def key @key end |