VMware vSphere Automation SDK for .NET 7.0.0.1
vmware::appliance::infraprofile::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 GetNotification ()
 The notification id.
void SetNotification (string notification)
 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.


Constructor & Destructor Documentation

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

The notification message.

string vmware::appliance::infraprofile::Notification::GetNotification ( ) [inline]

The notification id.

When clients pass a value of this class as a parameter, the field must be an identifier for the resource type: com.vmware.infraprofile.notification . When methods return a value of this class as a result, the field will be an identifier for the resource type: com.vmware.infraprofile.notification .

vmware.vapi.std.LocalizableMessage vmware::appliance::infraprofile::Notification::GetResolution ( ) [inline]

The resolution message, if any.

global::System.DateTimeOffset vmware::appliance::infraprofile::Notification::GetTime ( ) [inline]

The time the notification was raised/found.

void vmware::appliance::infraprofile::Notification::SetMessage ( vmware.vapi.std.LocalizableMessage  message) [inline]

The notification message.

void vmware::appliance::infraprofile::Notification::SetNotification ( string  notification) [inline]

The notification id.

When clients pass a value of this class as a parameter, the field must be an identifier for the resource type: com.vmware.infraprofile.notification . When methods return a value of this class as a result, the field will be an identifier for the resource type: com.vmware.infraprofile.notification .

void vmware::appliance::infraprofile::Notification::SetResolution ( vmware.vapi.std.LocalizableMessage  resolution) [inline]

The resolution message, if any.

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

The time the notification was raised/found.

override string vmware::appliance::infraprofile::Notification::ToString ( ) [inline]

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