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.F5BigIP
Assembly: Pulumi.F5BigIP.dll
Syntax
public static class Config
Properties
View SourceAddress
Domain name/IP of the BigIP
Declaration
public static string Address { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
LoginRef
Login reference for token authentication (see BIG-IP REST docs for details)
Declaration
public static string LoginRef { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Password
The user's password
Declaration
public static string Password { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Port
Management Port to connect to Bigip
Declaration
public static string Port { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
TokenAuth
Enable to use an external authentication source (LDAP, TACACS, etc)
Declaration
public static bool? TokenAuth { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
Username
Username with API access to the BigIP
Declaration
public static string Username { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |