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

The Notification class contains fields to describe any info/warning/error messages that Tasks can raise. 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 contains fields to describe any info/warning/error messages that Tasks can raise.

This class was added in vSphere API 6.7.


Constructor & Destructor Documentation

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

The notification id.

This attribute was added in vSphere API 6.7.

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

The notification message.

This attribute was added in vSphere API 6.7.

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

The resolution message, if any.

This attribute was added in vSphere API 6.7.

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

The time the notification was raised/found.

This attribute was added in vSphere API 6.7.

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

The notification id.

This attribute was added in vSphere API 6.7.

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

The notification message.

This attribute was added in vSphere API 6.7.

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

The resolution message, if any.

This attribute was added in vSphere API 6.7.

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

The time the notification was raised/found.

This attribute was added in vSphere API 6.7.

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

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