Class: MemorySizeNotRecommended

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

Overview

urn:vim25MemorySizeNotRecommended

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
memorySizeMB - SOAP::SOAPInt
minMemorySizeMB - SOAP::SOAPInt
maxMemorySizeMB - SOAP::SOAPInt

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(dynamicType = nil, dynamicProperty = [], memorySizeMB = nil, minMemorySizeMB = nil, maxMemorySizeMB = nil) ⇒ MemorySizeNotRecommended

Returns a new instance of MemorySizeNotRecommended.



33161
33162
33163
33164
33165
33166
33167
# File 'lib/vmware/soap/vim25.rb', line 33161

def initialize(dynamicType = nil, dynamicProperty = [], memorySizeMB = nil, minMemorySizeMB = nil, maxMemorySizeMB = nil)
  @dynamicType = dynamicType
  @dynamicProperty = dynamicProperty
  @memorySizeMB = memorySizeMB
  @minMemorySizeMB = minMemorySizeMB
  @maxMemorySizeMB = maxMemorySizeMB
end

Instance Attribute Details

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



33156
33157
33158
# File 'lib/vmware/soap/vim25.rb', line 33156

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



33155
33156
33157
# File 'lib/vmware/soap/vim25.rb', line 33155

def dynamicType
  @dynamicType
end

#maxMemorySizeMBObject

Returns the value of attribute maxMemorySizeMB.



33159
33160
33161
# File 'lib/vmware/soap/vim25.rb', line 33159

def maxMemorySizeMB
  @maxMemorySizeMB
end

#memorySizeMBObject

Returns the value of attribute memorySizeMB.



33157
33158
33159
# File 'lib/vmware/soap/vim25.rb', line 33157

def memorySizeMB
  @memorySizeMB
end

#minMemorySizeMBObject

Returns the value of attribute minMemorySizeMB.



33158
33159
33160
# File 'lib/vmware/soap/vim25.rb', line 33158

def minMemorySizeMB
  @minMemorySizeMB
end