The HostnameGenerator class specifies various mechanisms of generating the hostname for the guest inside the virtual machine while customization.
More...
List of all members.
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] |
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.
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: