VMware vSphere Automation SDK for .NET 7.0.0.1
vmware::vcenter::deployment::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.vcenter.deployment.Notification > info)
 Info notification messages reported.
Builder SetWarnings (global::System.Collections.Generic.List< vmware.vcenter.deployment.Notification > warnings)
 Warning notification messages reported.
Builder SetErrors (global::System.Collections.Generic.List< vmware.vcenter.deployment.Notification > errors)
 Error notification messages reported.
Notifications Build ()

Detailed Description


Constructor & Destructor Documentation

vmware::vcenter::deployment::Notifications::Builder::Builder ( ) [inline]

Constructor with parameters for the required properties of Notifications.


Member Function Documentation

Notifications vmware::vcenter::deployment::Notifications::Builder::Build ( ) [inline]
Builder vmware::vcenter::deployment::Notifications::Builder::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.

Builder vmware::vcenter::deployment::Notifications::Builder::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.

Builder vmware::vcenter::deployment::Notifications::Builder::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.


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