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