Show / Hide Table of Contents

Class VirtualMachineCloneCustomize

Inheritance
System.Object
VirtualMachineCloneCustomize
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 VirtualMachineCloneCustomize

Fields

View Source

DnsServerLists

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

DnsSuffixLists

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

Ipv4Gateway

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

Ipv6Gateway

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

LinuxOptions

Declaration
public readonly VirtualMachineCloneCustomizeLinuxOptions LinuxOptions
Field Value
Type Description
VirtualMachineCloneCustomizeLinuxOptions
View Source

NetworkInterfaces

A specification for a virtual NIC on this virtual machine. See network interface options below.

Declaration
public readonly ImmutableArray<VirtualMachineCloneCustomizeNetworkInterface> NetworkInterfaces
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<VirtualMachineCloneCustomizeNetworkInterface>
View Source

Timeout

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

WindowsOptions

Declaration
public readonly VirtualMachineCloneCustomizeWindowsOptions WindowsOptions
Field Value
Type Description
VirtualMachineCloneCustomizeWindowsOptions
View Source

WindowsSysprepText

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