Class: MemorySizeNotRecommended
- Inherits:
-
VirtualHardwareCompatibilityIssue
- Object
- MethodFault
- VimFault
- VmConfigFault
- VirtualHardwareCompatibilityIssue
- MemorySizeNotRecommended
- 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
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#maxMemorySizeMB ⇒ Object
Returns the value of attribute maxMemorySizeMB.
-
#memorySizeMB ⇒ Object
Returns the value of attribute memorySizeMB.
-
#minMemorySizeMB ⇒ Object
Returns the value of attribute minMemorySizeMB.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], memorySizeMB = nil, minMemorySizeMB = nil, maxMemorySizeMB = nil) ⇒ MemorySizeNotRecommended
constructor
A new instance of MemorySizeNotRecommended.
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
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
33156 33157 33158 |
# File 'lib/vmware/soap/vim25.rb', line 33156 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
33155 33156 33157 |
# File 'lib/vmware/soap/vim25.rb', line 33155 def dynamicType @dynamicType end |
#maxMemorySizeMB ⇒ Object
Returns the value of attribute maxMemorySizeMB.
33159 33160 33161 |
# File 'lib/vmware/soap/vim25.rb', line 33159 def maxMemorySizeMB @maxMemorySizeMB end |
#memorySizeMB ⇒ Object
Returns the value of attribute memorySizeMB.
33157 33158 33159 |
# File 'lib/vmware/soap/vim25.rb', line 33157 def memorySizeMB @memorySizeMB end |
#minMemorySizeMB ⇒ Object
Returns the value of attribute minMemorySizeMB.
33158 33159 33160 |
# File 'lib/vmware/soap/vim25.rb', line 33158 def minMemorySizeMB @minMemorySizeMB end |