Show / Hide Table of Contents

Class ProviderArgs

Inheritance
System.Object
InputArgs
ResourceArgs
ProviderArgs
Inherited Members
ResourceArgs.Empty
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 sealed class ProviderArgs : ResourceArgs

Constructors

View Source

ProviderArgs()

Declaration
public ProviderArgs()

Properties

View Source

Address

Domain name/IP of the BigIP

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

LoginRef

Login reference for token authentication (see BIG-IP REST docs for details)

Declaration
public Input<string> LoginRef { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Password

The user's password

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

Port

Management Port to connect to Bigip

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

TokenAuth

Enable to use an external authentication source (LDAP, TACACS, etc)

Declaration
public Input<bool> TokenAuth { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

Username

Username with API access to the BigIP

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