Class VirtualMachineOvfDeployArgs
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 VirtualMachineOvfDeployArgs : ResourceArgs
Constructors
View SourceVirtualMachineOvfDeployArgs()
Declaration
public VirtualMachineOvfDeployArgs()
Properties
View SourceDiskProvisioning
Declaration
public Input<string> DiskProvisioning { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
IpAllocationPolicy
Declaration
public Input<string> IpAllocationPolicy { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
IpProtocol
Declaration
public Input<string> IpProtocol { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
LocalOvfPath
Declaration
public Input<string> LocalOvfPath { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
OvfNetworkMap
Declaration
public InputMap<string> OvfNetworkMap { get; set; }
Property Value
| Type | Description |
|---|---|
| InputMap<System.String> |
RemoteOvfUrl
Declaration
public Input<string> RemoteOvfUrl { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |