Class MonitorState
Inheritance
System.Object
MonitorState
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()
Assembly: Pulumi.F5BigIP.dll
Syntax
public sealed class MonitorState : ResourceArgs
Constructors
View Source
MonitorState()
Declaration
Properties
View Source
Adaptive
Declaration
public Input<string> Adaptive { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
AdaptiveLimit
Declaration
public Input<int> AdaptiveLimit { get; set; }
Property Value
| Type |
Description |
| Input<System.Int32> |
|
View Source
Compatibility
Specifies, when enabled, that the SSL options setting (in OpenSSL) is set to ALL. Accepts 'enabled' or 'disabled' values, the default value is 'enabled'.
Declaration
public Input<string> Compatibility { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
Database
Specifies the database in which the user is created
Declaration
public Input<string> Database { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
DefaultsFrom
Existing monitor to inherit from. Must be one of /Common/http, /Common/https, /Common/icmp or /Common/gateway-icmp.
Declaration
public Input<string> DefaultsFrom { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
Destination
Specify an alias address for monitoring
Declaration
public Input<string> Destination { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
Filename
Specifies the full path and file name of the file that the system attempts to download. The health check is successful if the system can download the file.
Declaration
public Input<string> Filename { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
Interval
Check interval in seconds
Declaration
public Input<int> Interval { get; set; }
Property Value
| Type |
Description |
| Input<System.Int32> |
|
View Source
IpDscp
Declaration
public Input<int> IpDscp { get; set; }
Property Value
| Type |
Description |
| Input<System.Int32> |
|
View Source
ManualResume
Declaration
public Input<string> ManualResume { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
Mode
Specifies the data transfer process (DTP) mode. The default value is passive. The options are passive (Specifies that the monitor sends a data transfer request to the FTP server. When the FTP server receives the request, the FTP server then initiates and establishes the data connection.) and active (Specifies that the monitor initiates and establishes the data connection with the FTP server.).
Declaration
public Input<string> Mode { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
Name
Declaration
public Input<string> Name { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
Parent
Existing LTM monitor to inherit from
Declaration
public Input<string> Parent { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
Password
Specifies the password if the monitored target requires authentication
Declaration
public Input<string> Password { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
Receive
Declaration
public Input<string> Receive { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
ReceiveDisable
Expected response string.
Declaration
public Input<string> ReceiveDisable { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
Reverse
Declaration
public Input<string> Reverse { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
Send
Declaration
public Input<string> Send { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
Timeout
Declaration
public Input<int> Timeout { get; set; }
Property Value
| Type |
Description |
| Input<System.Int32> |
|
View Source
TimeUntilUp
Declaration
public Input<int> TimeUntilUp { get; set; }
Property Value
| Type |
Description |
| Input<System.Int32> |
|
View Source
Transparent
Declaration
public Input<string> Transparent { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
Username
Specifies the user name if the monitored target requires authentication
Declaration
public Input<string> Username { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|