Show / Hide Table of Contents

Class VirtualMachineOvfDeployArgs

Inheritance
System.Object
InputArgs
ResourceArgs
VirtualMachineOvfDeployArgs
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 VirtualMachineOvfDeployArgs : ResourceArgs

Constructors

View Source

VirtualMachineOvfDeployArgs()

Declaration
public VirtualMachineOvfDeployArgs()

Properties

View Source

DiskProvisioning

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

IpAllocationPolicy

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

IpProtocol

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

LocalOvfPath

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

OvfNetworkMap

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

RemoteOvfUrl

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