|
VMware vSphere Automation SDK for .NET 6.5.0
|
The OvfMessage class describes a base OVF handling error message related to accessing, validating, deploying, or exporting an OVF package.
More...
Classes | |
| class | Category |
The OvfMessage.Category enumerated type defines the categories of messages (see OvfMessage ). More... | |
Public Member Functions | |
| OvfMessage () | |
| Creates a default new instance. | |
| vmware.vcenter.ovf.OvfMessage.Category | GetCategory () |
| The message category. | |
| void | SetCategory (vmware.vcenter.ovf.OvfMessage.Category category) |
| The message category. | |
| global::System.Collections.Generic.List < vmware.vcenter.ovf.ParseIssue > | GetIssues () |
| List of parse issues (see ParseIssue ). | |
| void | SetIssues (global::System.Collections.Generic.List< vmware.vcenter.ovf.ParseIssue > issues) |
| List of parse issues (see ParseIssue ). | |
| string | GetName () |
| The name of input parameter. | |
| void | SetName (string name) |
| The name of input parameter. | |
| string | GetValue () |
| The value of input parameter. | |
| void | SetValue (string value_) |
| The value of input parameter. | |
| vmware.vapi.std.LocalizableMessage | GetMessage () |
| A localizable message. | |
| void | SetMessage (vmware.vapi.std.LocalizableMessage message) |
| A localizable message. | |
| vmware.vapi.bindings.IStructure | GetError () |
| Represents a server vmware.vapi.std.errors.Error . | |
| void | SetError (vmware.vapi.bindings.IStructure error) |
| Represents a server vmware.vapi.std.errors.Error . | |
| vmware.vapi.bindings.type.StructType | _GetType () |
| vmware.vapi.data.StructValue | _GetDataValue () |
| void | _Validate () |
| bool | _HasTypeNameOf< T > () |
| T | _ConvertTo< T > () |
| override bool | Equals (object obj) |
| override int | GetHashCode () |
| override string | ToString () |
The OvfMessage class describes a base OVF handling error message related to accessing, validating, deploying, or exporting an OVF package.
These messages fall into different categories defined in OvfMessage.Category :
| vmware::vcenter::ovf::OvfMessage::OvfMessage | ( | ) | [inline] |
Creates a default new instance.
| T vmware::vcenter::ovf::OvfMessage::_ConvertTo< T > | ( | ) | [inline] |
| T | : | vmware.vapi.bindings.IStructure |
| vmware.vapi.data.StructValue vmware::vcenter::ovf::OvfMessage::_GetDataValue | ( | ) | [inline] |
| vmware.vapi.bindings.type.StructType vmware::vcenter::ovf::OvfMessage::_GetType | ( | ) | [inline] |
| bool vmware::vcenter::ovf::OvfMessage::_HasTypeNameOf< T > | ( | ) | [inline] |
| T | : | vmware.vapi.bindings.IStructure |
| void vmware::vcenter::ovf::OvfMessage::_Validate | ( | ) | [inline] |
| override bool vmware::vcenter::ovf::OvfMessage::Equals | ( | object | obj | ) | [inline] |
| vmware.vcenter.ovf.OvfMessage.Category vmware::vcenter::ovf::OvfMessage::GetCategory | ( | ) | [inline] |
The message category.
| vmware.vapi.bindings.IStructure vmware::vcenter::ovf::OvfMessage::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::OvfMessage::GetHashCode | ( | ) | [inline] |
| global::System.Collections.Generic.List<vmware.vcenter.ovf.ParseIssue> vmware::vcenter::ovf::OvfMessage::GetIssues | ( | ) | [inline] |
List of parse issues (see ParseIssue ).
| vmware.vapi.std.LocalizableMessage vmware::vcenter::ovf::OvfMessage::GetMessage | ( | ) | [inline] |
A localizable message.
| string vmware::vcenter::ovf::OvfMessage::GetName | ( | ) | [inline] |
The name of input parameter.
| string vmware::vcenter::ovf::OvfMessage::GetValue | ( | ) | [inline] |
The value of input parameter.
| void vmware::vcenter::ovf::OvfMessage::SetCategory | ( | vmware.vcenter.ovf.OvfMessage.Category | category | ) | [inline] |
The message category.
| void vmware::vcenter::ovf::OvfMessage::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::OvfMessage::SetIssues | ( | global::System.Collections.Generic.List< vmware.vcenter.ovf.ParseIssue > | issues | ) | [inline] |
List of parse issues (see ParseIssue ).
| void vmware::vcenter::ovf::OvfMessage::SetMessage | ( | vmware.vapi.std.LocalizableMessage | message | ) | [inline] |
A localizable message.
| void vmware::vcenter::ovf::OvfMessage::SetName | ( | string | name | ) | [inline] |
The name of input parameter.
| void vmware::vcenter::ovf::OvfMessage::SetValue | ( | string | value_ | ) | [inline] |
The value of input parameter.
| override string vmware::vcenter::ovf::OvfMessage::ToString | ( | ) | [inline] |