VMware vSphere Automation SDK for .NET 7.0.0.1
vmware::vstats::UserInfo Class Reference

The UserInfo class contains human legible, localizable description, used for VMware provided objects. More...

List of all members.

Classes

class  Builder
 Builder class for UserInfo. More...

Public Member Functions

 UserInfo ()
 Generate all-fields constructor only for errors and standard structures that have relevant fields.
vmware.vapi.std.LocalizableMessage GetLabel ()
 Short label.
void SetLabel (vmware.vapi.std.LocalizableMessage label)
 Short label.
vmware.vapi.std.LocalizableMessage GetDescription ()
 Detailed description of the object.
void SetDescription (vmware.vapi.std.LocalizableMessage description)
 Detailed description of the object.
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 UserInfo class contains human legible, localizable description, used for VMware provided objects.

Warning: This class is available as Technology Preview. These are early access APIs provided to test, automate and provide feedback on the feature. Since this can change based on feedback, VMware does not guarantee backwards compatibility and recommends against using them in production environments. Some Technology Preview APIs might only be applicable to specific environments.


Constructor & Destructor Documentation

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

Detailed description of the object.

Warning: This attribute is available as Technology Preview. These are early access APIs provided to test, automate and provide feedback on the feature. Since this can change based on feedback, VMware does not guarantee backwards compatibility and recommends against using them in production environments. Some Technology Preview APIs might only be applicable to specific environments.

override int vmware::vstats::UserInfo::GetHashCode ( ) [inline]
vmware.vapi.std.LocalizableMessage vmware::vstats::UserInfo::GetLabel ( ) [inline]

Short label.

Warning: This attribute is available as Technology Preview. These are early access APIs provided to test, automate and provide feedback on the feature. Since this can change based on feedback, VMware does not guarantee backwards compatibility and recommends against using them in production environments. Some Technology Preview APIs might only be applicable to specific environments.

void vmware::vstats::UserInfo::SetDescription ( vmware.vapi.std.LocalizableMessage  description) [inline]

Detailed description of the object.

Warning: This attribute is available as Technology Preview. These are early access APIs provided to test, automate and provide feedback on the feature. Since this can change based on feedback, VMware does not guarantee backwards compatibility and recommends against using them in production environments. Some Technology Preview APIs might only be applicable to specific environments.

void vmware::vstats::UserInfo::SetLabel ( vmware.vapi.std.LocalizableMessage  label) [inline]

Short label.

Warning: This attribute is available as Technology Preview. These are early access APIs provided to test, automate and provide feedback on the feature. Since this can change based on feedback, VMware does not guarantee backwards compatibility and recommends against using them in production environments. Some Technology Preview APIs might only be applicable to specific environments.

override string vmware::vstats::UserInfo::ToString ( ) [inline]

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