The LibraryItem.CreateResult class defines the result of the Create method.
More...
List of all members.
Detailed Description
The LibraryItem.CreateResult class defines the result of the Create method.
See LibraryItem.Create .
Constructor & Destructor Documentation
| vmware::vcenter::ovf::LibraryItemTypes::CreateResult::CreateResult |
( |
| ) |
[inline] |
Creates a default new instance.
Member Function Documentation
| T vmware::vcenter::ovf::LibraryItemTypes::CreateResult::_ConvertTo< T > |
( |
| ) |
[inline] |
- Type Constraints
-
| T | : | vmware.vapi.bindings.IStructure | |
| vmware.vapi.data.StructValue vmware::vcenter::ovf::LibraryItemTypes::CreateResult::_GetDataValue |
( |
| ) |
[inline] |
| vmware.vapi.bindings.type.StructType vmware::vcenter::ovf::LibraryItemTypes::CreateResult::_GetType |
( |
| ) |
[inline] |
| bool vmware::vcenter::ovf::LibraryItemTypes::CreateResult::_HasTypeNameOf< T > |
( |
| ) |
[inline] |
- Type Constraints
-
| T | : | vmware.vapi.bindings.IStructure | |
| void vmware::vcenter::ovf::LibraryItemTypes::CreateResult::_Validate |
( |
| ) |
[inline] |
| override bool vmware::vcenter::ovf::LibraryItemTypes::CreateResult::Equals |
( |
object |
obj | ) |
[inline] |
Errors, warnings, and informational messages produced by the Create method.
| override int vmware::vcenter::ovf::LibraryItemTypes::CreateResult::GetHashCode |
( |
| ) |
[inline] |
| string vmware::vcenter::ovf::LibraryItemTypes::CreateResult::GetOvfLibraryItemId |
( |
| ) |
[inline] |
Identifier of the created or updated library item.
When clients pass a value of this class as a parameter, the field must be an identifier for the resource type: com.vmware.content.library.Item . When methods return a value of this class as a result, the field will be an identifier for the resource type: com.vmware.content.library.Item .
| bool vmware::vcenter::ovf::LibraryItemTypes::CreateResult::GetSucceeded |
( |
| ) |
[inline] |
Whether the Create method completed successfully.
Errors, warnings, and informational messages produced by the Create method.
| void vmware::vcenter::ovf::LibraryItemTypes::CreateResult::SetOvfLibraryItemId |
( |
string |
ovfLibraryItemId | ) |
[inline] |
Identifier of the created or updated library item.
When clients pass a value of this class as a parameter, the field must be an identifier for the resource type: com.vmware.content.library.Item . When methods return a value of this class as a result, the field will be an identifier for the resource type: com.vmware.content.library.Item .
| void vmware::vcenter::ovf::LibraryItemTypes::CreateResult::SetSucceeded |
( |
bool |
succeeded | ) |
[inline] |
Whether the Create method completed successfully.
| override string vmware::vcenter::ovf::LibraryItemTypes::CreateResult::ToString |
( |
| ) |
[inline] |
The documentation for this class was generated from the following file: