Class: ClusterDrsRecommendation

Inherits:
DynamicData show all
Defined in:
lib/vmware/soap/vim25.rb

Overview

urn:vim25ClusterDrsRecommendation

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
key - SOAP::SOAPString
rating - SOAP::SOAPInt
reason - SOAP::SOAPString
reasonText - SOAP::SOAPString
migrationList - ClusterDrsMigration

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(dynamicType = nil, dynamicProperty = [], key = nil, rating = nil, reason = nil, reasonText = nil, migrationList = []) ⇒ ClusterDrsRecommendation

Returns a new instance of ClusterDrsRecommendation.



3607
3608
3609
3610
3611
3612
3613
3614
3615
# File 'lib/vmware/soap/vim25.rb', line 3607

def initialize(dynamicType = nil, dynamicProperty = [], key = nil, rating = nil, reason = nil, reasonText = nil, migrationList = [])
  @dynamicType = dynamicType
  @dynamicProperty = dynamicProperty
  @key = key
  @rating = rating
  @reason = reason
  @reasonText = reasonText
  @migrationList = migrationList
end

Instance Attribute Details

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



3600
3601
3602
# File 'lib/vmware/soap/vim25.rb', line 3600

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



3599
3600
3601
# File 'lib/vmware/soap/vim25.rb', line 3599

def dynamicType
  @dynamicType
end

#keyObject

Returns the value of attribute key.



3601
3602
3603
# File 'lib/vmware/soap/vim25.rb', line 3601

def key
  @key
end

#migrationListObject

Returns the value of attribute migrationList.



3605
3606
3607
# File 'lib/vmware/soap/vim25.rb', line 3605

def migrationList
  @migrationList
end

#ratingObject

Returns the value of attribute rating.



3602
3603
3604
# File 'lib/vmware/soap/vim25.rb', line 3602

def rating
  @rating
end

#reasonObject

Returns the value of attribute reason.



3603
3604
3605
# File 'lib/vmware/soap/vim25.rb', line 3603

def reason
  @reason
end

#reasonTextObject

Returns the value of attribute reasonText.



3604
3605
3606
# File 'lib/vmware/soap/vim25.rb', line 3604

def reasonText
  @reasonText
end