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 SourceAllowUnverifiedSsl
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> |
ClientDebug
govmomi debug
Declaration
public static bool? ClientDebug { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
ClientDebugPath
govmomi debug path for debug
Declaration
public static string ClientDebugPath { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
ClientDebugPathRun
govmomi debug path for a single run
Declaration
public static string ClientDebugPathRun { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Password
The user password for vSphere API operations.
Declaration
public static string Password { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
PersistSession
Persist vSphere client sessions to disk
Declaration
public static bool? PersistSession { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
RestSessionPath
The directory to save vSphere REST API sessions to
Declaration
public static string RestSessionPath { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
User
The user name for vSphere API operations.
Declaration
public static string User { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
VcenterServer
Declaration
public static string VcenterServer { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
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> |
VimSessionPath
The directory to save vSphere SOAP API sessions to
Declaration
public static string VimSessionPath { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
VsphereServer
The vSphere Server name for vSphere API operations.
Declaration
public static string VsphereServer { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |