VMware vSphere Automation SDK for .NET 7.0.0.1
vmware::appliance::infraprofile::Notifications::Builder Class Reference

Builder class for Notifications. More...

List of all members.

Public Member Functions

 Builder ()
 Constructor with parameters for the required properties of Notifications.
Builder SetInfo (global::System.Collections.Generic.List< vmware.appliance.infraprofile.Notification > info)
 Info notification messages reported.
Builder SetWarnings (global::System.Collections.Generic.List< vmware.appliance.infraprofile.Notification > warnings)
 Warning notification messages reported.
Builder SetErrors (global::System.Collections.Generic.List< vmware.appliance.infraprofile.Notification > errors)
 Error notification messages reported.
Notifications Build ()

Detailed Description


Constructor & Destructor Documentation

vmware::appliance::infraprofile::Notifications::Builder::Builder ( ) [inline]

Constructor with parameters for the required properties of Notifications.


Member Function Documentation

Notifications vmware::appliance::infraprofile::Notifications::Builder::Build ( ) [inline]
Builder vmware::appliance::infraprofile::Notifications::Builder::SetErrors ( global::System.Collections.Generic.List< vmware.appliance.infraprofile.Notification errors) [inline]

Error notification messages reported.

Builder vmware::appliance::infraprofile::Notifications::Builder::SetInfo ( global::System.Collections.Generic.List< vmware.appliance.infraprofile.Notification info) [inline]

Info notification messages reported.

Builder vmware::appliance::infraprofile::Notifications::Builder::SetWarnings ( global::System.Collections.Generic.List< vmware.appliance.infraprofile.Notification warnings) [inline]

Warning notification messages reported.


The documentation for this class was generated from the following file: