Class: InsufficientHostCapacityFault
- Inherits:
-
InsufficientResourcesFault
- Object
- MethodFault
- VimFault
- InsufficientResourcesFault
- InsufficientHostCapacityFault
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25InsufficientHostCapacityFault
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
host - ManagedObjectReference
Direct Known Subclasses
Instance Attribute Summary collapse
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#host ⇒ Object
Returns the value of attribute host.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], host = nil) ⇒ InsufficientHostCapacityFault
constructor
A new instance of InsufficientHostCapacityFault.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], host = nil) ⇒ InsufficientHostCapacityFault
Returns a new instance of InsufficientHostCapacityFault.
30588 30589 30590 30591 30592 |
# File 'lib/vmware/soap/vim25.rb', line 30588 def initialize(dynamicType = nil, dynamicProperty = [], host = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @host = host end |
Instance Attribute Details
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
30585 30586 30587 |
# File 'lib/vmware/soap/vim25.rb', line 30585 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
30584 30585 30586 |
# File 'lib/vmware/soap/vim25.rb', line 30584 def dynamicType @dynamicType end |
#host ⇒ Object
Returns the value of attribute host.
30586 30587 30588 |
# File 'lib/vmware/soap/vim25.rb', line 30586 def host @host end |