Class VirtualMachineCloneCustomizeArgs
Inheritance
System.Object
VirtualMachineCloneCustomizeArgs
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 VirtualMachineCloneCustomizeArgs : ResourceArgs
Constructors
View Source
Declaration
public VirtualMachineCloneCustomizeArgs()
Properties
View Source
Declaration
public InputList<string> DnsServerLists { get; set; }
Property Value
View Source
Declaration
public InputList<string> DnsSuffixLists { get; set; }
Property Value
View Source
Declaration
public Input<string> Ipv4Gateway { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
Declaration
public Input<string> Ipv6Gateway { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
Declaration
public Input<VirtualMachineCloneCustomizeLinuxOptionsArgs> LinuxOptions { get; set; }
Property Value
View Source
A specification for a virtual NIC on this
virtual machine. See network interface options
below.
Declaration
public InputList<VirtualMachineCloneCustomizeNetworkInterfaceArgs> NetworkInterfaces { get; set; }
Property Value
View Source
Declaration
public Input<int> Timeout { get; set; }
Property Value
| Type |
Description |
| Input<System.Int32> |
|
View Source
Declaration
public Input<VirtualMachineCloneCustomizeWindowsOptionsArgs> WindowsOptions { get; set; }
Property Value
View Source
WindowsSysprepText
Declaration
public Input<string> WindowsSysprepText { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|