Show / Hide Table of Contents

Class ProviderArgs

Inheritance
System.Object
InputArgs
ResourceArgs
ProviderArgs
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
Assembly: Pulumi.VSphere.dll
Syntax
public sealed class ProviderArgs : ResourceArgs

Constructors

View Source

ProviderArgs()

Declaration
public ProviderArgs()

Properties

View Source

AllowUnverifiedSsl

If set, VMware vSphere client will permit unverifiable SSL certificates.

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

ClientDebug

govmomi debug

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

ClientDebugPath

govmomi debug path for debug

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

ClientDebugPathRun

govmomi debug path for a single run

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

Password

The user password for vSphere API operations.

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

PersistSession

Persist vSphere client sessions to disk

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

RestSessionPath

The directory to save vSphere REST API sessions to

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

User

The user name for vSphere API operations.

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

VcenterServer

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

VimKeepAlive

Keep alive interval for the VIM session in minutes

Declaration
public Input<int> VimKeepAlive { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

VimSessionPath

The directory to save vSphere SOAP API sessions to

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

VsphereServer

The vSphere Server name for vSphere API operations.

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