Class ProviderArgs
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 sealed class ProviderArgs : ResourceArgs
Constructors
View SourceProviderArgs()
Declaration
public ProviderArgs()
Properties
View SourceAllowUnverifiedSsl
If set, VMware vSphere client will permit unverifiable SSL certificates.
Declaration
public Input<bool> AllowUnverifiedSsl { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
ClientDebug
govmomi debug
Declaration
public Input<bool> ClientDebug { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
ClientDebugPath
govmomi debug path for debug
Declaration
public Input<string> ClientDebugPath { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ClientDebugPathRun
govmomi debug path for a single run
Declaration
public Input<string> ClientDebugPathRun { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Password
The user password for vSphere API operations.
Declaration
public Input<string> Password { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
PersistSession
Persist vSphere client sessions to disk
Declaration
public Input<bool> PersistSession { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
RestSessionPath
The directory to save vSphere REST API sessions to
Declaration
public Input<string> RestSessionPath { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
User
The user name for vSphere API operations.
Declaration
public Input<string> User { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
VcenterServer
Declaration
public Input<string> VcenterServer { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
VimKeepAlive
Keep alive interval for the VIM session in minutes
Declaration
public Input<int> VimKeepAlive { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
VimSessionPath
The directory to save vSphere SOAP API sessions to
Declaration
public Input<string> VimSessionPath { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
VsphereServer
The vSphere Server name for vSphere API operations.
Declaration
public Input<string> VsphereServer { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |