VMware vSphere Automation SDK for .NET 7.0.0.1
|
The Notifications
class contains info/warning/error messages that can be reported be the appliance task.
More...
Classes | |
class | Builder |
Builder class for Notifications. More... | |
Public Member Functions | |
Notifications () | |
Generate all-fields constructor only for errors and standard structures that have relevant fields. | |
global::System.Collections.Generic.List < vmware.vcenter.lcm.Notification > | GetInfo () |
Info notification messages reported. | |
void | SetInfo (global::System.Collections.Generic.List< vmware.vcenter.lcm.Notification > info) |
Info notification messages reported. | |
global::System.Collections.Generic.List < vmware.vcenter.lcm.Notification > | GetWarnings () |
Warning notification messages reported. | |
void | SetWarnings (global::System.Collections.Generic.List< vmware.vcenter.lcm.Notification > warnings) |
Warning notification messages reported. | |
global::System.Collections.Generic.List < vmware.vcenter.lcm.Notification > | GetErrors () |
Error notification messages reported. | |
void | SetErrors (global::System.Collections.Generic.List< vmware.vcenter.lcm.Notification > errors) |
Error notification messages reported. | |
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 Notifications
class contains info/warning/error messages that can be reported be the appliance task.
vmware::vcenter::lcm::Notifications::Notifications | ( | ) | [inline] |
Generate all-fields constructor only for errors and standard structures that have relevant fields.
Creates a default new instance.
T vmware::vcenter::lcm::Notifications::_ConvertTo< T > | ( | ) | [inline] |
T | : | vmware.vapi.bindings.IStructure |
vmware.vapi.data.StructValue vmware::vcenter::lcm::Notifications::_GetDataValue | ( | ) | [inline] |
vmware.vapi.bindings.type.StructType vmware::vcenter::lcm::Notifications::_GetType | ( | ) | [inline] |
bool vmware::vcenter::lcm::Notifications::_HasTypeNameOf< T > | ( | ) | [inline] |
T | : | vmware.vapi.bindings.IStructure |
void vmware::vcenter::lcm::Notifications::_Validate | ( | ) | [inline] |
override bool vmware::vcenter::lcm::Notifications::Equals | ( | object | obj | ) | [inline] |
global::System.Collections.Generic.List<vmware.vcenter.lcm.Notification> vmware::vcenter::lcm::Notifications::GetErrors | ( | ) | [inline] |
Error notification messages reported.
override int vmware::vcenter::lcm::Notifications::GetHashCode | ( | ) | [inline] |
global::System.Collections.Generic.List<vmware.vcenter.lcm.Notification> vmware::vcenter::lcm::Notifications::GetInfo | ( | ) | [inline] |
Info notification messages reported.
global::System.Collections.Generic.List<vmware.vcenter.lcm.Notification> vmware::vcenter::lcm::Notifications::GetWarnings | ( | ) | [inline] |
Warning notification messages reported.
void vmware::vcenter::lcm::Notifications::SetErrors | ( | global::System.Collections.Generic.List< vmware.vcenter.lcm.Notification > | errors | ) | [inline] |
Error notification messages reported.
void vmware::vcenter::lcm::Notifications::SetInfo | ( | global::System.Collections.Generic.List< vmware.vcenter.lcm.Notification > | info | ) | [inline] |
Info notification messages reported.
void vmware::vcenter::lcm::Notifications::SetWarnings | ( | global::System.Collections.Generic.List< vmware.vcenter.lcm.Notification > | warnings | ) | [inline] |
Warning notification messages reported.
override string vmware::vcenter::lcm::Notifications::ToString | ( | ) | [inline] |