VMware vSphere Automation SDK for .NET 7.0.0.1
|
Builder class for Notifications. More...
Public Member Functions | |
Builder () | |
Constructor with parameters for the required properties of Notifications. | |
Builder | SetInfo (global::System.Collections.Generic.List< vmware.esx.settings.Notification > info) |
Info notification messages reported. | |
Builder | SetWarnings (global::System.Collections.Generic.List< vmware.esx.settings.Notification > warnings) |
Warning notification messages reported. | |
Builder | SetErrors (global::System.Collections.Generic.List< vmware.esx.settings.Notification > errors) |
Error notification messages reported. | |
Notifications | Build () |
Builder class for Notifications.
vmware::esx::settings::Notifications::Builder::Builder | ( | ) | [inline] |
Constructor with parameters for the required properties of Notifications.
Notifications vmware::esx::settings::Notifications::Builder::Build | ( | ) | [inline] |
Builder vmware::esx::settings::Notifications::Builder::SetErrors | ( | global::System.Collections.Generic.List< vmware.esx.settings.Notification > | errors | ) | [inline] |
Error notification messages reported.
Builder vmware::esx::settings::Notifications::Builder::SetInfo | ( | global::System.Collections.Generic.List< vmware.esx.settings.Notification > | info | ) | [inline] |
Info notification messages reported.
Builder vmware::esx::settings::Notifications::Builder::SetWarnings | ( | global::System.Collections.Generic.List< vmware.esx.settings.Notification > | warnings | ) | [inline] |
Warning notification messages reported.