Class: InsufficientMemoryResourcesFault
- Inherits:
-
InsufficientResourcesFault
- Object
- MethodFault
- VimFault
- InsufficientResourcesFault
- InsufficientMemoryResourcesFault
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25InsufficientMemoryResourcesFault
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
unreserved - SOAP::SOAPLong
requested - SOAP::SOAPLong
Instance Attribute Summary collapse
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#requested ⇒ Object
Returns the value of attribute requested.
-
#unreserved ⇒ Object
Returns the value of attribute unreserved.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], unreserved = nil, requested = nil) ⇒ InsufficientMemoryResourcesFault
constructor
A new instance of InsufficientMemoryResourcesFault.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], unreserved = nil, requested = nil) ⇒ InsufficientMemoryResourcesFault
Returns a new instance of InsufficientMemoryResourcesFault.
30622 30623 30624 30625 30626 30627 |
# File 'lib/vmware/soap/vim25.rb', line 30622 def initialize(dynamicType = nil, dynamicProperty = [], unreserved = nil, requested = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @unreserved = unreserved @requested = requested end |
Instance Attribute Details
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
30618 30619 30620 |
# File 'lib/vmware/soap/vim25.rb', line 30618 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
30617 30618 30619 |
# File 'lib/vmware/soap/vim25.rb', line 30617 def dynamicType @dynamicType end |
#requested ⇒ Object
Returns the value of attribute requested.
30620 30621 30622 |
# File 'lib/vmware/soap/vim25.rb', line 30620 def requested @requested end |
#unreserved ⇒ Object
Returns the value of attribute unreserved.
30619 30620 30621 |
# File 'lib/vmware/soap/vim25.rb', line 30619 def unreserved @unreserved end |