The OvfError class describes an error related to accessing, validating, deploying, or exporting an OVF package.
More...
List of all members.
Detailed Description
The OvfError class describes an error related to accessing, validating, deploying, or exporting an OVF package.
Constructor & Destructor Documentation
| vmware::vcenter::ovf::OvfError::OvfError |
( |
| ) |
[inline] |
Generate all-fields constructor only for errors and standard structures that have relevant fields.
Creates a default new instance.
Member Function Documentation
| T vmware::vcenter::ovf::OvfError::_ConvertTo< T > |
( |
| ) |
[inline] |
- Type Constraints
-
| T | : | vmware.vapi.bindings.IStructure | |
| vmware.vapi.data.StructValue vmware::vcenter::ovf::OvfError::_GetDataValue |
( |
| ) |
[inline] |
| vmware.vapi.bindings.type.StructType vmware::vcenter::ovf::OvfError::_GetType |
( |
| ) |
[inline] |
| bool vmware::vcenter::ovf::OvfError::_HasTypeNameOf< T > |
( |
| ) |
[inline] |
- Type Constraints
-
| T | : | vmware.vapi.bindings.IStructure | |
| void vmware::vcenter::ovf::OvfError::_Validate |
( |
| ) |
[inline] |
| override bool vmware::vcenter::ovf::OvfError::Equals |
( |
object |
obj | ) |
[inline] |
| vmware.vapi.bindings.IStructure vmware::vcenter::ovf::OvfError::GetError |
( |
| ) |
[inline] |
Represents a server vmware.vapi.std.errors.Error .
When clients pass a value of this class as a parameter, the field must contain all the attributes defined in vmware.vapi.std.errors.Error . When methods return a value of this class as a result, the field will contain all the attributes defined in vmware.vapi.std.errors.Error .
| override int vmware::vcenter::ovf::OvfError::GetHashCode |
( |
| ) |
[inline] |
| vmware.vapi.std.LocalizableMessage vmware::vcenter::ovf::OvfError::GetMessage |
( |
| ) |
[inline] |
| string vmware::vcenter::ovf::OvfError::GetName |
( |
| ) |
[inline] |
The name of input parameter.
| string vmware::vcenter::ovf::OvfError::GetValue |
( |
| ) |
[inline] |
The value of input parameter.
| void vmware::vcenter::ovf::OvfError::SetError |
( |
vmware.vapi.bindings.IStructure |
error | ) |
[inline] |
Represents a server vmware.vapi.std.errors.Error .
When clients pass a value of this class as a parameter, the field must contain all the attributes defined in vmware.vapi.std.errors.Error . When methods return a value of this class as a result, the field will contain all the attributes defined in vmware.vapi.std.errors.Error .
| void vmware::vcenter::ovf::OvfError::SetMessage |
( |
vmware.vapi.std.LocalizableMessage |
message | ) |
[inline] |
| void vmware::vcenter::ovf::OvfError::SetName |
( |
string |
name | ) |
[inline] |
The name of input parameter.
| void vmware::vcenter::ovf::OvfError::SetValue |
( |
string |
value_ | ) |
[inline] |
The value of input parameter.
| override string vmware::vcenter::ovf::OvfError::ToString |
( |
| ) |
[inline] |
The documentation for this class was generated from the following file: