vSphere Web Services API
| Local Properties | ||
Managed Object Types | Data Object Types | All Properties | All Methods |
Fault - NamespaceFull(vim.fault.NamespaceFull)
- Extends
- VimFault
- Since
- vSphere API Release 5.1
Fault Description
A NamespaceFull fault is thrown when an operation on namespace requires more space to complete.Properties
Name | Type | Description |
---|---|---|
currentMaxSize | xsd:long |
Current maximum size.
|
name | xsd:string |
The namespace in question.
|
requiredSize* | xsd:long |
Size necessary to complete operation. If not present,
system was not able to determine how much space would
be necessary to complete operation.
|
Properties inherited from VimFault | ||
None | ||
Properties inherited from MethodFault | ||
faultCause, faultMessage |
Show WSDL type definition
Top of page | Local Properties | ||
Managed Object Types | Data Object Types | All Properties | All Methods |