VMware vSphere Automation SDK for .NET 7.0.0.1
vmware::vcenter::guest::HostnameGenerator Class Reference

The HostnameGenerator class specifies various mechanisms of generating the hostname for the guest inside the virtual machine while customization. More...

List of all members.

Classes

class  Builder
 Builder class for HostnameGenerator. More...
class  Type
 The HostnameGenerator.Type enumerated type specifies different types of Name Generators. More...

Public Member Functions

 HostnameGenerator ()
 Generate all-fields constructor only for errors and standard structures that have relevant fields.
vmware.vcenter.guest.HostnameGenerator.Type Get_Type ()
 The type of the Name Generator.
void SetType (vmware.vcenter.guest.HostnameGenerator.Type type)
 The type of the Name Generator.
string GetFixedName ()
 The virtual machine name specified by the client.
void SetFixedName (string fixedName)
 The virtual machine name specified by the client.
string GetPrefix ()
 Base prefix, to which a unique number is appended.
void SetPrefix (string prefix)
 Base prefix, to which a unique number is appended.
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 HostnameGenerator class specifies various mechanisms of generating the hostname for the guest inside the virtual machine while customization.

This class was added in vSphere API 7.0.0.


Constructor & Destructor Documentation

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

The type of the Name Generator.

This attribute was added in vSphere API 7.0.0.

string vmware::vcenter::guest::HostnameGenerator::GetFixedName ( ) [inline]

The virtual machine name specified by the client.

This attribute was added in vSphere API 7.0.0.

override int vmware::vcenter::guest::HostnameGenerator::GetHashCode ( ) [inline]
string vmware::vcenter::guest::HostnameGenerator::GetPrefix ( ) [inline]

Base prefix, to which a unique number is appended.

This attribute was added in vSphere API 7.0.0.

void vmware::vcenter::guest::HostnameGenerator::SetFixedName ( string  fixedName) [inline]

The virtual machine name specified by the client.

This attribute was added in vSphere API 7.0.0.

void vmware::vcenter::guest::HostnameGenerator::SetPrefix ( string  prefix) [inline]

Base prefix, to which a unique number is appended.

This attribute was added in vSphere API 7.0.0.

void vmware::vcenter::guest::HostnameGenerator::SetType ( vmware.vcenter.guest.HostnameGenerator.Type  type) [inline]

The type of the Name Generator.

This attribute was added in vSphere API 7.0.0.

override string vmware::vcenter::guest::HostnameGenerator::ToString ( ) [inline]

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