VMware vSphere Automation SDK for .NET 7.0.0.1
|
Builder class for Notification. More...
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 () |
Builder class for Notification.
vmware::vcenter::deployment::Notification::Builder::Builder | ( | string | id, |
vmware.vapi.std.LocalizableMessage | message | ||
) | [inline] |
Constructor with parameters for the required properties of Notification.
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.