Show / Hide Table of Contents

Class Config

Inheritance
System.Object
Config
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
Assembly: Pulumi.VSphere.dll
Syntax
public static class Config

Properties

View Source

AllowUnverifiedSsl

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

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

ClientDebug

govmomi debug

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

ClientDebugPath

govmomi debug path for debug

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

ClientDebugPathRun

govmomi debug path for a single run

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

Password

The user password for vSphere API operations.

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

PersistSession

Persist vSphere client sessions to disk

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

RestSessionPath

The directory to save vSphere REST API sessions to

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

User

The user name for vSphere API operations.

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

VcenterServer

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

VimKeepAlive

Keep alive interval for the VIM session in minutes

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

VimSessionPath

The directory to save vSphere SOAP API sessions to

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

VsphereServer

The vSphere Server name for vSphere API operations.

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