Show / Hide Table of Contents

Class VirtualMachineCloneCustomizeWindowsOptions

Inheritance
System.Object
VirtualMachineCloneCustomizeWindowsOptions
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()
Namespace: Pulumi.VSphere.Outputs
Assembly: Pulumi.VSphere.dll
Syntax
public sealed class VirtualMachineCloneCustomizeWindowsOptions

Fields

View Source

AdminPassword

Declaration
public readonly string AdminPassword
Field Value
Type Description
System.String
View Source

AutoLogon

Declaration
public readonly bool? AutoLogon
Field Value
Type Description
System.Nullable<System.Boolean>
View Source

AutoLogonCount

Declaration
public readonly int? AutoLogonCount
Field Value
Type Description
System.Nullable<System.Int32>
View Source

ComputerName

Declaration
public readonly string ComputerName
Field Value
Type Description
System.String
View Source

DomainAdminPassword

Declaration
public readonly string DomainAdminPassword
Field Value
Type Description
System.String
View Source

DomainAdminUser

Declaration
public readonly string DomainAdminUser
Field Value
Type Description
System.String
View Source

FullName

Declaration
public readonly string FullName
Field Value
Type Description
System.String
View Source

JoinDomain

Declaration
public readonly string JoinDomain
Field Value
Type Description
System.String
View Source

OrganizationName

Declaration
public readonly string OrganizationName
Field Value
Type Description
System.String
View Source

ProductKey

Declaration
public readonly string ProductKey
Field Value
Type Description
System.String
View Source

RunOnceCommandLists

Declaration
public readonly ImmutableArray<string> RunOnceCommandLists
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<System.String>
View Source

TimeZone

Declaration
public readonly int? TimeZone
Field Value
Type Description
System.Nullable<System.Int32>
View Source

Workgroup

Declaration
public readonly string Workgroup
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.