Class VirtualMachineCloneArgs
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.Inputs
Assembly: Pulumi.VSphere.dll
Syntax
public sealed class VirtualMachineCloneArgs : ResourceArgs
Constructors
View SourceVirtualMachineCloneArgs()
Declaration
public VirtualMachineCloneArgs()
Properties
View SourceCustomize
Declaration
public Input<VirtualMachineCloneCustomizeArgs> Customize { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<VirtualMachineCloneCustomizeArgs> |
LinkedClone
Declaration
public Input<bool> LinkedClone { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
OvfNetworkMap
Declaration
public InputMap<string> OvfNetworkMap { get; set; }
Property Value
| Type | Description |
|---|---|
| InputMap<System.String> |
OvfStorageMap
Declaration
public InputMap<string> OvfStorageMap { get; set; }
Property Value
| Type | Description |
|---|---|
| InputMap<System.String> |
TemplateUuid
Declaration
public Input<string> TemplateUuid { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Timeout
Declaration
public Input<int> Timeout { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |