Class: VirtualMachineMemoryReservationSpec

Inherits:
DynamicData
  • Object
show all
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

Instance Method Summary collapse

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

#allocationPolicyObject

Returns the value of attribute allocationPolicy.


19975
19976
19977
# File 'lib/vmware/soap/vim25.rb', line 19975

def allocationPolicy
  @allocationPolicy
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.


19973
19974
19975
# File 'lib/vmware/soap/vim25.rb', line 19973

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.


19972
19973
19974
# File 'lib/vmware/soap/vim25.rb', line 19972

def dynamicType
  @dynamicType
end

#virtualMachineReservedObject

Returns the value of attribute virtualMachineReserved.


19974
19975
19976
# File 'lib/vmware/soap/vim25.rb', line 19974

def virtualMachineReserved
  @virtualMachineReserved
end