VMware vSphere Automation SDK for .NET 7.0.0.1
|
The WindowsConfiguration
class specifies the settings for customizing a windows guest operating system.
More...
Classes | |
class | Builder |
Builder class for WindowsConfiguration. More... | |
class | RebootOption |
The WindowsConfiguration.RebootOption enumerated type specifies what should be done to the guest after the customization. More... | |
Public Member Functions | |
WindowsConfiguration () | |
Generate all-fields constructor only for errors and standard structures that have relevant fields. | |
vmware.vcenter.guest.WindowsConfiguration.RebootOption | GetReboot () |
A value specifying the action that should be taken after customization. | |
void | SetReboot (vmware.vcenter.guest.WindowsConfiguration.RebootOption reboot) |
A value specifying the action that should be taken after customization. | |
vmware.vcenter.guest.WindowsSysprep | GetSysprep () |
Customization settings like user details, administrator details, etc for the windows guest operating system. | |
void | SetSysprep (vmware.vcenter.guest.WindowsSysprep sysprep) |
Customization settings like user details, administrator details, etc for the windows guest operating system. | |
string | GetSysprepXml () |
All settings specified in a XML format. | |
void | SetSysprepXml (string sysprepXml) |
All settings specified in a XML format. | |
vmware.vapi.bindings.type.StructType | _GetType () |
vmware.vapi.data.StructValue | _GetDataValue () |
void | _Validate () |
bool | _HasTypeNameOf< T > () |
T | _ConvertTo< T > () |
override bool | Equals (object obj) |
override int | GetHashCode () |
override string | ToString () |
The WindowsConfiguration
class specifies the settings for customizing a windows guest operating system.
This class was added in vSphere API 7.0.0.
vmware::vcenter::guest::WindowsConfiguration::WindowsConfiguration | ( | ) | [inline] |
Generate all-fields constructor only for errors and standard structures that have relevant fields.
Creates a default new instance.
T vmware::vcenter::guest::WindowsConfiguration::_ConvertTo< T > | ( | ) | [inline] |
T | : | vmware.vapi.bindings.IStructure |
vmware.vapi.data.StructValue vmware::vcenter::guest::WindowsConfiguration::_GetDataValue | ( | ) | [inline] |
vmware.vapi.bindings.type.StructType vmware::vcenter::guest::WindowsConfiguration::_GetType | ( | ) | [inline] |
bool vmware::vcenter::guest::WindowsConfiguration::_HasTypeNameOf< T > | ( | ) | [inline] |
T | : | vmware.vapi.bindings.IStructure |
void vmware::vcenter::guest::WindowsConfiguration::_Validate | ( | ) | [inline] |
override bool vmware::vcenter::guest::WindowsConfiguration::Equals | ( | object | obj | ) | [inline] |
override int vmware::vcenter::guest::WindowsConfiguration::GetHashCode | ( | ) | [inline] |
vmware.vcenter.guest.WindowsConfiguration.RebootOption vmware::vcenter::guest::WindowsConfiguration::GetReboot | ( | ) | [inline] |
A value specifying the action that should be taken after customization.
This attribute was added in vSphere API 7.0.0.
vmware.vcenter.guest.WindowsSysprep vmware::vcenter::guest::WindowsConfiguration::GetSysprep | ( | ) | [inline] |
Customization settings like user details, administrator details, etc for the windows guest operating system.
Exactly one of sysprep
or sysprepXml
must be specified. This attribute was added in vSphere API 7.0.0.
string vmware::vcenter::guest::WindowsConfiguration::GetSysprepXml | ( | ) | [inline] |
All settings specified in a XML format.
This is the content of a typical answer.xml file that is used by System administrators during the Windows image customization. Check https://docs.microsoft.com/en-us/windows-hardware/manufacture/desktop/update-windows-settings-and-scripts-create-your-own-answer-file-sxs Exactly one of sysprep
or sysprepXml
must be specified. This attribute was added in vSphere API 7.0.0.
void vmware::vcenter::guest::WindowsConfiguration::SetReboot | ( | vmware.vcenter.guest.WindowsConfiguration.RebootOption | reboot | ) | [inline] |
A value specifying the action that should be taken after customization.
This attribute was added in vSphere API 7.0.0.
void vmware::vcenter::guest::WindowsConfiguration::SetSysprep | ( | vmware.vcenter.guest.WindowsSysprep | sysprep | ) | [inline] |
Customization settings like user details, administrator details, etc for the windows guest operating system.
Exactly one of sysprep
or sysprepXml
must be specified. This attribute was added in vSphere API 7.0.0.
void vmware::vcenter::guest::WindowsConfiguration::SetSysprepXml | ( | string | sysprepXml | ) | [inline] |
All settings specified in a XML format.
This is the content of a typical answer.xml file that is used by System administrators during the Windows image customization. Check https://docs.microsoft.com/en-us/windows-hardware/manufacture/desktop/update-windows-settings-and-scripts-create-your-own-answer-file-sxs Exactly one of sysprep
or sysprepXml
must be specified. This attribute was added in vSphere API 7.0.0.
override string vmware::vcenter::guest::WindowsConfiguration::ToString | ( | ) | [inline] |