|
VMware vSphere Automation SDK for .NET 7.0.0.1
|
The Notifications class contains info/warning/error messages that can be reported be the 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.deployment.Notification > | GetInfo () |
| Info notification messages reported. | |
| void | SetInfo (global::System.Collections.Generic.List< vmware.vcenter.deployment.Notification > info) |
| Info notification messages reported. | |
| global::System.Collections.Generic.List < vmware.vcenter.deployment.Notification > | GetWarnings () |
| Warning notification messages reported. | |
| void | SetWarnings (global::System.Collections.Generic.List< vmware.vcenter.deployment.Notification > warnings) |
| Warning notification messages reported. | |
| global::System.Collections.Generic.List < vmware.vcenter.deployment.Notification > | GetErrors () |
| Error notification messages reported. | |
| void | SetErrors (global::System.Collections.Generic.List< vmware.vcenter.deployment.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 task.
This class was added in vSphere API 6.7.
| vmware::vcenter::deployment::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::deployment::Notifications::_ConvertTo< T > | ( | ) | [inline] |
| T | : | vmware.vapi.bindings.IStructure |
| vmware.vapi.data.StructValue vmware::vcenter::deployment::Notifications::_GetDataValue | ( | ) | [inline] |
| vmware.vapi.bindings.type.StructType vmware::vcenter::deployment::Notifications::_GetType | ( | ) | [inline] |
| bool vmware::vcenter::deployment::Notifications::_HasTypeNameOf< T > | ( | ) | [inline] |
| T | : | vmware.vapi.bindings.IStructure |
| void vmware::vcenter::deployment::Notifications::_Validate | ( | ) | [inline] |
| override bool vmware::vcenter::deployment::Notifications::Equals | ( | object | obj | ) | [inline] |
| global::System.Collections.Generic.List<vmware.vcenter.deployment.Notification> vmware::vcenter::deployment::Notifications::GetErrors | ( | ) | [inline] |
Error notification messages reported.
This attribute was added in vSphere API 6.7.
| override int vmware::vcenter::deployment::Notifications::GetHashCode | ( | ) | [inline] |
| global::System.Collections.Generic.List<vmware.vcenter.deployment.Notification> vmware::vcenter::deployment::Notifications::GetInfo | ( | ) | [inline] |
Info notification messages reported.
This attribute was added in vSphere API 6.7.
| global::System.Collections.Generic.List<vmware.vcenter.deployment.Notification> vmware::vcenter::deployment::Notifications::GetWarnings | ( | ) | [inline] |
Warning notification messages reported.
This attribute was added in vSphere API 6.7.
| void vmware::vcenter::deployment::Notifications::SetErrors | ( | global::System.Collections.Generic.List< vmware.vcenter.deployment.Notification > | errors | ) | [inline] |
Error notification messages reported.
This attribute was added in vSphere API 6.7.
| void vmware::vcenter::deployment::Notifications::SetInfo | ( | global::System.Collections.Generic.List< vmware.vcenter.deployment.Notification > | info | ) | [inline] |
Info notification messages reported.
This attribute was added in vSphere API 6.7.
| void vmware::vcenter::deployment::Notifications::SetWarnings | ( | global::System.Collections.Generic.List< vmware.vcenter.deployment.Notification > | warnings | ) | [inline] |
Warning notification messages reported.
This attribute was added in vSphere API 6.7.
| override string vmware::vcenter::deployment::Notifications::ToString | ( | ) | [inline] |