VMware vSphere Automation SDK for .NET 7.0.0.1
vmware::esx::hosts::BaseImageInfo Class Reference

The BaseImageInfo class contains fields that describe a specific ESX base-image. More...

List of all members.

Classes

class  Builder
 Builder class for BaseImageInfo. More...

Public Member Functions

 BaseImageInfo ()
 Generate all-fields constructor only for errors and standard structures that have relevant fields.
string GetVersion ()
 Version of the base-image.
void SetVersion (string version)
 Version of the base-image.
string GetDisplayName ()
 Display name of the base-image.
void SetDisplayName (string displayName)
 Display name of the base-image.
string GetDisplayVersion ()
 Human readable version of the base-image.
void SetDisplayVersion (string displayVersion)
 Human readable version of the base-image.
global::System.DateTimeOffset GetReleaseDate ()
 Release date of the base-image.
void SetReleaseDate (global::System.DateTimeOffset releaseDate)
 Release date of the base-image.
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 BaseImageInfo class contains fields that describe a specific ESX base-image.


Constructor & Destructor Documentation

vmware::esx::hosts::BaseImageInfo::BaseImageInfo ( ) [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::esx::hosts::BaseImageInfo::_ConvertTo< T > ( ) [inline]
Type Constraints
T :vmware.vapi.bindings.IStructure 
vmware.vapi.data.StructValue vmware::esx::hosts::BaseImageInfo::_GetDataValue ( ) [inline]
vmware.vapi.bindings.type.StructType vmware::esx::hosts::BaseImageInfo::_GetType ( ) [inline]
bool vmware::esx::hosts::BaseImageInfo::_HasTypeNameOf< T > ( ) [inline]
Type Constraints
T :vmware.vapi.bindings.IStructure 
void vmware::esx::hosts::BaseImageInfo::_Validate ( ) [inline]
override bool vmware::esx::hosts::BaseImageInfo::Equals ( object  obj) [inline]
string vmware::esx::hosts::BaseImageInfo::GetDisplayName ( ) [inline]

Display name of the base-image.

string vmware::esx::hosts::BaseImageInfo::GetDisplayVersion ( ) [inline]

Human readable version of the base-image.

override int vmware::esx::hosts::BaseImageInfo::GetHashCode ( ) [inline]
global::System.DateTimeOffset vmware::esx::hosts::BaseImageInfo::GetReleaseDate ( ) [inline]

Release date of the base-image.

string vmware::esx::hosts::BaseImageInfo::GetVersion ( ) [inline]

Version of the base-image.

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

void vmware::esx::hosts::BaseImageInfo::SetDisplayName ( string  displayName) [inline]

Display name of the base-image.

void vmware::esx::hosts::BaseImageInfo::SetDisplayVersion ( string  displayVersion) [inline]

Human readable version of the base-image.

void vmware::esx::hosts::BaseImageInfo::SetReleaseDate ( global::System.DateTimeOffset  releaseDate) [inline]

Release date of the base-image.

void vmware::esx::hosts::BaseImageInfo::SetVersion ( string  version) [inline]

Version of the base-image.

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

override string vmware::esx::hosts::BaseImageInfo::ToString ( ) [inline]

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