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

The Notification class describes a notification that can be reported by the appliance task, which can be of type info, warning or errors. More...

List of all members.

Classes

class  Builder
 Builder class for Notification. More...

Public Member Functions

 Notification ()
 Generate all-fields constructor only for errors and standard structures that have relevant fields.
string GetId ()
 The notification id.
void SetId (string id)
 The notification id.
global::System.DateTimeOffset GetTime ()
 The time the notification was raised/found.
void SetTime (global::System.DateTimeOffset?time)
 The time the notification was raised/found.
vmware.vapi.std.LocalizableMessage GetMessage ()
 The notification message.
void SetMessage (vmware.vapi.std.LocalizableMessage message)
 The notification message.
vmware.vapi.std.LocalizableMessage GetResolution ()
 The resolution message, if any.
void SetResolution (vmware.vapi.std.LocalizableMessage resolution)
 The resolution message, if any.
vmware.vapi.bindings.type.StructType _GetType ()
vmware.vapi.data.StructValue _GetDataValue ()
void _Validate ()
bool _HasTypeNameOf< T > ()
_ConvertTo< T > ()
override bool Equals (object obj)
override int GetHashCode ()
override string ToString ()

Detailed Description

The Notification class describes a notification that can be reported by the appliance task, which can be of type info, warning or errors.


Constructor & Destructor Documentation

vmware::vcenter::lcm::Notification::Notification ( ) [inline]

Generate all-fields constructor only for errors and standard structures that have relevant fields.

Creates a default new instance.


Member Function Documentation

T vmware::vcenter::lcm::Notification::_ConvertTo< T > ( ) [inline]
Type Constraints
T :vmware.vapi.bindings.IStructure 
vmware.vapi.data.StructValue vmware::vcenter::lcm::Notification::_GetDataValue ( ) [inline]
vmware.vapi.bindings.type.StructType vmware::vcenter::lcm::Notification::_GetType ( ) [inline]
bool vmware::vcenter::lcm::Notification::_HasTypeNameOf< T > ( ) [inline]
Type Constraints
T :vmware.vapi.bindings.IStructure 
void vmware::vcenter::lcm::Notification::_Validate ( ) [inline]
override bool vmware::vcenter::lcm::Notification::Equals ( object  obj) [inline]
override int vmware::vcenter::lcm::Notification::GetHashCode ( ) [inline]
string vmware::vcenter::lcm::Notification::GetId ( ) [inline]

The notification id.

vmware.vapi.std.LocalizableMessage vmware::vcenter::lcm::Notification::GetMessage ( ) [inline]

The notification message.

vmware.vapi.std.LocalizableMessage vmware::vcenter::lcm::Notification::GetResolution ( ) [inline]

The resolution message, if any.

global::System.DateTimeOffset vmware::vcenter::lcm::Notification::GetTime ( ) [inline]

The time the notification was raised/found.

void vmware::vcenter::lcm::Notification::SetId ( string  id) [inline]

The notification id.

void vmware::vcenter::lcm::Notification::SetMessage ( vmware.vapi.std.LocalizableMessage  message) [inline]

The notification message.

void vmware::vcenter::lcm::Notification::SetResolution ( vmware.vapi.std.LocalizableMessage  resolution) [inline]

The resolution message, if any.

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

The time the notification was raised/found.

override string vmware::vcenter::lcm::Notification::ToString ( ) [inline]

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