Class VirtualMachineCloneCustomizeWindowsOptionsArgs
Inheritance
System.Object
VirtualMachineCloneCustomizeWindowsOptionsArgs
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Assembly: Pulumi.VSphere.dll
public sealed class VirtualMachineCloneCustomizeWindowsOptionsArgs : ResourceArgs
Constructors
View Source
Declaration
public VirtualMachineCloneCustomizeWindowsOptionsArgs()
Properties
View Source
Declaration
public Input<string> AdminPassword { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
Declaration
public Input<bool> AutoLogon { get; set; }
Property Value
| Type |
Description |
| Input<System.Boolean> |
|
View Source
Declaration
public Input<int> AutoLogonCount { get; set; }
Property Value
| Type |
Description |
| Input<System.Int32> |
|
View Source
Declaration
public Input<string> ComputerName { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
DomainAdminPassword
Declaration
public Input<string> DomainAdminPassword { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
DomainAdminUser
Declaration
public Input<string> DomainAdminUser { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
Declaration
public Input<string> FullName { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
JoinDomain
Declaration
public Input<string> JoinDomain { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
Declaration
public Input<string> OrganizationName { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
Declaration
public Input<string> ProductKey { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
Declaration
public InputList<string> RunOnceCommandLists { get; set; }
Property Value
View Source
Declaration
public Input<int> TimeZone { get; set; }
Property Value
| Type |
Description |
| Input<System.Int32> |
|
View Source
Declaration
public Input<string> Workgroup { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|