|
VMware vSphere Automation SDK for .NET 7.0.0.1
|
Builder class for Domain. More...
Public Member Functions | |
| Builder (vmware.vcenter.guest.Domain.Type type) | |
| Constructor with parameters for the required properties of Domain. | |
| Builder | SetWorkgroup (string workgroup) |
| The workgroup that the virtual machine should join. | |
| Builder | SetDomain (string domain) |
| The domain to which the virtual machine should be joined. | |
| Builder | SetDomainUsername (string domainUsername) |
| The domain user that has permission to join the domain after virtual machine is joined. | |
| Builder | SetDomainPassword (char[] domainPassword) |
| The domain user password that has permission to join the Domain.domainUsername after customization. | |
| Domain | Build () |
| vmware::vcenter::guest::Domain::Builder::Builder | ( | vmware.vcenter.guest.Domain.Type | type | ) | [inline] |
Constructor with parameters for the required properties of Domain.
| Domain vmware::vcenter::guest::Domain::Builder::Build | ( | ) | [inline] |
| Builder vmware::vcenter::guest::Domain::Builder::SetDomain | ( | string | domain | ) | [inline] |
The domain to which the virtual machine should be joined.
This attribute was added in vSphere API 7.0.0.
| Builder vmware::vcenter::guest::Domain::Builder::SetDomainPassword | ( | char[] | domainPassword | ) | [inline] |
The domain user password that has permission to join the Domain.domainUsername after customization.
This attribute was added in vSphere API 7.0.0.
| Builder vmware::vcenter::guest::Domain::Builder::SetDomainUsername | ( | string | domainUsername | ) | [inline] |
The domain user that has permission to join the domain after virtual machine is joined.
This attribute was added in vSphere API 7.0.0.
| Builder vmware::vcenter::guest::Domain::Builder::SetWorkgroup | ( | string | workgroup | ) | [inline] |
The workgroup that the virtual machine should join.
This attribute was added in vSphere API 7.0.0.