VMware vSphere Automation SDK for .NET 7.0.0.1
vmware::esx::hcl::Server Class Reference

The Server class contains fields describing information about a server. More...

List of all members.

Classes

class  Builder
 Builder class for Server. More...

Public Member Functions

 Server ()
 Generate all-fields constructor only for errors and standard structures that have relevant fields.
string GetModelName ()
 The name of the server model.
void SetModelName (string modelName)
 The name of the server model.
string GetVendor ()
 The name of the vendor.
void SetVendor (string vendor)
 The name of the vendor.
string GetCpuSeries ()
 The CPU series name.
void SetCpuSeries (string cpuSeries)
 The CPU series name.
string GetCpuFeatures ()
 The current CPU features.
void SetCpuFeatures (string cpuFeatures)
 The current CPU features.
vmware.esx.hcl.Firmware GetBios ()
 Currently installed BIOS of the server.
void SetBios (vmware.esx.hcl.Firmware bios)
 Currently installed BIOS of the server.
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 Server class contains fields describing information about a server.


Constructor & Destructor Documentation

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

Currently installed BIOS of the server.

string vmware::esx::hcl::Server::GetCpuFeatures ( ) [inline]

The current CPU features.

string vmware::esx::hcl::Server::GetCpuSeries ( ) [inline]

The CPU series name.

override int vmware::esx::hcl::Server::GetHashCode ( ) [inline]
string vmware::esx::hcl::Server::GetModelName ( ) [inline]

The name of the server model.

string vmware::esx::hcl::Server::GetVendor ( ) [inline]

The name of the vendor.

void vmware::esx::hcl::Server::SetBios ( vmware.esx.hcl.Firmware  bios) [inline]

Currently installed BIOS of the server.

void vmware::esx::hcl::Server::SetCpuFeatures ( string  cpuFeatures) [inline]

The current CPU features.

void vmware::esx::hcl::Server::SetCpuSeries ( string  cpuSeries) [inline]

The CPU series name.

void vmware::esx::hcl::Server::SetModelName ( string  modelName) [inline]

The name of the server model.

void vmware::esx::hcl::Server::SetVendor ( string  vendor) [inline]

The name of the vendor.

override string vmware::esx::hcl::Server::ToString ( ) [inline]

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