Class: VirtualMachineMemoryReservationSpec
- Inherits:
-
DynamicData
- Object
- DynamicData
- VirtualMachineMemoryReservationSpec
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25VirtualMachineMemoryReservationSpec
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
virtualMachineReserved - SOAP::SOAPLong
allocationPolicy - SOAP::SOAPString
Instance Attribute Summary collapse
-
#allocationPolicy ⇒ Object
Returns the value of attribute allocationPolicy.
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#virtualMachineReserved ⇒ Object
Returns the value of attribute virtualMachineReserved.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], virtualMachineReserved = nil, allocationPolicy = nil) ⇒ VirtualMachineMemoryReservationSpec
constructor
A new instance of VirtualMachineMemoryReservationSpec.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], virtualMachineReserved = nil, allocationPolicy = nil) ⇒ VirtualMachineMemoryReservationSpec
Returns a new instance of VirtualMachineMemoryReservationSpec.
19977 19978 19979 19980 19981 19982 |
# File 'lib/vmware/soap/vim25.rb', line 19977 def initialize(dynamicType = nil, dynamicProperty = [], virtualMachineReserved = nil, allocationPolicy = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @virtualMachineReserved = virtualMachineReserved @allocationPolicy = allocationPolicy end |
Instance Attribute Details
#allocationPolicy ⇒ Object
Returns the value of attribute allocationPolicy.
19975 19976 19977 |
# File 'lib/vmware/soap/vim25.rb', line 19975 def allocationPolicy @allocationPolicy end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
19973 19974 19975 |
# File 'lib/vmware/soap/vim25.rb', line 19973 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
19972 19973 19974 |
# File 'lib/vmware/soap/vim25.rb', line 19972 def dynamicType @dynamicType end |
#virtualMachineReserved ⇒ Object
Returns the value of attribute virtualMachineReserved.
19974 19975 19976 |
# File 'lib/vmware/soap/vim25.rb', line 19974 def virtualMachineReserved @virtualMachineReserved end |