Class: MemorySizeNotSupported

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

Overview

urn:vim25MemorySizeNotSupported

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) ⇒ MemorySizeNotSupported

Returns a new instance of MemorySizeNotSupported.



33183
33184
33185
33186
33187
33188
33189
# File 'lib/vmware/soap/vim25.rb', line 33183

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.



33178
33179
33180
# File 'lib/vmware/soap/vim25.rb', line 33178

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



33177
33178
33179
# File 'lib/vmware/soap/vim25.rb', line 33177

def dynamicType
  @dynamicType
end

#maxMemorySizeMBObject

Returns the value of attribute maxMemorySizeMB.



33181
33182
33183
# File 'lib/vmware/soap/vim25.rb', line 33181

def maxMemorySizeMB
  @maxMemorySizeMB
end

#memorySizeMBObject

Returns the value of attribute memorySizeMB.



33179
33180
33181
# File 'lib/vmware/soap/vim25.rb', line 33179

def memorySizeMB
  @memorySizeMB
end

#minMemorySizeMBObject

Returns the value of attribute minMemorySizeMB.



33180
33181
33182
# File 'lib/vmware/soap/vim25.rb', line 33180

def minMemorySizeMB
  @minMemorySizeMB
end