Class: InsufficientCpuResourcesFault
- Inherits:
-
InsufficientResourcesFault
- Object
- MethodFault
- VimFault
- InsufficientResourcesFault
- InsufficientCpuResourcesFault
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25InsufficientCpuResourcesFault
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) ⇒ InsufficientCpuResourcesFault
constructor
A new instance of InsufficientCpuResourcesFault.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], unreserved = nil, requested = nil) ⇒ InsufficientCpuResourcesFault
Returns a new instance of InsufficientCpuResourcesFault.
30558 30559 30560 30561 30562 30563 |
# File 'lib/vmware/soap/vim25.rb', line 30558 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.
30554 30555 30556 |
# File 'lib/vmware/soap/vim25.rb', line 30554 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
30553 30554 30555 |
# File 'lib/vmware/soap/vim25.rb', line 30553 def dynamicType @dynamicType end |
#requested ⇒ Object
Returns the value of attribute requested.
30556 30557 30558 |
# File 'lib/vmware/soap/vim25.rb', line 30556 def requested @requested end |
#unreserved ⇒ Object
Returns the value of attribute unreserved.
30555 30556 30557 |
# File 'lib/vmware/soap/vim25.rb', line 30555 def unreserved @unreserved end |