VMware vSphere Automation SDK for .NET 7.0.0.1
vmware::vcenter::deployment::Notification::Builder Class Reference

Builder class for Notification. More...

List of all members.

Public Member Functions

 Builder (string id, vmware.vapi.std.LocalizableMessage message)
 Constructor with parameters for the required properties of Notification.
Builder SetTime (global::System.DateTimeOffset?time)
 The time the notification was raised/found.
Builder SetResolution (vmware.vapi.std.LocalizableMessage resolution)
 The resolution message, if any.
Notification Build ()

Detailed Description

Builder class for Notification.


Constructor & Destructor Documentation

vmware::vcenter::deployment::Notification::Builder::Builder ( string  id,
vmware.vapi.std.LocalizableMessage  message 
) [inline]

Constructor with parameters for the required properties of Notification.


Member Function Documentation

Notification vmware::vcenter::deployment::Notification::Builder::Build ( ) [inline]
Builder vmware::vcenter::deployment::Notification::Builder::SetResolution ( vmware.vapi.std.LocalizableMessage  resolution) [inline]

The resolution message, if any.

This attribute was added in vSphere API 6.7.

Builder vmware::vcenter::deployment::Notification::Builder::SetTime ( global::System.DateTimeOffset?  time) [inline]

The time the notification was raised/found.

This attribute was added in vSphere API 6.7.


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