Show / Hide Table of Contents

Class VirtualMachineCloneGetArgs

Inheritance
System.Object
InputArgs
ResourceArgs
VirtualMachineCloneGetArgs
Inherited Members
ResourceArgs.Empty
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 VirtualMachineCloneGetArgs : ResourceArgs

Constructors

View Source

VirtualMachineCloneGetArgs()

Declaration
public VirtualMachineCloneGetArgs()

Properties

View Source

Customize

Declaration
public Input<VirtualMachineCloneCustomizeGetArgs> Customize { get; set; }
Property Value
Type Description
Input<VirtualMachineCloneCustomizeGetArgs>
View Source

LinkedClone

Declaration
public Input<bool> LinkedClone { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

OvfNetworkMap

Declaration
public InputMap<string> OvfNetworkMap { get; set; }
Property Value
Type Description
InputMap<System.String>
View Source

OvfStorageMap

Declaration
public InputMap<string> OvfStorageMap { get; set; }
Property Value
Type Description
InputMap<System.String>
View Source

TemplateUuid

Declaration
public Input<string> TemplateUuid { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Timeout

Declaration
public Input<int> Timeout { get; set; }
Property Value
Type Description
Input<System.Int32>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.