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.F5BigIP
Assembly: Pulumi.F5BigIP.dll
Syntax
public static class Config

Properties

View Source

Address

Domain name/IP of the BigIP

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

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
View Source

Password

The user's password

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

Port

Management Port to connect to Bigip

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

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>
View Source

Username

Username with API access to the BigIP

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