Class: ClusterRecommendation
- Inherits:
-
DynamicData
- Object
- DynamicData
- ClusterRecommendation
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25ClusterRecommendation
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
key - SOAP::SOAPString
type - SOAP::SOAPString
time - SOAP::SOAPDateTime
- SOAP::SOAPInt
reason - SOAP::SOAPString
reasonText - SOAP::SOAPString
prerequisite - SOAP::SOAPString
action - ClusterAction
target - ManagedObjectReference
Instance Attribute Summary collapse
-
#action ⇒ Object
Returns the value of attribute action.
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#key ⇒ Object
Returns the value of attribute key.
-
#prerequisite ⇒ Object
Returns the value of attribute prerequisite.
-
#rating ⇒ Object
Returns the value of attribute rating.
-
#reason ⇒ Object
Returns the value of attribute reason.
-
#reasonText ⇒ Object
Returns the value of attribute reasonText.
-
#target ⇒ Object
Returns the value of attribute target.
-
#time ⇒ Object
Returns the value of attribute time.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], key = nil, type = nil, time = nil, rating = nil, reason = nil, reasonText = nil, prerequisite = [], action = [], target = nil) ⇒ ClusterRecommendation
constructor
A new instance of ClusterRecommendation.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], key = nil, type = nil, time = nil, rating = nil, reason = nil, reasonText = nil, prerequisite = [], action = [], target = nil) ⇒ ClusterRecommendation
Returns a new instance of ClusterRecommendation.
3703 3704 3705 3706 3707 3708 3709 3710 3711 3712 3713 3714 3715 |
# File 'lib/vmware/soap/vim25.rb', line 3703 def initialize(dynamicType = nil, dynamicProperty = [], key = nil, type = nil, time = nil, = nil, reason = nil, reasonText = nil, prerequisite = [], action = [], target = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @key = key @type = type @time = time @rating = @reason = reason @reasonText = reasonText @prerequisite = prerequisite @action = action @target = target end |
Instance Attribute Details
#action ⇒ Object
Returns the value of attribute action.
3700 3701 3702 |
# File 'lib/vmware/soap/vim25.rb', line 3700 def action @action end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
3692 3693 3694 |
# File 'lib/vmware/soap/vim25.rb', line 3692 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
3691 3692 3693 |
# File 'lib/vmware/soap/vim25.rb', line 3691 def dynamicType @dynamicType end |
#key ⇒ Object
Returns the value of attribute key.
3693 3694 3695 |
# File 'lib/vmware/soap/vim25.rb', line 3693 def key @key end |
#prerequisite ⇒ Object
Returns the value of attribute prerequisite.
3699 3700 3701 |
# File 'lib/vmware/soap/vim25.rb', line 3699 def prerequisite @prerequisite end |
#rating ⇒ Object
Returns the value of attribute rating.
3696 3697 3698 |
# File 'lib/vmware/soap/vim25.rb', line 3696 def @rating end |
#reason ⇒ Object
Returns the value of attribute reason.
3697 3698 3699 |
# File 'lib/vmware/soap/vim25.rb', line 3697 def reason @reason end |
#reasonText ⇒ Object
Returns the value of attribute reasonText.
3698 3699 3700 |
# File 'lib/vmware/soap/vim25.rb', line 3698 def reasonText @reasonText end |
#target ⇒ Object
Returns the value of attribute target.
3701 3702 3703 |
# File 'lib/vmware/soap/vim25.rb', line 3701 def target @target end |
#time ⇒ Object
Returns the value of attribute time.
3695 3696 3697 |
# File 'lib/vmware/soap/vim25.rb', line 3695 def time @time end |
#type ⇒ Object
Returns the value of attribute type.
3694 3695 3696 |
# File 'lib/vmware/soap/vim25.rb', line 3694 def type @type end |